mirror of
https://github.com/scratchfoundation/scratch-svg-renderer.git
synced 2024-11-14 19:25:41 -05:00
Deprecate SvgRenderer
This commit is contained in:
parent
8473294384
commit
9b85dd3e56
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ const serializeSvgToString = require('./serialize-svg-to-string');
|
|||
|
||||
/**
|
||||
* Main quirks-mode SVG rendering code.
|
||||
* @deprecated Call into individual methods exported from this library instead.
|
||||
*/
|
||||
class SvgRenderer {
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue