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
Context
- SVG import: svgreader -> internal-style-ref · Christina Roßmanith
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.