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

Added approximation of text alignment. Better then nothing... #36

Merged
merged 3 commits into from
Aug 30, 2013

Conversation

jbracker
Copy link
Member

This should be a first approach to issue #17.

I used the SVG standard sections on text-anchors and baseline alignment to find what should be closest. I could not find properties to modify the alignments in a free manner as given by BoxAlignedText.

While I looked at the user manual I noticed that according to documentation shouldn't the (0.7,0.5) text displayed in the manual be right aligned instead of left aligned since 1 means right and 0 means left? Or am I misunderstanding the semantics here?

byorgey added a commit that referenced this pull request Aug 30, 2013
Added approximation of text alignment. Better then nothing...
@byorgey byorgey merged commit 671f8ba into diagrams:master Aug 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants