Hi,

I've created a small svg sample file just containing some text. If I remove the x and y attribute this has influence on the value of the internal-style-ref attribute. Maybe this is a hint where some problems might have their origin.

To get a better understanding:
  What is the intent of internal-style-ref?
Which items should get identical values? Are identical values allowed at all? Are empty values allowed? (Probably not because in that case the text doesn't show up)

Below you find two very small svg examples together with the result of dumpTree() (cf. svgreader.cxx) and a short description whether the text is displayed correctly.

Christina


--------------------

Text appears on page
<svg>
<text x="1" y="1" >skew x (45)</text>
</svg>

name: svg width=210mm height=297mm internal-style-ref=1$0
name: text x=1 y=1 internal-style-ref=2$0
-----------------------------
Text does not appear on page
<svg>
<text>skew x (45)</text>
</svg>

name: svg width=210mm height=297mm internal-style-ref=1$0
name: text
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to