prikhi / pencil

DEPRECATED: Multiplatform GUI Prototyping/Wireframing
https://github.com/evolus/pencil
GNU General Public License v2.0
1.92k stars 193 forks source link

Applying CSS to SVG based stencils #834

Open Happy-Ferret opened 8 years ago

Happy-Ferret commented 8 years ago

Is there a way to apply CSS styles to an SVG based stencil.

I just tried that but Pencil would, unfortunately, remove the link to the stylesheet during the creation of the stencil.

Inside a regular SVG I would just put the following line after the XML version tag and I would gain the ability to style the SVG from within CSS.

<?xml-stylesheet type="text/css" href="test.css"?>