Svg
- Source:
- Svg.scala
Type members
Value members
Concrete methods
Transform from client coordinates to local coordinates
Transform from client coordinates to local coordinates
- Source:
- Svg.scala
Render to SVG without wrapping with a root
Render to SVG without wrapping with a root
- Source:
- Svg.scala
Given a bounding box and a size specification create a
Given a bounding box and a size specification create a
- Source:
- Svg.scala
Given stroke and fill returns a String representing the stroke and
fill rendered as SVG styles.
Given stroke and fill returns a String representing the stroke and
fill rendered as SVG styles.
If the fill specifies a gradient that gradient, represented in SVG form as a Tag, is added to the given Set as a side-effect.
- Source:
- Svg.scala
Given a Fill return the string to insert as the style part of the tag being rendered
Given a Fill return the string to insert as the style part of the tag being rendered
Additionally, if this fill represents a gradient add that gradient to the given Set as a side-effect. In SVG gradients cannot be specified inline. Hence this construction.
- Source:
- Svg.scala