xmlns method

Svg xmlns(
  1. String ns
)

Implementation

Svg xmlns(String ns) {
  attr('xmlns', StringAttribute(ns));
  return this;
}