Skip to content
Commit 0c98142e authored by Federico Mena Quintero's avatar Federico Mena Quintero
Browse files

RsvgPathBuilder: don't add a terminating moveto after closepath



When we used libart, before Cairo, it was necessary to add a moveto after a closepath, since
the starting and ending points of a closed path were supposed to coincide.

Cairo handles closed paths without needing the caller to manually move back to
the starting point.

Signed-off-by: default avatarFederico Mena Quintero <federico@gnome.org>
parent f8019aaa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment