viewBoxWidth property

  1. @TagNumber(1)
double viewBoxWidth

Implementation

@$pb.TagNumber(1)
$core.double get viewBoxWidth => $_getN(0);
  1. @TagNumber(1)
void viewBoxWidth=(double v)

Implementation

@$pb.TagNumber(1)
set viewBoxWidth($core.double v) {
  $_setFloat(0, v);
}