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
com.jzbrooks.vgo.core.util.math.Surveyor, which computes the bounding box of an arbitrary list of commands
Bézier curve interpolation for all variants and elliptical arc bounding box functions
Changed
vgo-plugin (com.jzbrooks.vgo.plugin) no longer requires a particular version of Android Gradle Plugin.
Note: :vgo is an abstract implementation of the tool which does not assume either a cli or plugin context. CLI related logic has been relocated into :vgo-cli.
Breaking:CubicCurve<*>.interpolate has been split into CubicBezierCurve.interpolate and SmoothCubicBezierCurve.interpolate
com.jzbrooks.vgo.core.optimization.MergePaths constructor accepts constraints. See com.jzbrooks.vgo.core.optimization.MergePaths.Constraints.
Paths with an even odd fill rule can be merged
Fixed
Overlapping paths are no longer merged, which avoids some image warping issues (#88, #101)
Conversions without a specified output file will write a file the file extension corresponding to the format.