height method

Svg height(
  1. String h
)

Implementation

Svg height(String h) {
  attr('height', StringAttribute(h));
  return this;
}