width method

Svg width(
  1. String w
)

Implementation

Svg width(String w) {
  attr('width', StringAttribute(w));
  return this;
}