dev7355608 / advanced-drawing-tools

Foundry VTT Module: Advanced Drawing Tools
https://foundryvtt.com/packages/advanced-drawing-tools
MIT License
7 stars 0 forks source link

cut section from drawing #7

Closed Psychotopia closed 1 year ago

Psychotopia commented 1 year ago

is it possible to add a feature which allows you to create secondary internal borders, or failing that slice a drawinging in two so the edges of the slice can be worked? image

dev7355608 commented 1 year ago

Technically possible of course, but the problem is that the holes would vanish if the module is disabled. Also other modules working with the shape of the drawings wouldn't know of the holes, because technically the shape can only be polygon, circle/ellipse, rectangle (a pixi.js shape); so this might cause problems too. Initially I experimented with this idea, but I decided against it for those reasons and the fact that I would need override a lot making a bigger mess.