[PATCH 1/5] gdiplus: Reuse point when calling GdipAddPathBezier on open figure.

Esme Povirk (they/them) vincent at codeweavers.com
Wed Apr 15 10:57:40 CDT 2020


> Another possibility is to pass an array of points and point types to
> extend_current_figure, and let it take care of updating the path.

Actually, we probably don't need an array of point types, we can
assume that all points have the same type except for the first point,
which is either Start or Line.



More information about the wine-devel mailing list