Hi
I'm very impressed with the way Prince handles SVG. I'm wondering if it's possible to style the svg elements from an external style sheet?
e.g. if I have this in my SVG xml:
And this in an external style sheet
How would I do something like that?
Many thanks and keep up the good work!
I'm very impressed with the way Prince handles SVG. I'm wondering if it's possible to style the svg elements from an external style sheet?
e.g. if I have this in my SVG xml:
<rect class="myrectangle" x="94" y="0" width="33" height="29" rx="0" ry="0" />
And this in an external style sheet
.myrectangle {
stroke: cmyk(0,0,0,0);
}
How would I do something like that?
Many thanks and keep up the good work!
<><