-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tspan in svg output is malformated #1625
Comments
is the extra backslash causing the plot to be rendered incorrectly? would be much easier to help if you boiled the full code down to a simpler example that didn't depend on your package. your OS, julia version, Gadfly and Compose version would help too. |
Apparently the arguments
The extra backslash makes the svg unreadable. |
Additional info: I am using
|
i can reproduce only if i |
Good catch! MWE:
|
In my use case every occurence of
<tspan>text</tspan>
in the svg output is malformated as</tspan>text</tspan>
(observe the additional/
).The full code can be found here.
The text was updated successfully, but these errors were encountered: