mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-09 06:04:03 +00:00
sw_engine: --redundant comment.
This commit is contained in:
parent
f93fbc9e59
commit
f4717fb4c3
1 changed files with 0 additions and 1 deletions
|
@ -720,7 +720,6 @@ static void _decomposeOutline(RleWorker& rw)
|
||||||
auto pt = outline->pts.data + first;
|
auto pt = outline->pts.data + first;
|
||||||
auto types = outline->types.data + first;
|
auto types = outline->types.data + first;
|
||||||
|
|
||||||
/* A contour cannot start with a cubic control point! */
|
|
||||||
_moveTo(rw, UPSCALE(outline->pts.data[first]));
|
_moveTo(rw, UPSCALE(outline->pts.data[first]));
|
||||||
|
|
||||||
while (pt < limit) {
|
while (pt < limit) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue