-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
In the explanation of the baseline property, the spec says that "The polynomial is in the coordinate system of the line, with the bottom left of the bounding box as the origin."
In the example, the polynomial is y = 0.015x - 18
So, at left edge of the bounding box, y
should equal -18
relative to the bottom, left corner, and this is what the text says. However the picture has the baseline starting at +18
on the left edge.
Further, I don't see how it's logically possible for the intercept to be a negative number since that would mean that the baseline started outside the bounding box. But the bounding box is supposed to always contain the baseline.
Metadata
Metadata
Assignees
Labels
No labels