viewBox method

Svg viewBox(
  1. String vb
)

Implementation

Svg viewBox(String vb) {
  attr('viewBox', StringAttribute(vb));
  return this;
}