Idris2Doc : Text.SVG.Attribute

Text.SVG.Attribute

(source)

Definitions

dataSVGAttribute : String->Type
  SVG Attributes, indexed by the SVG element's name.

Implementation note: Numeric attributes get their own constructors.
This allows us to more efficiently set such attributes programmatically
at the DOM, avoiding unnecessary conversions to `String` and back.

Totality: total
Visibility: public export
Constructors:
Id : String->SVGAttributes
Str : String->String->SVGAttributes
Style : String->String->SVGAttributes
Bool : String->Bool->SVGAttributes
LOP : String->LengthOrPercentage->SVGAttributes
Perc : String->Percentage->SVGAttributes
Pth : String->ListPathCmd->SVGAttributes
Points : String->ListDouble->SVGAttributes
Empty : SVGAttributes
displayAttributes : List (SVGAttributes) ->String
Totality: total
Visibility: export
d : ListPathCmd->SVGAttribute"path"
Totality: total
Visibility: export
r : LengthOrPercentage->SVGAttribute"circle"
Totality: total
Visibility: export
x1 : LengthOrPercentage->SVGAttribute"line"
Totality: total
Visibility: export
y1 : LengthOrPercentage->SVGAttribute"line"
Totality: total
Visibility: export
x2 : LengthOrPercentage->SVGAttribute"line"
Totality: total
Visibility: export
y2 : LengthOrPercentage->SVGAttribute"line"
Totality: total
Visibility: export
xmlns : String->SVGAttribute"svg"
Totality: total
Visibility: export
xmlns_2000 : SVGAttribute"svg"
Totality: total
Visibility: export
transform : Transform->SVGAttributes
Totality: total
Visibility: export
transforms : ListTransform->SVGAttributes
Totality: total
Visibility: export
translateX : Double->SVGAttributes
Totality: total
Visibility: export
translateY : Double->SVGAttributes
Totality: total
Visibility: export
translate : Double->Double->SVGAttributes
Totality: total
Visibility: export
rotate : Double->SVGAttributes
Totality: total
Visibility: export
scaleX : Double->SVGAttributes
Totality: total
Visibility: export
scaleY : Double->SVGAttributes
Totality: total
Visibility: export
scaleXY : Double->Double->SVGAttributes
Totality: total
Visibility: export
scale : Double->SVGAttributes
Totality: total
Visibility: export
class : String->SVGAttributes
Totality: total
Visibility: export
classes : ListString->SVGAttributes
Totality: total
Visibility: export
cx : {auto0_ : HasCXs} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
cy : {auto0_ : HasCXs} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
rx : {auto0_ : HasRXs} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
ry : {auto0_ : HasRYs} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
x : {auto0_ : HasXs} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
y : {auto0_ : HasYs} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
fill : {auto0_ : HasFills} ->SVGColor->SVGAttributes
Totality: total
Visibility: export
fillOpacity : {auto0_ : HasFills} ->Percentage->SVGAttributes
Totality: total
Visibility: export
stroke : {auto0_ : HasStrokes} ->SVGColor->SVGAttributes
Totality: total
Visibility: export
strokeLinecap : {auto0_ : HasStrokes} ->StrokeLinecap->SVGAttributes
Totality: total
Visibility: export
strokeLinejoin : {auto0_ : HasStrokes} ->StrokeLinejoin->SVGAttributes
Totality: total
Visibility: export
strokeOpacity : {auto0_ : HasStrokes} ->Percentage->SVGAttributes
Totality: total
Visibility: export
width : {auto0_ : HasWidths} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
height : {auto0_ : HasHeights} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
strokeWidth : {auto0_ : HasStrokes} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
strokeDasharray : {auto0_ : HasStrokes} ->ListDouble->SVGAttributes
Totality: total
Visibility: export
strokeDashoffset : {auto0_ : HasStrokes} ->Double->SVGAttributes
Totality: total
Visibility: export
points : {auto0_ : HasPointss} ->ListDouble->SVGAttributes
Totality: total
Visibility: export
viewBox : {auto0_ : HasViewBoxs} ->LengthOrPercentage->LengthOrPercentage->LengthOrPercentage->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
dominantBaseline : {auto0_ : IsTexts} ->DominantBaseline->SVGAttributes
Totality: total
Visibility: export
textAnchor : {auto0_ : IsTexts} ->TextAnchor->SVGAttributes
Totality: total
Visibility: export
font : {auto0_ : IsTexts} ->String->SVGAttributes
Totality: total
Visibility: export
fontFamily : {auto0_ : IsTexts} ->String->SVGAttributes
Totality: total
Visibility: export
fontWeight : {auto0_ : IsTexts} ->FontWeight->SVGAttributes
Totality: total
Visibility: export
lengthAdjust : {auto0_ : IsTexts} ->LengthAdjust->SVGAttributes
Totality: total
Visibility: export
textLength : {auto0_ : IsTexts} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
dx : {auto0_ : IsTexts} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
dy : {auto0_ : IsTexts} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export
fontSize : {auto0_ : IsTexts} ->LengthOrPercentage->SVGAttributes
Totality: total
Visibility: export