You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the functions that PathBuilder requires is a way to query the current point. This is however not possible to implement if PathBuilder was implemented for a library like lyon or femtovg. Some of the path functions however require relative positions to the current point.
Is this something zeno could adjust to or is it expected that libraries should provide the needed info.
One of the functions that PathBuilder requires is a way to query the current point. This is however not possible to implement if PathBuilder was implemented for a library like lyon or femtovg. Some of the path functions however require relative positions to the current point.
Is this something zeno could adjust to or is it expected that libraries should provide the needed info.
https://docs.rs/zeno/latest/zeno/trait.PathBuilder.html
The text was updated successfully, but these errors were encountered: