| 6 | namespace snap::imagetoolbox { |
| 7 | |
| 8 | static const Valdi::Byte* bytesFromString(const char* value) { |
| 9 | return reinterpret_cast<const Valdi::Byte*>(value); |
| 10 | } |
| 11 | |
| 12 | TEST(SVGRenderer, getSizeReturnsIntrinsicDimensions) { |
| 13 | const char* svg = "<svg width=\"24\" height=\"16\" xmlns=\"http://www.w3.org/2000/svg\"></svg>"; |