osresearch / plotter-vision

Hidden Wireframe removal demo in p5.js
GNU General Public License v2.0
83 stars 17 forks source link

place colours on seperate layers #22

Closed ithinkido closed 2 years ago

ithinkido commented 3 years ago

One idea , how about placing the red/blue colours on two seperate layers. If you are going to plot them, this is going to have to be done one way or the other.

osresearch commented 2 years ago

SVG doesn't have its own concept of layers, although Inkscape implements them with special groups. I've added code to create these groups when creating the download file.

osresearch commented 2 years ago

image

Hopefully this works in other tools, too.

ithinkido commented 2 years ago

Thanks for implementing this.