Skip to content
Snippets Groups Projects
Commit 15dd5a0a authored by Lee Salzman's avatar Lee Salzman
Browse files

Bug 1839070 - Emit a start point if close is called immediately after move_to....

Bug 1839070 - Emit a start point if close is called immediately after move_to. r=jrmuizel, a=dmeehan


wpf-gpu-raster would blindly modify the last point type in a path when call was closed, even
if move_to preceded it directly and outputted no actual point type. In this case, we need to
ensure that we emit a start point if close is called immediately after move_to.

Differential Revision: https://phabricator.services.mozilla.com/D181358
parent 960031d0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment