Giorgio Primola
Giorgio Primola
## Description This PR extends the already existent `Scenic.Script.draw_rounded_rectangle/5` functions to 3 others: - `Scenic.Script.draw_rounded_rectangle/6` - `Scenic.Script.draw_rounded_rectangle/7` - `Scenic.Script.draw_rounded_rectangle/8` Those extra arguments can be used to draw a rounded rectangle...
Hi, I'm having a hard time to find resources on how to map this parameters of an elliptical arc: - `(x0 y0 rx ry xar laf sf x1 y1)`, where:...
## Description This PR adds a new operation arc to add arcs to current path. This interface is also available on HTML Canvas API: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/arc ## Motivation and Context Today...
As you can see on the print attached, it seems to me the wrong rule it's being applied to `__MODULE__` macro (but all the others too) when there's a function...
Hey guys, I need the operator `&` to have specific name, for code highlighting customizations. Is this the best way to do this? If everything is fine I'd appreciate to...