-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
hello :)
wondering if the converter supports text or Im doing something wrong :|
have this svg that I create in the code, so in the end I have the svg string.
canvas := svg.New(&buf)
canvas.Start(width, height)
canvas.Text(width/2, height/2, "aloha, SVG", "text-anchor:middle;font-size:30px;fill:white")
canvas.Circle(width/2, height/2, 100, "fill: green")
canvas.End()
but when Im running the repo code to generate a png, I get only a circle.
So want to make sure if text is supported, as it mentions in the readme that not all svg options are available.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
