SvgFileWriter constructor

SvgFileWriter(
  1. Size _size
)

Creates a new SvgFileWriter with the specified size.

Implementation

SvgFileWriter(this._size);