pharo-graphics / Bloc

Low-level UI infrastructure & framework for Pharo
MIT License
80 stars 40 forks source link

BlPolygonGeometry should take corner radius into account #451

Open plantec opened 7 months ago

plantec commented 7 months ago

This would allow very nice rendering as selection in the sublime text editor.image

tinchodias commented 7 months ago

Interesting. As a reference: The Roassal3 polygon supports it (See RSPolygon>>cornerRadii:). A method comment links to https://riptutorial.com/html5-canvas/example/18766/render-a-rounded-polygon-

tinchodias commented 6 months ago

The the record... hit testing bug in RS3: https://github.com/pharo-graphics/Roassal/issues/62

tinchodias commented 4 months ago

Some related information in the web: