Fill with multiple outline segments
I'd like to be able to create a single filled object whose outline has multiple segments, with the multiple segments having different colours and styles.
I have a fudged example at http://audilab.bmed.mcgill.ca/~funnell/test_fill_multsegs.svg where I've overlaid 2 objects to get the desired visual effect.
Is there a way to do this in such a way that I can later edit the shape of the outline and have the fill adjusted automatically?
Thanks.
From looking at .svg files and at the SVG spec, I have the impression
that what I'm asking for is impossible at the level of the file format, much less the GUI. Is that correct? Is it likely that SVG might ever have such a capability?
On Sat, 15 Sep 2007, Robert Funnell wrote:
I'd like to be able to create a single filled object whose outline has multiple segments, with the multiple segments having different colours and styles.
I have a fudged example at http://audilab.bmed.mcgill.ca/~funnell/test_fill_multsegs.svg where I've overlaid 2 objects to get the desired visual effect.
Is there a way to do this in such a way that I can later edit the shape of the outline and have the fill adjusted automatically?
Thanks.
Robert Funnell wrote:
From looking at .svg files and at the SVG spec, I have the impression
that what I'm asking for is impossible at the level of the file format, much less the GUI. Is that correct? Is it likely that SVG might ever have such a capability?
Yes and no. Doing it exactly as you want to do it is impossible. I don't think any vector application (Illustrator, Corel) lets you colour individual segments of a single stroke.
But there's more than one way to skin a cat. You could draw your shape and duplicate it. Fill one with yellow and give the other a stroke. The stroked one you could then easily break each node and use "Break apart" to create idividual strokes that you can colour.
IF you want to avoid breaking the path then create a clip and draw coloured shapes where you want the path to be coloured.
participants (2)
-
microUgly
-
Robert Funnell