Click here to Skip to main content
15,886,801 members
Home / Discussions / C#
   

C#

 
QuestionNancyFx in OWIN and Windows Service host Pin
LIttle_Cat17-Sep-15 20:25
LIttle_Cat17-Sep-15 20:25 
AnswerRe: NancyFx in OWIN and Windows Service host Pin
Richard Andrew x6418-Sep-15 18:00
professionalRichard Andrew x6418-Sep-15 18:00 
QuestionREST Web API Query JSON Deserialization Pin
FMG Tech17-Sep-15 17:10
FMG Tech17-Sep-15 17:10 
AnswerRe: REST Web API Query JSON Deserialization Pin
Richard MacCutchan17-Sep-15 23:30
mveRichard MacCutchan17-Sep-15 23:30 
GeneralRe: REST Web API Query JSON Deserialization Pin
FMG Tech18-Sep-15 6:34
FMG Tech18-Sep-15 6:34 
GeneralRe: REST Web API Query JSON Deserialization Pin
Richard MacCutchan18-Sep-15 6:49
mveRichard MacCutchan18-Sep-15 6:49 
GeneralRe: REST Web API Query JSON Deserialization Pin
FMG Tech18-Sep-15 15:16
FMG Tech18-Sep-15 15:16 
QuestionEdit SVG text elements of XHTML page with C# Pin
Bartosz Jarmuż17-Sep-15 4:16
Bartosz Jarmuż17-Sep-15 4:16 
Hi there,
I have a question, perhaps there is somebody who has done something similar.
I am need to work on something that could be a WYSWIYG (or at least partially WYSIWYG) editor of SVG elements on an xhtml files.

The background is - I've got epub books for which I have a semi-wysiwyg editor. You edit the xhtml file in one window, and the embedded browser reflects the changes live. This is for translation of the text. Now, some of the text is fancy, whirly and bendy and it is not in regular span elements, but rather in SVG:
HTML
<svg id="svgRoot" version="1.1" baseProfile="Full" width="783px" height="957px" viewBox="0 0 648 792" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
<g clip-path="url(#clp1)" transform="matrix(1 0 0 -1 -0 792)" fill="currentColor" style="color: #F37322;">
<text transform="matrix(0.83072216 0.55668724 0.55668724 -0.83072216 165.6 449.35)" font-family="'BurbankBigRegularLight'" font-size="22"><tspan x="0" y="-0" class="ps01 ps22">Sample text bit</tspan>
</text>
</g>
</svg>

What I need to do is to edit the text (simple), but also move/twist the text visually on the page. Any idea if there's a simple and free c# library that would allow such manipulation?

Thanks!
Questionc# RSA security Pin
Member 1198796116-Sep-15 20:11
Member 1198796116-Sep-15 20:11 
AnswerRe: c# RSA security Pin
Eddy Vluggen16-Sep-15 22:54
professionalEddy Vluggen16-Sep-15 22:54 
QuestionIn visual studio do you know what the name of this control ? Pin
Member 245846716-Sep-15 16:29
Member 245846716-Sep-15 16:29 
AnswerRe: In visual studio do you know what the name of this control ? Pin
Richard MacCutchan16-Sep-15 21:43
mveRichard MacCutchan16-Sep-15 21:43 
AnswerRe: In visual studio do you know what the name of this control ? Pin
Eddy Vluggen16-Sep-15 22:50
professionalEddy Vluggen16-Sep-15 22:50 
AnswerRe: In visual studio do you know what the name of this control ? Pin
BillWoodruff17-Sep-15 0:11
professionalBillWoodruff17-Sep-15 0:11 
GeneralRe: In visual studio do you know what the name of this control ? Pin
Member 245846717-Sep-15 23:26
Member 245846717-Sep-15 23:26 
AnswerRe: In visual studio do you know what the name of this control ? Pin
ngoj17-Sep-15 2:43
ngoj17-Sep-15 2:43 
GeneralRe: In visual studio do you know what the name of this control ? Pin
Pete O'Hanlon17-Sep-15 2:55
mvePete O'Hanlon17-Sep-15 2:55 
GeneralRe: In visual studio do you know what the name of this control ? Pin
ngoj17-Sep-15 3:14
ngoj17-Sep-15 3:14 
QuestionDeclarations using var Pin
JBHowl16-Sep-15 1:54
JBHowl16-Sep-15 1:54 
AnswerRe: Declarations using var Pin
Eddy Vluggen16-Sep-15 2:16
professionalEddy Vluggen16-Sep-15 2:16 
AnswerRe: Declarations using var PinPopular
Richard Deeming16-Sep-15 2:29
mveRichard Deeming16-Sep-15 2:29 
GeneralRe: Declarations using var Pin
Eddy Vluggen16-Sep-15 9:32
professionalEddy Vluggen16-Sep-15 9:32 
GeneralRe: Declarations using var Pin
PIEBALDconsult16-Sep-15 11:53
mvePIEBALDconsult16-Sep-15 11:53 
AnswerRe: Declarations using var Pin
PIEBALDconsult16-Sep-15 11:52
mvePIEBALDconsult16-Sep-15 11:52 
GeneralRe: Declarations using var Pin
Rob Philpott16-Sep-15 23:05
Rob Philpott16-Sep-15 23:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.