Hi, I wonder if there is a way to iterate all the areas in an SVG and fill(paint) with different colors on different areas?
Thanks
Is there a way to programmatically fill(paint) areas
-
- Posts: 1
- Joined: Sat Sep 30, 2017 12:45 pm
Re: Is there a way to programmatically fill(paint) areas
Hi.
The interpolate extension can iterate colour changes based on the two base paths selected.
The interpolate attribute in group can also come handy if the paths are pre-existing.
Tiled clones can iterate colour changes and not just interpolate steps in between, however the options may be limited in some way.
The interpolate extension can iterate colour changes based on the two base paths selected.
The interpolate attribute in group can also come handy if the paths are pre-existing.
Tiled clones can iterate colour changes and not just interpolate steps in between, however the options may be limited in some way.