SvgLoadBitmap

doodle.svg.algebra.SvgLoadBitmap
object SvgLoadBitmap

LoadBitmap implementation for SVG that creates image references

Attributes

Source
SvgLoadBitmap.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def withDimensions(href: String, width: Double, height: Double): IO[SvgImageRef]

Create an image reference with specific dimensions

Create an image reference with specific dimensions

Attributes

Source
SvgLoadBitmap.scala
def withHeight(href: String, height: Double): IO[SvgImageRef]

Create an image reference with height only (width will be auto-calculated)

Create an image reference with height only (width will be auto-calculated)

Attributes

Source
SvgLoadBitmap.scala
def withWidth(href: String, width: Double): IO[SvgImageRef]

Create an image reference with width only (height will be auto-calculated)

Create an image reference with width only (height will be auto-calculated)

Attributes

Source
SvgLoadBitmap.scala

Concrete fields