Assertion: When direction is not set or inherited, and text-anchor is not set, Latin, Arabic and Hebrew text will extend to the right of the x coordinate.
There is no direction or text-anchor markup. The default direction is ltr, and the default text-anchor value is start.
Assertion: When direction is not set or inherited, and text-anchor is set to start, Latin, Arabic and Hebrew text will extend to the right of the x coordinate..
There is no direction markup. The default direction is ltr. text-anchor value is start.
Assertion: When direction is not set or inherited, and text-anchor is set to end, Latin, Arabic and Hebrew text will extend to the left of the x coordinate.
There is no direction markup. The default direction is ltr. text-anchor value is end.
Assertion: When direction is not set or inherited, and text-anchor is set to middle, Latin, Arabic and Hebrew text will extend to either side of the x coordinate.
There is no direction markup. The default direction is ltr. text-anchor value is middle.
Assertion: When direction is not set or inherited, and text-anchor is set to middle, Latin, Arabic and Hebrew text will extend to either side of the x coordinate.
direction is set to ltr on the text element. text-anchor value is start.
Assertion: When direction is set to ltr on the text element, and text-anchor is set to end, Latin, Arabic and Hebrew text will extend to the left of the x coordinate.
direction is set to ltr on the text element. text-anchor value is end.
Assertion: When direction is set to ltr on the text element, and text-anchor is set to end, Latin, Arabic and Hebrew text will extend to the left of the x coordinate.
direction is set to ltr on the text element. text-anchor value is middle.
Assertion: When direction is set to rtl on the text element, and text-anchor is set to start, Latin, Arabic and Hebrew text will extend to the left of the x coordinate.
direction is set to rtl on the text element. text-anchor value is start.
Assertion: When direction is set to rtl on the text element, and text-anchor is set to end, Latin, Arabic and Hebrew text will extend to the right of the x coordinate.
direction is set to rtl on the text element. text-anchor value is end.
Assertion: When direction is set to rtl on the text element, and text-anchor is set to middle, Latin, Arabic and Hebrew text will extend to both sides of the x coordinate.
direction is set to rtl on the text element. text-anchor value is middle.
Assertion: When ltr direction is inherited by the text element, and text-anchor is set to start, Latin, Arabic and Hebrew text will extend to the right of the x coordinate.
direction is set to ltr on a g element. text-anchor value is start.
Assertion: When ltr direction is inherited by the text element, and text-anchor is set to start, Latin, Arabic and Hebrew text will extend to the right of the x coordinate.
direction is set to ltr on a g element. text-anchor value is end.
Assertion: When ltr direction is inherited by the text element, and text-anchor is set to middle, Latin, Arabic and Hebrew text will extend to either side of the x coordinate.
direction is set to ltr on a g element. text-anchor value is middle.
Assertion: When rtl direction is inherited by the text element, and text-anchor is set to start, Latin, Arabic and Hebrew text will extend to the left of the x coordinate.
direction is set to rtl on a g element. text-anchor value is start.
Assertion: When rtl direction is inherited by the text element, and text-anchor is set to end, Latin, Arabic and Hebrew text will extend to the right of the x coordinate.
direction is set to rtl on a g element. text-anchor value is end.
Assertion: When rtl direction is inherited by the text element, and text-anchor is set to middle, Latin, Arabic and Hebrew text will extend to both sides of the x coordinate.
direction is set to rtl on a g element. text-anchor value is middle.