LivelyKernel / lively.morphic

An implementation of the Morphic user interface framework for lively.next.
13 stars 2 forks source link

Polygon line width has weird effects #98

Closed rksm closed 7 years ago

rksm commented 7 years ago
screen shot 2016-12-20 at 10 03 46 am screen shot 2016-12-20 at 10 04 05 am
merryman commented 7 years ago

Yep, that is due to the way SVG handles borders. Will come up with a fix asap.

merryman commented 7 years ago

Fixed: 26590bc & 2ecc19c. Make sure to also take a look at the cool new Gradient handles :)