Stefan Zschocke

Results 11 comments of Stefan Zschocke

I found, that when I initialize _xAnchor to 0 in the second ctor of TextDrawingState ` public TextDrawingState(TextDrawingState parent, SvgTextBase element)` then my sample renders correctly. Then I tried another...

If you want to look into the problem with the formatted xml: [TestSVG.zip](https://github.com/vvvv/SVG/files/5714496/TestSVG.zip) I have uploaded a zip with the sources for the svg with and without formatting

Did you fix it in the master branch? I tried pushing a new branch with this fix but did not succeed

Concerning the whitespace problem: I found that it is triggered by the xml:space="preserve" in the text-element. But this does not change rendering in browsers, so it should not have any...

What about the xml:space="preserve" problem? I tried to find out, what the problem is, but it looks complicated. I found that text-anchor is applied in FlushPath, but this is only...

The problem is demonstrated with the following modified example: ``` ab inner cd ``` The text "ab inner cd" should be rendered as a whole with text-anchor middle as can...

Another sample, which is not correctly rendered: ``` sp1 sp2 sp3 ```

Having it investigated further I found various problems: Firstly TextAnchor property is implemented as inherit-attribute, which means that the tspan elements inherit it from the text. This is incorrect IMO...

The problem here is to resolve the full qualified name of the types. As of now this tool here does not take into account the namespace of classes. This can...