naikus / svg-gauge

Minimalistic, animated SVG gauge. Zero dependencies
MIT License
319 stars 74 forks source link

Editing and positioning svg #17

Closed pawelklasa closed 6 years ago

pawelklasa commented 6 years ago
screen shot 2018-04-24 at 14 56 54

I Have been trying to position that number right in the middle of the circle but it seems impossible without being able to amend the SVG itself. It would be nice if that was somehow possible.

naikus commented 6 years ago

Hi @pawelklasa, did you try CSS transform for the text element?

naikus commented 6 years ago

I'm closing this issue since this can be done via CSS transforms. Please re-open if it is not working for you.