Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svg1.2: flow elements use non-existent attribute value text-align="middle" #33

Closed
carlosame opened this issue Jun 29, 2021 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@carlosame
Copy link
Member

In SVG, attributes based on CSS properties are supposed to borrow their values from that property's valid values. However, the (deprecated) SVG 1.2 flow elements have a text-align attribute based on the CSS text-alignproperty, for which they use the non-CSS attribute value text-align="middle" while at the same time they do not accept the CSS-valid center.

The SVG 1.2 flow elements are no longer part of SVG and only Batik and Inkscape support them, however for consistency they should support text-align="center" in addition to text-align="middle" (preserved for Batik compatibility).

@carlosame carlosame added the bug Something isn't working label Jun 29, 2021
@carlosame carlosame added this to the 0.2 milestone Jun 29, 2021
@carlosame carlosame self-assigned this Jun 29, 2021
@carlosame carlosame modified the milestones: 0.2, 0.1.2 Dec 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant