fixing svg circles
This commit is contained in:
parent
10de6fa9bf
commit
66b99eb8e3
4 changed files with 33 additions and 19 deletions
|
|
@ -225,3 +225,11 @@ func GetDefaultFont() (*truetype.Font, error) {
|
|||
}
|
||||
return _defaultFont, nil
|
||||
}
|
||||
|
||||
const (
|
||||
// ContentTypePNG is the png mime type.
|
||||
ContentTypePNG = "image/png"
|
||||
|
||||
// ContentTypeSVG is the svg mime type.
|
||||
ContentTypeSVG = "image/svg+xml"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue