Gradient semantics are not clearly defined. On some platforms coordinates are absolute, whilst on others they are relative to the bounding box (see SVG). Define what the coordinates actually mean.
Landmarks are more intuitive than absolute coordinates, and it would allow linear gradients constructed using helpers like dichromaticHorizontal to work as one would expect (starting at one edge of the picture and continuing to the other edge).
Gradient semantics are not clearly defined. On some platforms coordinates are absolute, whilst on others they are relative to the bounding box (see SVG). Define what the coordinates actually mean.
Landmarks are more intuitive than absolute coordinates, and it would allow linear gradients constructed using helpers like
dichromaticHorizontalto work as one would expect (starting at one edge of the picture and continuing to the other edge).