(svg string)
| 429 | } |
| 430 | |
| 431 | func SVG(svg string) Data { |
| 432 | return MakeData(MIMETypeSVG, svg) |
| 433 | } |
| 434 | |
| 435 | // MIME encapsulates the data and metadata into a Data. |
| 436 | // The 'data' map is expected to contain at least one {key,value} pair, |
nothing calls this directly
no test coverage detected