Search found 2 matches

by zypah
2017-07-03T10:40:31-07:00
Forum: Users
Topic: Usage of alignment-baseline
Replies: 3
Views: 2938

Re: Usage of alignment-baseline

Ahhh great! Thanks a bunch! I did it this way: magick mogrify -format png -size 100x100 *.svg magick mogrify -fuzz 1% -trim *.png magick mogrify -gravity center -extent 100x100 *.png Is there a smarter way? Feels a bit like cheating, but it works at least. :) I would be great if the svg would be ...
by zypah
2017-07-03T08:33:45-07:00
Forum: Users
Topic: Usage of alignment-baseline
Replies: 3
Views: 2938

Usage of alignment-baseline

Hi, I want to create an SVG with a single letter (well maybe more, if a single line would work, that'd be great) The letter should be in the middle of the image, vertically and horizontally. This is my svg <?xml version="1.0" encoding="utf-8"?> <svg version="1.2" xmlns="http://www.w3.org/2000/svg ...