Scaling geometry
Opened this issue · 2 comments
chelsealiggatt commented
Is it possible to introduce the ability to scale geometries in FreeLiner? I believe this feature would greatly enhance performance!
maxdee commented
Yes it would be helpful. The problem is how to implement such feature. Its the type of thing that might have to wait until I re write the whole geometry system, that way resizing/moving/etc would be built in, instead of hacked on top of everything else which is not a good idea.
maxdee commented
Potential options for loading geometries and their potential commands :
- Load as is
geom load file.svg
- Load but align on center
geom load center file.svg
- Load, scale one axis to fit, and align on center
geom load center scale file.svg
- Load, scale by %, and align on center
geom load center scale 50 file.svg
Would this be helpfull?