You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using this lib to export a user made SVG to PNG.
In our app, we want the user to be able to put an outline around text and tried the following approach:
@Inspirateur Outline is part of the CSS Draft Level 4, right?
As SVG-NET relies on ExCSS for CSS support, supporting new CSS styling might take time.
This is not even supported in Inkscape yet.
I think you would be better off with a CSS Level 3 styling for now.
I see, well anyway I ended up exporting the svg using plain JS and it works so I no longer have this issue :p (but at least it's documented here for other users)
We're using this lib to export a user made SVG to PNG.
In our app, we want the user to be able to put an outline around text and tried the following approach:
But it doesn't seem supported by this library (no outlines are displayed). Is it intended ?
The text was updated successfully, but these errors were encountered: