-
Notifications
You must be signed in to change notification settings - Fork 394
Open
Description
The comment here says "Parse X align" even though it's parsing Y align.
Lines 2622 to 2628 in 93ce879
| // Parse X align | |
| if (strstr(attr[i + 1], "yMin") != 0) | |
| p->alignY = NSVG_ALIGN_MIN; | |
| else if (strstr(attr[i + 1], "yMid") != 0) | |
| p->alignY = NSVG_ALIGN_MID; | |
| else if (strstr(attr[i + 1], "yMax") != 0) | |
| p->alignY = NSVG_ALIGN_MAX; |
Metadata
Metadata
Assignees
Labels
No labels