-
Notifications
You must be signed in to change notification settings - Fork 41
vjust support #148
Copy link
Copy link
Open
Description
- a test for values of 0, 0.5, 1-- draw an hline at say y=5, then draw some text at x=1,2,3 and y=5 with vjust=0,0.5,1. Test that bounding box of text element is on either side or in the middle of the bounding box for the hline.
- similar test for hjust.
- use the
measureTextJS function to get the height and width of a text element, and use that to compute vjust. - also use that for hjust instead of
text-anchorproperty. - also use that for text elements that are not geoms, for example axis tick labels.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels