issues
search
Nilirad
/
bevy_prototype_lyon
Draw 2D shapes in Bevy
Apache License 2.0
702
stars
87
forks
source link
Implement `Geometry` for `Path`
#139
Closed
Nilirad
closed
2 years ago
Nilirad
commented
2 years ago
Fixes:
138
Moved
Geometry
implementation from Lyon's
Path
to the wrapper
Path
defined locally (that implements
Component
).
Added path example to avoid breaking the API unexpectedly.
Fixes:
138
Geometry
implementation from Lyon'sPath
to the wrapperPath
defined locally (that implementsComponent
).