{-# LANGUAGE OverloadedStrings #-}
module Text.Blaze.Svg11.Attributes
( accentHeight
, accumulate
, additive
, alignmentBaseline
, alphabetic
, amplitude
, arabicForm
, ascent
, attributename
, attributetype
, azimuth
, basefrequency
, baseprofile
, baselineShift
, bbox
, begin
, bias
, by
, calcmode
, capHeight
, class_
, clip
, clipPath
, clipRule
, clippathunits
, color
, colorInterpolation
, colorInterpolationFilters
, colorProfile
, colorRendering
, contentscripttype
, contentstyletype
, cursor
, cx
, cy
, d
, descent
, diffuseconstant
, direction
, display
, divisor
, dominantBaseline
, dur
, dx
, dy
, edgemode
, elevation
, enableBackground
, end
, exponent_
, externalresourcesrequired
, fill
, fillOpacity
, fillRule
, filter_
, filterres
, filterunits
, floodColor
, floodOpacity
, fontFamily
, fontSize
, fontSizeAdjust
, fontStretch
, fontStyle
, fontVariant
, fontWeight
, format
, from
, fx
, fy
, g1
, g2
, glyphName
, glyphOrientationHorizontal
, glyphOrientationVertical
, glyphref
, gradienttransform
, gradientunits
, hanging
, height
, horizAdvX
, horizOriginX
, horizOriginY
, id_
, ideographic
, imageRendering
, in_
, in2
, intercept
, k
, k1
, k2
, k3
, k4
, kernelmatrix
, kernelunitlength
, kerning
, keypoints
, keysplines
, keytimes
, lang
, lengthadjust
, letterSpacing
, lightingColor
, limitingconeangle
, local
, markerEnd
, markerMid
, markerStart
, markerheight
, markerunits
, markerwidth
, mask
, maskcontentunits
, maskunits
, mathematical
, max_
, media
, method
, min_
, mode
, name
, numoctaves
, offset
, onabort
, onactivate
, onbegin
, onclick
, onend
, onerror
, onfocusin
, onfocusout
, onload
, onmousedown
, onmousemove
, onmouseout
, onmouseover
, onmouseup
, onrepeat
, onresize
, onscroll
, onunload
, onzoom
, opacity
, operator
, order
, orient
, orientation
, origin
, overflow
, overlinePosition
, overlineThickness
, panose1
, path
, pathlength
, patterncontentunits
, patterntransform
, patternunits
, pointerEvents
, points
, pointsatx
, pointsaty
, pointsatz
, preservealpha
, preserveaspectratio
, primitiveunits
, r
, radius
, refx
, refy
, renderingIntent
, repeatcount
, repeatdur
, requiredextensions
, requiredfeatures
, restart
, result
, rotate
, rx
, ry
, scale
, seed
, shapeRendering
, slope
, spacing
, specularconstant
, specularexponent
, spreadmethod
, startoffset
, stddeviation
, stemh
, stemv
, stitchtiles
, stopColor
, stopOpacity
, strikethroughPosition
, strikethroughThickness
, string
, stroke
, strokeDasharray
, strokeDashoffset
, strokeLinecap
, strokeLinejoin
, strokeMiterlimit
, strokeOpacity
, strokeWidth
, style
, surfacescale
, systemlanguage
, tablevalues
, target
, targetx
, targety
, textAnchor
, textDecoration
, textRendering
, textlength
, title
, to
, transform
, type_
, u1
, u2
, underlinePosition
, underlineThickness
, unicode
, unicodeBidi
, unicodeRange
, unitsPerEm
, vAlphabetic
, vHanging
, vIdeographic
, vMathematical
, values
, version
, vertAdvY
, vertOriginX
, vertOriginY
, viewbox
, viewtarget
, visibility
, width
, widths
, wordSpacing
, writingMode
, x
, xHeight
, x1
, x2
, xchannelselector
, xlinkActuate
, xlinkArcrole
, xlinkHref
, xlinkRole
, xlinkShow
, xlinkTitle
, xlinkType
, xmlBase
, xmlLang
, xmlSpace
, y
, y1
, y2
, ychannelselector
, z
, zoomandpan
) where
import Prelude ()
import Text.Blaze.Internal (Attribute, AttributeValue, attribute)
accentHeight :: AttributeValue
-> Attribute
accentHeight :: AttributeValue -> Attribute
accentHeight = Tag -> Tag -> AttributeValue -> Attribute
attribute "accent-height" " accent-height=\""
{-# INLINE accentHeight #-}
accumulate :: AttributeValue
-> Attribute
accumulate :: AttributeValue -> Attribute
accumulate = Tag -> Tag -> AttributeValue -> Attribute
attribute "accumulate" " accumulate=\""
{-# INLINE accumulate #-}
additive :: AttributeValue
-> Attribute
additive :: AttributeValue -> Attribute
additive = Tag -> Tag -> AttributeValue -> Attribute
attribute "additive" " additive=\""
{-# INLINE additive #-}
alignmentBaseline :: AttributeValue
-> Attribute
alignmentBaseline :: AttributeValue -> Attribute
alignmentBaseline = Tag -> Tag -> AttributeValue -> Attribute
attribute "alignment-baseline" " alignment-baseline=\""
{-# INLINE alignmentBaseline #-}
alphabetic :: AttributeValue
-> Attribute
alphabetic :: AttributeValue -> Attribute
alphabetic = Tag -> Tag -> AttributeValue -> Attribute
attribute "alphabetic" " alphabetic=\""
{-# INLINE alphabetic #-}
amplitude :: AttributeValue
-> Attribute
amplitude :: AttributeValue -> Attribute
amplitude = Tag -> Tag -> AttributeValue -> Attribute
attribute "amplitude" " amplitude=\""
{-# INLINE amplitude #-}
arabicForm :: AttributeValue
-> Attribute
arabicForm :: AttributeValue -> Attribute
arabicForm = Tag -> Tag -> AttributeValue -> Attribute
attribute "arabic-form" " arabic-form=\""
{-# INLINE arabicForm #-}
ascent :: AttributeValue
-> Attribute
ascent :: AttributeValue -> Attribute
ascent = Tag -> Tag -> AttributeValue -> Attribute
attribute "ascent" " ascent=\""
{-# INLINE ascent #-}
attributename :: AttributeValue
-> Attribute
attributename :: AttributeValue -> Attribute
attributename = Tag -> Tag -> AttributeValue -> Attribute
attribute "attributeName" " attributeName=\""
{-# INLINE attributename #-}
attributetype :: AttributeValue
-> Attribute
attributetype :: AttributeValue -> Attribute
attributetype = Tag -> Tag -> AttributeValue -> Attribute
attribute "attributeType" " attributeType=\""
{-# INLINE attributetype #-}
azimuth :: AttributeValue
-> Attribute
azimuth :: AttributeValue -> Attribute
azimuth = Tag -> Tag -> AttributeValue -> Attribute
attribute "azimuth" " azimuth=\""
{-# INLINE azimuth #-}
basefrequency :: AttributeValue
-> Attribute
basefrequency :: AttributeValue -> Attribute
basefrequency = Tag -> Tag -> AttributeValue -> Attribute
attribute "baseFrequency" " baseFrequency=\""
{-# INLINE basefrequency #-}
baseprofile :: AttributeValue
-> Attribute
baseprofile :: AttributeValue -> Attribute
baseprofile = Tag -> Tag -> AttributeValue -> Attribute
attribute "baseProfile" " baseProfile=\""
{-# INLINE baseprofile #-}
baselineShift :: AttributeValue
-> Attribute
baselineShift :: AttributeValue -> Attribute
baselineShift = Tag -> Tag -> AttributeValue -> Attribute
attribute "baseline-shift" " baseline-shift=\""
{-# INLINE baselineShift #-}
bbox :: AttributeValue
-> Attribute
bbox :: AttributeValue -> Attribute
bbox = Tag -> Tag -> AttributeValue -> Attribute
attribute "bbox" " bbox=\""
{-# INLINE bbox #-}
begin :: AttributeValue
-> Attribute
begin :: AttributeValue -> Attribute
begin = Tag -> Tag -> AttributeValue -> Attribute
attribute "begin" " begin=\""
{-# INLINE begin #-}
bias :: AttributeValue
-> Attribute
bias :: AttributeValue -> Attribute
bias = Tag -> Tag -> AttributeValue -> Attribute
attribute "bias" " bias=\""
{-# INLINE bias #-}
by :: AttributeValue
-> Attribute
by :: AttributeValue -> Attribute
by = Tag -> Tag -> AttributeValue -> Attribute
attribute "by" " by=\""
{-# INLINE by #-}
calcmode :: AttributeValue
-> Attribute
calcmode :: AttributeValue -> Attribute
calcmode = Tag -> Tag -> AttributeValue -> Attribute
attribute "calcMode" " calcMode=\""
{-# INLINE calcmode #-}
capHeight :: AttributeValue
-> Attribute
capHeight :: AttributeValue -> Attribute
capHeight = Tag -> Tag -> AttributeValue -> Attribute
attribute "cap-height" " cap-height=\""
{-# INLINE capHeight #-}
class_ :: AttributeValue
-> Attribute
class_ :: AttributeValue -> Attribute
class_ = Tag -> Tag -> AttributeValue -> Attribute
attribute "class" " class=\""
{-# INLINE class_ #-}
clip :: AttributeValue
-> Attribute
clip :: AttributeValue -> Attribute
clip = Tag -> Tag -> AttributeValue -> Attribute
attribute "clip" " clip=\""
{-# INLINE clip #-}
clipPath :: AttributeValue
-> Attribute
clipPath :: AttributeValue -> Attribute
clipPath = Tag -> Tag -> AttributeValue -> Attribute
attribute "clip-path" " clip-path=\""
{-# INLINE clipPath #-}
clipRule :: AttributeValue
-> Attribute
clipRule :: AttributeValue -> Attribute
clipRule = Tag -> Tag -> AttributeValue -> Attribute
attribute "clip-rule" " clip-rule=\""
{-# INLINE clipRule #-}
clippathunits :: AttributeValue
-> Attribute
clippathunits :: AttributeValue -> Attribute
clippathunits = Tag -> Tag -> AttributeValue -> Attribute
attribute "clipPathUnits" " clipPathUnits=\""
{-# INLINE clippathunits #-}
color :: AttributeValue
-> Attribute
color :: AttributeValue -> Attribute
color = Tag -> Tag -> AttributeValue -> Attribute
attribute "color" " color=\""
{-# INLINE color #-}
colorInterpolation :: AttributeValue
-> Attribute
colorInterpolation :: AttributeValue -> Attribute
colorInterpolation = Tag -> Tag -> AttributeValue -> Attribute
attribute "color-interpolation" " color-interpolation=\""
{-# INLINE colorInterpolation #-}
colorInterpolationFilters :: AttributeValue
-> Attribute
colorInterpolationFilters :: AttributeValue -> Attribute
colorInterpolationFilters = Tag -> Tag -> AttributeValue -> Attribute
attribute "color-interpolation-filters" " color-interpolation-filters=\""
{-# INLINE colorInterpolationFilters #-}
colorProfile :: AttributeValue
-> Attribute
colorProfile :: AttributeValue -> Attribute
colorProfile = Tag -> Tag -> AttributeValue -> Attribute
attribute "color-profile" " color-profile=\""
{-# INLINE colorProfile #-}
colorRendering :: AttributeValue
-> Attribute
colorRendering :: AttributeValue -> Attribute
colorRendering = Tag -> Tag -> AttributeValue -> Attribute
attribute "color-rendering" " color-rendering=\""
{-# INLINE colorRendering #-}
contentscripttype :: AttributeValue
-> Attribute
contentscripttype :: AttributeValue -> Attribute
contentscripttype = Tag -> Tag -> AttributeValue -> Attribute
attribute "contentScriptType" " contentScriptType=\""
{-# INLINE contentscripttype #-}
contentstyletype :: AttributeValue
-> Attribute
contentstyletype :: AttributeValue -> Attribute
contentstyletype = Tag -> Tag -> AttributeValue -> Attribute
attribute "contentStyleType" " contentStyleType=\""
{-# INLINE contentstyletype #-}
cursor :: AttributeValue
-> Attribute
cursor :: AttributeValue -> Attribute
cursor = Tag -> Tag -> AttributeValue -> Attribute
attribute "cursor" " cursor=\""
{-# INLINE cursor #-}
cx :: AttributeValue
-> Attribute
cx :: AttributeValue -> Attribute
cx = Tag -> Tag -> AttributeValue -> Attribute
attribute "cx" " cx=\""
{-# INLINE cx #-}
cy :: AttributeValue
-> Attribute
cy :: AttributeValue -> Attribute
cy = Tag -> Tag -> AttributeValue -> Attribute
attribute "cy" " cy=\""
{-# INLINE cy #-}
d :: AttributeValue
-> Attribute
d :: AttributeValue -> Attribute
d = Tag -> Tag -> AttributeValue -> Attribute
attribute "d" " d=\""
{-# INLINE d #-}
descent :: AttributeValue
-> Attribute
descent :: AttributeValue -> Attribute
descent = Tag -> Tag -> AttributeValue -> Attribute
attribute "descent" " descent=\""
{-# INLINE descent #-}
diffuseconstant :: AttributeValue
-> Attribute
diffuseconstant :: AttributeValue -> Attribute
diffuseconstant = Tag -> Tag -> AttributeValue -> Attribute
attribute "diffuseConstant" " diffuseConstant=\""
{-# INLINE diffuseconstant #-}
direction :: AttributeValue
-> Attribute
direction :: AttributeValue -> Attribute
direction = Tag -> Tag -> AttributeValue -> Attribute
attribute "direction" " direction=\""
{-# INLINE direction #-}
display :: AttributeValue
-> Attribute
display :: AttributeValue -> Attribute
display = Tag -> Tag -> AttributeValue -> Attribute
attribute "display" " display=\""
{-# INLINE display #-}
divisor :: AttributeValue
-> Attribute
divisor :: AttributeValue -> Attribute
divisor = Tag -> Tag -> AttributeValue -> Attribute
attribute "divisor" " divisor=\""
{-# INLINE divisor #-}
dominantBaseline :: AttributeValue
-> Attribute
dominantBaseline :: AttributeValue -> Attribute
dominantBaseline = Tag -> Tag -> AttributeValue -> Attribute
attribute "dominant-baseline" " dominant-baseline=\""
{-# INLINE dominantBaseline #-}
dur :: AttributeValue
-> Attribute
dur :: AttributeValue -> Attribute
dur = Tag -> Tag -> AttributeValue -> Attribute
attribute "dur" " dur=\""
{-# INLINE dur #-}
dx :: AttributeValue
-> Attribute
dx :: AttributeValue -> Attribute
dx = Tag -> Tag -> AttributeValue -> Attribute
attribute "dx" " dx=\""
{-# INLINE dx #-}
dy :: AttributeValue
-> Attribute
dy :: AttributeValue -> Attribute
dy = Tag -> Tag -> AttributeValue -> Attribute
attribute "dy" " dy=\""
{-# INLINE dy #-}
edgemode :: AttributeValue
-> Attribute
edgemode :: AttributeValue -> Attribute
edgemode = Tag -> Tag -> AttributeValue -> Attribute
attribute "edgeMode" " edgeMode=\""
{-# INLINE edgemode #-}
elevation :: AttributeValue
-> Attribute
elevation :: AttributeValue -> Attribute
elevation = Tag -> Tag -> AttributeValue -> Attribute
attribute "elevation" " elevation=\""
{-# INLINE elevation #-}
enableBackground :: AttributeValue
-> Attribute
enableBackground :: AttributeValue -> Attribute
enableBackground = Tag -> Tag -> AttributeValue -> Attribute
attribute "enable-background" " enable-background=\""
{-# INLINE enableBackground #-}
end :: AttributeValue
-> Attribute
end :: AttributeValue -> Attribute
end = Tag -> Tag -> AttributeValue -> Attribute
attribute "end" " end=\""
{-# INLINE end #-}
exponent_ :: AttributeValue
-> Attribute
exponent_ :: AttributeValue -> Attribute
exponent_ = Tag -> Tag -> AttributeValue -> Attribute
attribute "exponent" " exponent=\""
{-# INLINE exponent_ #-}
externalresourcesrequired :: AttributeValue
-> Attribute
externalresourcesrequired :: AttributeValue -> Attribute
externalresourcesrequired = Tag -> Tag -> AttributeValue -> Attribute
attribute "externalResourcesRequired" " externalResourcesRequired=\""
{-# INLINE externalresourcesrequired #-}
fill :: AttributeValue
-> Attribute
fill :: AttributeValue -> Attribute
fill = Tag -> Tag -> AttributeValue -> Attribute
attribute "fill" " fill=\""
{-# INLINE fill #-}
fillOpacity :: AttributeValue
-> Attribute
fillOpacity :: AttributeValue -> Attribute
fillOpacity = Tag -> Tag -> AttributeValue -> Attribute
attribute "fill-opacity" " fill-opacity=\""
{-# INLINE fillOpacity #-}
fillRule :: AttributeValue
-> Attribute
fillRule :: AttributeValue -> Attribute
fillRule = Tag -> Tag -> AttributeValue -> Attribute
attribute "fill-rule" " fill-rule=\""
{-# INLINE fillRule #-}
filter_ :: AttributeValue
-> Attribute
filter_ :: AttributeValue -> Attribute
filter_ = Tag -> Tag -> AttributeValue -> Attribute
attribute "filter" " filter=\""
{-# INLINE filter_ #-}
filterres :: AttributeValue
-> Attribute
filterres :: AttributeValue -> Attribute
filterres = Tag -> Tag -> AttributeValue -> Attribute
attribute "filterRes" " filterRes=\""
{-# INLINE filterres #-}
filterunits :: AttributeValue
-> Attribute
filterunits :: AttributeValue -> Attribute
filterunits = Tag -> Tag -> AttributeValue -> Attribute
attribute "filterUnits" " filterUnits=\""
{-# INLINE filterunits #-}
floodColor :: AttributeValue
-> Attribute
floodColor :: AttributeValue -> Attribute
floodColor = Tag -> Tag -> AttributeValue -> Attribute
attribute "flood-color" " flood-color=\""
{-# INLINE floodColor #-}
floodOpacity :: AttributeValue
-> Attribute
floodOpacity :: AttributeValue -> Attribute
floodOpacity = Tag -> Tag -> AttributeValue -> Attribute
attribute "flood-opacity" " flood-opacity=\""
{-# INLINE floodOpacity #-}
fontFamily :: AttributeValue
-> Attribute
fontFamily :: AttributeValue -> Attribute
fontFamily = Tag -> Tag -> AttributeValue -> Attribute
attribute "font-family" " font-family=\""
{-# INLINE fontFamily #-}
fontSize :: AttributeValue
-> Attribute
fontSize :: AttributeValue -> Attribute
fontSize = Tag -> Tag -> AttributeValue -> Attribute
attribute "font-size" " font-size=\""
{-# INLINE fontSize #-}
fontSizeAdjust :: AttributeValue
-> Attribute
fontSizeAdjust :: AttributeValue -> Attribute
fontSizeAdjust = Tag -> Tag -> AttributeValue -> Attribute
attribute "font-size-adjust" " font-size-adjust=\""
{-# INLINE fontSizeAdjust #-}
fontStretch :: AttributeValue
-> Attribute
fontStretch :: AttributeValue -> Attribute
fontStretch = Tag -> Tag -> AttributeValue -> Attribute
attribute "font-stretch" " font-stretch=\""
{-# INLINE fontStretch #-}
fontStyle :: AttributeValue
-> Attribute
fontStyle :: AttributeValue -> Attribute
fontStyle = Tag -> Tag -> AttributeValue -> Attribute
attribute "font-style" " font-style=\""
{-# INLINE fontStyle #-}
fontVariant :: AttributeValue
-> Attribute
fontVariant :: AttributeValue -> Attribute
fontVariant = Tag -> Tag -> AttributeValue -> Attribute
attribute "font-variant" " font-variant=\""
{-# INLINE fontVariant #-}
fontWeight :: AttributeValue
-> Attribute
fontWeight :: AttributeValue -> Attribute
fontWeight = Tag -> Tag -> AttributeValue -> Attribute
attribute "font-weight" " font-weight=\""
{-# INLINE fontWeight #-}
format :: AttributeValue
-> Attribute
format :: AttributeValue -> Attribute
format = Tag -> Tag -> AttributeValue -> Attribute
attribute "format" " format=\""
{-# INLINE format #-}
from :: AttributeValue
-> Attribute
from :: AttributeValue -> Attribute
from = Tag -> Tag -> AttributeValue -> Attribute
attribute "from" " from=\""
{-# INLINE from #-}
fx :: AttributeValue
-> Attribute
fx :: AttributeValue -> Attribute
fx = Tag -> Tag -> AttributeValue -> Attribute
attribute "fx" " fx=\""
{-# INLINE fx #-}
fy :: AttributeValue
-> Attribute
fy :: AttributeValue -> Attribute
fy = Tag -> Tag -> AttributeValue -> Attribute
attribute "fy" " fy=\""
{-# INLINE fy #-}
g1 :: AttributeValue
-> Attribute
g1 :: AttributeValue -> Attribute
g1 = Tag -> Tag -> AttributeValue -> Attribute
attribute "g1" " g1=\""
{-# INLINE g1 #-}
g2 :: AttributeValue
-> Attribute
g2 :: AttributeValue -> Attribute
g2 = Tag -> Tag -> AttributeValue -> Attribute
attribute "g2" " g2=\""
{-# INLINE g2 #-}
glyphName :: AttributeValue
-> Attribute
glyphName :: AttributeValue -> Attribute
glyphName = Tag -> Tag -> AttributeValue -> Attribute
attribute "glyph-name" " glyph-name=\""
{-# INLINE glyphName #-}
glyphOrientationHorizontal :: AttributeValue
-> Attribute
glyphOrientationHorizontal :: AttributeValue -> Attribute
glyphOrientationHorizontal = Tag -> Tag -> AttributeValue -> Attribute
attribute "glyph-orientation-horizontal" " glyph-orientation-horizontal=\""
{-# INLINE glyphOrientationHorizontal #-}
glyphOrientationVertical :: AttributeValue
-> Attribute
glyphOrientationVertical :: AttributeValue -> Attribute
glyphOrientationVertical = Tag -> Tag -> AttributeValue -> Attribute
attribute "glyph-orientation-vertical" " glyph-orientation-vertical=\""
{-# INLINE glyphOrientationVertical #-}
glyphref :: AttributeValue
-> Attribute
glyphref :: AttributeValue -> Attribute
glyphref = Tag -> Tag -> AttributeValue -> Attribute
attribute "glyphRef" " glyphRef=\""
{-# INLINE glyphref #-}
gradienttransform :: AttributeValue
-> Attribute
gradienttransform :: AttributeValue -> Attribute
gradienttransform = Tag -> Tag -> AttributeValue -> Attribute
attribute "gradientTransform" " gradientTransform=\""
{-# INLINE gradienttransform #-}
gradientunits :: AttributeValue
-> Attribute
gradientunits :: AttributeValue -> Attribute
gradientunits = Tag -> Tag -> AttributeValue -> Attribute
attribute "gradientUnits" " gradientUnits=\""
{-# INLINE gradientunits #-}
hanging :: AttributeValue
-> Attribute
hanging :: AttributeValue -> Attribute
hanging = Tag -> Tag -> AttributeValue -> Attribute
attribute "hanging" " hanging=\""
{-# INLINE hanging #-}
height :: AttributeValue
-> Attribute
height :: AttributeValue -> Attribute
height = Tag -> Tag -> AttributeValue -> Attribute
attribute "height" " height=\""
{-# INLINE height #-}
horizAdvX :: AttributeValue
-> Attribute
horizAdvX :: AttributeValue -> Attribute
horizAdvX = Tag -> Tag -> AttributeValue -> Attribute
attribute "horiz-adv-x" " horiz-adv-x=\""
{-# INLINE horizAdvX #-}
horizOriginX :: AttributeValue
-> Attribute
horizOriginX :: AttributeValue -> Attribute
horizOriginX = Tag -> Tag -> AttributeValue -> Attribute
attribute "horiz-origin-x" " horiz-origin-x=\""
{-# INLINE horizOriginX #-}
horizOriginY :: AttributeValue
-> Attribute
horizOriginY :: AttributeValue -> Attribute
horizOriginY = Tag -> Tag -> AttributeValue -> Attribute
attribute "horiz-origin-y" " horiz-origin-y=\""
{-# INLINE horizOriginY #-}
id_ :: AttributeValue
-> Attribute
id_ :: AttributeValue -> Attribute
id_ = Tag -> Tag -> AttributeValue -> Attribute
attribute "id" " id=\""
{-# INLINE id_ #-}
ideographic :: AttributeValue
-> Attribute
ideographic :: AttributeValue -> Attribute
ideographic = Tag -> Tag -> AttributeValue -> Attribute
attribute "ideographic" " ideographic=\""
{-# INLINE ideographic #-}
imageRendering :: AttributeValue
-> Attribute
imageRendering :: AttributeValue -> Attribute
imageRendering = Tag -> Tag -> AttributeValue -> Attribute
attribute "image-rendering" " image-rendering=\""
{-# INLINE imageRendering #-}
in_ :: AttributeValue
-> Attribute
in_ :: AttributeValue -> Attribute
in_ = Tag -> Tag -> AttributeValue -> Attribute
attribute "in" " in=\""
{-# INLINE in_ #-}
in2 :: AttributeValue
-> Attribute
in2 :: AttributeValue -> Attribute
in2 = Tag -> Tag -> AttributeValue -> Attribute
attribute "in2" " in2=\""
{-# INLINE in2 #-}
intercept :: AttributeValue
-> Attribute
intercept :: AttributeValue -> Attribute
intercept = Tag -> Tag -> AttributeValue -> Attribute
attribute "intercept" " intercept=\""
{-# INLINE intercept #-}
k :: AttributeValue
-> Attribute
k :: AttributeValue -> Attribute
k = Tag -> Tag -> AttributeValue -> Attribute
attribute "k" " k=\""
{-# INLINE k #-}
k1 :: AttributeValue
-> Attribute
k1 :: AttributeValue -> Attribute
k1 = Tag -> Tag -> AttributeValue -> Attribute
attribute "k1" " k1=\""
{-# INLINE k1 #-}
k2 :: AttributeValue
-> Attribute
k2 :: AttributeValue -> Attribute
k2 = Tag -> Tag -> AttributeValue -> Attribute
attribute "k2" " k2=\""
{-# INLINE k2 #-}
k3 :: AttributeValue
-> Attribute
k3 :: AttributeValue -> Attribute
k3 = Tag -> Tag -> AttributeValue -> Attribute
attribute "k3" " k3=\""
{-# INLINE k3 #-}
k4 :: AttributeValue
-> Attribute
k4 :: AttributeValue -> Attribute
k4 = Tag -> Tag -> AttributeValue -> Attribute
attribute "k4" " k4=\""
{-# INLINE k4 #-}
kernelmatrix :: AttributeValue
-> Attribute
kernelmatrix :: AttributeValue -> Attribute
kernelmatrix = Tag -> Tag -> AttributeValue -> Attribute
attribute "kernelMatrix" " kernelMatrix=\""
{-# INLINE kernelmatrix #-}
kernelunitlength :: AttributeValue
-> Attribute
kernelunitlength :: AttributeValue -> Attribute
kernelunitlength = Tag -> Tag -> AttributeValue -> Attribute
attribute "kernelUnitLength" " kernelUnitLength=\""
{-# INLINE kernelunitlength #-}
kerning :: AttributeValue
-> Attribute
kerning :: AttributeValue -> Attribute
kerning = Tag -> Tag -> AttributeValue -> Attribute
attribute "kerning" " kerning=\""
{-# INLINE kerning #-}
keypoints :: AttributeValue
-> Attribute
keypoints :: AttributeValue -> Attribute
keypoints = Tag -> Tag -> AttributeValue -> Attribute
attribute "keyPoints" " keyPoints=\""
{-# INLINE keypoints #-}
keysplines :: AttributeValue
-> Attribute
keysplines :: AttributeValue -> Attribute
keysplines = Tag -> Tag -> AttributeValue -> Attribute
attribute "keySplines" " keySplines=\""
{-# INLINE keysplines #-}
keytimes :: AttributeValue
-> Attribute
keytimes :: AttributeValue -> Attribute
keytimes = Tag -> Tag -> AttributeValue -> Attribute
attribute "keyTimes" " keyTimes=\""
{-# INLINE keytimes #-}
lang :: AttributeValue
-> Attribute
lang :: AttributeValue -> Attribute
lang = Tag -> Tag -> AttributeValue -> Attribute
attribute "lang" " lang=\""
{-# INLINE lang #-}
lengthadjust :: AttributeValue
-> Attribute
lengthadjust :: AttributeValue -> Attribute
lengthadjust = Tag -> Tag -> AttributeValue -> Attribute
attribute "lengthAdjust" " lengthAdjust=\""
{-# INLINE lengthadjust #-}
letterSpacing :: AttributeValue
-> Attribute
letterSpacing :: AttributeValue -> Attribute
letterSpacing = Tag -> Tag -> AttributeValue -> Attribute
attribute "letter-spacing" " letter-spacing=\""
{-# INLINE letterSpacing #-}
lightingColor :: AttributeValue
-> Attribute
lightingColor :: AttributeValue -> Attribute
lightingColor = Tag -> Tag -> AttributeValue -> Attribute
attribute "lighting-color" " lighting-color=\""
{-# INLINE lightingColor #-}
limitingconeangle :: AttributeValue
-> Attribute
limitingconeangle :: AttributeValue -> Attribute
limitingconeangle = Tag -> Tag -> AttributeValue -> Attribute
attribute "limitingConeAngle" " limitingConeAngle=\""
{-# INLINE limitingconeangle #-}
local :: AttributeValue
-> Attribute
local :: AttributeValue -> Attribute
local = Tag -> Tag -> AttributeValue -> Attribute
attribute "local" " local=\""
{-# INLINE local #-}
markerEnd :: AttributeValue
-> Attribute
markerEnd :: AttributeValue -> Attribute
markerEnd = Tag -> Tag -> AttributeValue -> Attribute
attribute "marker-end" " marker-end=\""
{-# INLINE markerEnd #-}
markerMid :: AttributeValue
-> Attribute
markerMid :: AttributeValue -> Attribute
markerMid = Tag -> Tag -> AttributeValue -> Attribute
attribute "marker-mid" " marker-mid=\""
{-# INLINE markerMid #-}
markerStart :: AttributeValue
-> Attribute
markerStart :: AttributeValue -> Attribute
markerStart = Tag -> Tag -> AttributeValue -> Attribute
attribute "marker-start" " marker-start=\""
{-# INLINE markerStart #-}
markerheight :: AttributeValue
-> Attribute
markerheight :: AttributeValue -> Attribute
markerheight = Tag -> Tag -> AttributeValue -> Attribute
attribute "markerHeight" " markerHeight=\""
{-# INLINE markerheight #-}
markerunits :: AttributeValue
-> Attribute
markerunits :: AttributeValue -> Attribute
markerunits = Tag -> Tag -> AttributeValue -> Attribute
attribute "markerUnits" " markerUnits=\""
{-# INLINE markerunits #-}
markerwidth :: AttributeValue
-> Attribute
markerwidth :: AttributeValue -> Attribute
markerwidth = Tag -> Tag -> AttributeValue -> Attribute
attribute "markerWidth" " markerWidth=\""
{-# INLINE markerwidth #-}
mask :: AttributeValue
-> Attribute
mask :: AttributeValue -> Attribute
mask = Tag -> Tag -> AttributeValue -> Attribute
attribute "mask" " mask=\""
{-# INLINE mask #-}
maskcontentunits :: AttributeValue
-> Attribute
maskcontentunits :: AttributeValue -> Attribute
maskcontentunits = Tag -> Tag -> AttributeValue -> Attribute
attribute "maskContentUnits" " maskContentUnits=\""
{-# INLINE maskcontentunits #-}
maskunits :: AttributeValue
-> Attribute
maskunits :: AttributeValue -> Attribute
maskunits = Tag -> Tag -> AttributeValue -> Attribute
attribute "maskUnits" " maskUnits=\""
{-# INLINE maskunits #-}
mathematical :: AttributeValue
-> Attribute
mathematical :: AttributeValue -> Attribute
mathematical = Tag -> Tag -> AttributeValue -> Attribute
attribute "mathematical" " mathematical=\""
{-# INLINE mathematical #-}
max_ :: AttributeValue
-> Attribute
max_ :: AttributeValue -> Attribute
max_ = Tag -> Tag -> AttributeValue -> Attribute
attribute "max" " max=\""
{-# INLINE max_ #-}
media :: AttributeValue
-> Attribute
media :: AttributeValue -> Attribute
media = Tag -> Tag -> AttributeValue -> Attribute
attribute "media" " media=\""
{-# INLINE media #-}
method :: AttributeValue
-> Attribute
method :: AttributeValue -> Attribute
method = Tag -> Tag -> AttributeValue -> Attribute
attribute "method" " method=\""
{-# INLINE method #-}
min_ :: AttributeValue
-> Attribute
min_ :: AttributeValue -> Attribute
min_ = Tag -> Tag -> AttributeValue -> Attribute
attribute "min" " min=\""
{-# INLINE min_ #-}
mode :: AttributeValue
-> Attribute
mode :: AttributeValue -> Attribute
mode = Tag -> Tag -> AttributeValue -> Attribute
attribute "mode" " mode=\""
{-# INLINE mode #-}
name :: AttributeValue
-> Attribute
name :: AttributeValue -> Attribute
name = Tag -> Tag -> AttributeValue -> Attribute
attribute "name" " name=\""
{-# INLINE name #-}
numoctaves :: AttributeValue
-> Attribute
numoctaves :: AttributeValue -> Attribute
numoctaves = Tag -> Tag -> AttributeValue -> Attribute
attribute "numOctaves" " numOctaves=\""
{-# INLINE numoctaves #-}
offset :: AttributeValue
-> Attribute
offset :: AttributeValue -> Attribute
offset = Tag -> Tag -> AttributeValue -> Attribute
attribute "offset" " offset=\""
{-# INLINE offset #-}
onabort :: AttributeValue
-> Attribute
onabort :: AttributeValue -> Attribute
onabort = Tag -> Tag -> AttributeValue -> Attribute
attribute "onabort" " onabort=\""
{-# INLINE onabort #-}
onactivate :: AttributeValue
-> Attribute
onactivate :: AttributeValue -> Attribute
onactivate = Tag -> Tag -> AttributeValue -> Attribute
attribute "onactivate" " onactivate=\""
{-# INLINE onactivate #-}
onbegin :: AttributeValue
-> Attribute
onbegin :: AttributeValue -> Attribute
onbegin = Tag -> Tag -> AttributeValue -> Attribute
attribute "onbegin" " onbegin=\""
{-# INLINE onbegin #-}
onclick :: AttributeValue
-> Attribute
onclick :: AttributeValue -> Attribute
onclick = Tag -> Tag -> AttributeValue -> Attribute
attribute "onclick" " onclick=\""
{-# INLINE onclick #-}
onend :: AttributeValue
-> Attribute
onend :: AttributeValue -> Attribute
onend = Tag -> Tag -> AttributeValue -> Attribute
attribute "onend" " onend=\""
{-# INLINE onend #-}
onerror :: AttributeValue
-> Attribute
onerror :: AttributeValue -> Attribute
onerror = Tag -> Tag -> AttributeValue -> Attribute
attribute "onerror" " onerror=\""
{-# INLINE onerror #-}
onfocusin :: AttributeValue
-> Attribute
onfocusin :: AttributeValue -> Attribute
onfocusin = Tag -> Tag -> AttributeValue -> Attribute
attribute "onfocusin" " onfocusin=\""
{-# INLINE onfocusin #-}
onfocusout :: AttributeValue
-> Attribute
onfocusout :: AttributeValue -> Attribute
onfocusout = Tag -> Tag -> AttributeValue -> Attribute
attribute "onfocusout" " onfocusout=\""
{-# INLINE onfocusout #-}
onload :: AttributeValue
-> Attribute
onload :: AttributeValue -> Attribute
onload = Tag -> Tag -> AttributeValue -> Attribute
attribute "onload" " onload=\""
{-# INLINE onload #-}
onmousedown :: AttributeValue
-> Attribute
onmousedown :: AttributeValue -> Attribute
onmousedown = Tag -> Tag -> AttributeValue -> Attribute
attribute "onmousedown" " onmousedown=\""
{-# INLINE onmousedown #-}
onmousemove :: AttributeValue
-> Attribute
onmousemove :: AttributeValue -> Attribute
onmousemove = Tag -> Tag -> AttributeValue -> Attribute
attribute "onmousemove" " onmousemove=\""
{-# INLINE onmousemove #-}
onmouseout :: AttributeValue
-> Attribute
onmouseout :: AttributeValue -> Attribute
onmouseout = Tag -> Tag -> AttributeValue -> Attribute
attribute "onmouseout" " onmouseout=\""
{-# INLINE onmouseout #-}
onmouseover :: AttributeValue
-> Attribute
onmouseover :: AttributeValue -> Attribute
onmouseover = Tag -> Tag -> AttributeValue -> Attribute
attribute "onmouseover" " onmouseover=\""
{-# INLINE onmouseover #-}
onmouseup :: AttributeValue
-> Attribute
onmouseup :: AttributeValue -> Attribute
onmouseup = Tag -> Tag -> AttributeValue -> Attribute
attribute "onmouseup" " onmouseup=\""
{-# INLINE onmouseup #-}
onrepeat :: AttributeValue
-> Attribute
onrepeat :: AttributeValue -> Attribute
onrepeat = Tag -> Tag -> AttributeValue -> Attribute
attribute "onrepeat" " onrepeat=\""
{-# INLINE onrepeat #-}
onresize :: AttributeValue
-> Attribute
onresize :: AttributeValue -> Attribute
onresize = Tag -> Tag -> AttributeValue -> Attribute
attribute "onresize" " onresize=\""
{-# INLINE onresize #-}
onscroll :: AttributeValue
-> Attribute
onscroll :: AttributeValue -> Attribute
onscroll = Tag -> Tag -> AttributeValue -> Attribute
attribute "onscroll" " onscroll=\""
{-# INLINE onscroll #-}
onunload :: AttributeValue
-> Attribute
onunload :: AttributeValue -> Attribute
onunload = Tag -> Tag -> AttributeValue -> Attribute
attribute "onunload" " onunload=\""
{-# INLINE onunload #-}
onzoom :: AttributeValue
-> Attribute
onzoom :: AttributeValue -> Attribute
onzoom = Tag -> Tag -> AttributeValue -> Attribute
attribute "onzoom" " onzoom=\""
{-# INLINE onzoom #-}
opacity :: AttributeValue
-> Attribute
opacity :: AttributeValue -> Attribute
opacity = Tag -> Tag -> AttributeValue -> Attribute
attribute "opacity" " opacity=\""
{-# INLINE opacity #-}
operator :: AttributeValue
-> Attribute
operator :: AttributeValue -> Attribute
operator = Tag -> Tag -> AttributeValue -> Attribute
attribute "operator" " operator=\""
{-# INLINE operator #-}
order :: AttributeValue
-> Attribute
order :: AttributeValue -> Attribute
order = Tag -> Tag -> AttributeValue -> Attribute
attribute "order" " order=\""
{-# INLINE order #-}
orient :: AttributeValue
-> Attribute
orient :: AttributeValue -> Attribute
orient = Tag -> Tag -> AttributeValue -> Attribute
attribute "orient" " orient=\""
{-# INLINE orient #-}
orientation :: AttributeValue
-> Attribute
orientation :: AttributeValue -> Attribute
orientation = Tag -> Tag -> AttributeValue -> Attribute
attribute "orientation" " orientation=\""
{-# INLINE orientation #-}
origin :: AttributeValue
-> Attribute
origin :: AttributeValue -> Attribute
origin = Tag -> Tag -> AttributeValue -> Attribute
attribute "origin" " origin=\""
{-# INLINE origin #-}
overflow :: AttributeValue
-> Attribute
overflow :: AttributeValue -> Attribute
overflow = Tag -> Tag -> AttributeValue -> Attribute
attribute "overflow" " overflow=\""
{-# INLINE overflow #-}
overlinePosition :: AttributeValue
-> Attribute
overlinePosition :: AttributeValue -> Attribute
overlinePosition = Tag -> Tag -> AttributeValue -> Attribute
attribute "overline-position" " overline-position=\""
{-# INLINE overlinePosition #-}
overlineThickness :: AttributeValue
-> Attribute
overlineThickness :: AttributeValue -> Attribute
overlineThickness = Tag -> Tag -> AttributeValue -> Attribute
attribute "overline-thickness" " overline-thickness=\""
{-# INLINE overlineThickness #-}
panose1 :: AttributeValue
-> Attribute
panose1 :: AttributeValue -> Attribute
panose1 = Tag -> Tag -> AttributeValue -> Attribute
attribute "panose-1" " panose-1=\""
{-# INLINE panose1 #-}
path :: AttributeValue
-> Attribute
path :: AttributeValue -> Attribute
path = Tag -> Tag -> AttributeValue -> Attribute
attribute "path" " path=\""
{-# INLINE path #-}
pathlength :: AttributeValue
-> Attribute
pathlength :: AttributeValue -> Attribute
pathlength = Tag -> Tag -> AttributeValue -> Attribute
attribute "pathLength" " pathLength=\""
{-# INLINE pathlength #-}
patterncontentunits :: AttributeValue
-> Attribute
patterncontentunits :: AttributeValue -> Attribute
patterncontentunits = Tag -> Tag -> AttributeValue -> Attribute
attribute "patternContentUnits" " patternContentUnits=\""
{-# INLINE patterncontentunits #-}
patterntransform :: AttributeValue
-> Attribute
patterntransform :: AttributeValue -> Attribute
patterntransform = Tag -> Tag -> AttributeValue -> Attribute
attribute "patternTransform" " patternTransform=\""
{-# INLINE patterntransform #-}
patternunits :: AttributeValue
-> Attribute
patternunits :: AttributeValue -> Attribute
patternunits = Tag -> Tag -> AttributeValue -> Attribute
attribute "patternUnits" " patternUnits=\""
{-# INLINE patternunits #-}
pointerEvents :: AttributeValue
-> Attribute
pointerEvents :: AttributeValue -> Attribute
pointerEvents = Tag -> Tag -> AttributeValue -> Attribute
attribute "pointer-events" " pointer-events=\""
{-# INLINE pointerEvents #-}
points :: AttributeValue
-> Attribute
points :: AttributeValue -> Attribute
points = Tag -> Tag -> AttributeValue -> Attribute
attribute "points" " points=\""
{-# INLINE points #-}
pointsatx :: AttributeValue
-> Attribute
pointsatx :: AttributeValue -> Attribute
pointsatx = Tag -> Tag -> AttributeValue -> Attribute
attribute "pointsAtX" " pointsAtX=\""
{-# INLINE pointsatx #-}
pointsaty :: AttributeValue
-> Attribute
pointsaty :: AttributeValue -> Attribute
pointsaty = Tag -> Tag -> AttributeValue -> Attribute
attribute "pointsAtY" " pointsAtY=\""
{-# INLINE pointsaty #-}
pointsatz :: AttributeValue
-> Attribute
pointsatz :: AttributeValue -> Attribute
pointsatz = Tag -> Tag -> AttributeValue -> Attribute
attribute "pointsAtZ" " pointsAtZ=\""
{-# INLINE pointsatz #-}
preservealpha :: AttributeValue
-> Attribute
preservealpha :: AttributeValue -> Attribute
preservealpha = Tag -> Tag -> AttributeValue -> Attribute
attribute "preserveAlpha" " preserveAlpha=\""
{-# INLINE preservealpha #-}
preserveaspectratio :: AttributeValue
-> Attribute
preserveaspectratio :: AttributeValue -> Attribute
preserveaspectratio = Tag -> Tag -> AttributeValue -> Attribute
attribute "preserveAspectRatio" " preserveAspectRatio=\""
{-# INLINE preserveaspectratio #-}
primitiveunits :: AttributeValue
-> Attribute
primitiveunits :: AttributeValue -> Attribute
primitiveunits = Tag -> Tag -> AttributeValue -> Attribute
attribute "primitiveUnits" " primitiveUnits=\""
{-# INLINE primitiveunits #-}
r :: AttributeValue
-> Attribute
r :: AttributeValue -> Attribute
r = Tag -> Tag -> AttributeValue -> Attribute
attribute "r" " r=\""
{-# INLINE r #-}
radius :: AttributeValue
-> Attribute
radius :: AttributeValue -> Attribute
radius = Tag -> Tag -> AttributeValue -> Attribute
attribute "radius" " radius=\""
{-# INLINE radius #-}
refx :: AttributeValue
-> Attribute
refx :: AttributeValue -> Attribute
refx = Tag -> Tag -> AttributeValue -> Attribute
attribute "refX" " refX=\""
{-# INLINE refx #-}
refy :: AttributeValue
-> Attribute
refy :: AttributeValue -> Attribute
refy = Tag -> Tag -> AttributeValue -> Attribute
attribute "refY" " refY=\""
{-# INLINE refy #-}
renderingIntent :: AttributeValue
-> Attribute
renderingIntent :: AttributeValue -> Attribute
renderingIntent = Tag -> Tag -> AttributeValue -> Attribute
attribute "rendering-intent" " rendering-intent=\""
{-# INLINE renderingIntent #-}
repeatcount :: AttributeValue
-> Attribute
repeatcount :: AttributeValue -> Attribute
repeatcount = Tag -> Tag -> AttributeValue -> Attribute
attribute "repeatCount" " repeatCount=\""
{-# INLINE repeatcount #-}
repeatdur :: AttributeValue
-> Attribute
repeatdur :: AttributeValue -> Attribute
repeatdur = Tag -> Tag -> AttributeValue -> Attribute
attribute "repeatDur" " repeatDur=\""
{-# INLINE repeatdur #-}
requiredextensions :: AttributeValue
-> Attribute
requiredextensions :: AttributeValue -> Attribute
requiredextensions = Tag -> Tag -> AttributeValue -> Attribute
attribute "requiredExtensions" " requiredExtensions=\""
{-# INLINE requiredextensions #-}
requiredfeatures :: AttributeValue
-> Attribute
requiredfeatures :: AttributeValue -> Attribute
requiredfeatures = Tag -> Tag -> AttributeValue -> Attribute
attribute "requiredFeatures" " requiredFeatures=\""
{-# INLINE requiredfeatures #-}
restart :: AttributeValue
-> Attribute
restart :: AttributeValue -> Attribute
restart = Tag -> Tag -> AttributeValue -> Attribute
attribute "restart" " restart=\""
{-# INLINE restart #-}
result :: AttributeValue
-> Attribute
result :: AttributeValue -> Attribute
result = Tag -> Tag -> AttributeValue -> Attribute
attribute "result" " result=\""
{-# INLINE result #-}
rotate :: AttributeValue
-> Attribute
rotate :: AttributeValue -> Attribute
rotate = Tag -> Tag -> AttributeValue -> Attribute
attribute "rotate" " rotate=\""
{-# INLINE rotate #-}
rx :: AttributeValue
-> Attribute
rx :: AttributeValue -> Attribute
rx = Tag -> Tag -> AttributeValue -> Attribute
attribute "rx" " rx=\""
{-# INLINE rx #-}
ry :: AttributeValue
-> Attribute
ry :: AttributeValue -> Attribute
ry = Tag -> Tag -> AttributeValue -> Attribute
attribute "ry" " ry=\""
{-# INLINE ry #-}
scale :: AttributeValue
-> Attribute
scale :: AttributeValue -> Attribute
scale = Tag -> Tag -> AttributeValue -> Attribute
attribute "scale" " scale=\""
{-# INLINE scale #-}
seed :: AttributeValue
-> Attribute
seed :: AttributeValue -> Attribute
seed = Tag -> Tag -> AttributeValue -> Attribute
attribute "seed" " seed=\""
{-# INLINE seed #-}
shapeRendering :: AttributeValue
-> Attribute
shapeRendering :: AttributeValue -> Attribute
shapeRendering = Tag -> Tag -> AttributeValue -> Attribute
attribute "shape-rendering" " shape-rendering=\""
{-# INLINE shapeRendering #-}
slope :: AttributeValue
-> Attribute
slope :: AttributeValue -> Attribute
slope = Tag -> Tag -> AttributeValue -> Attribute
attribute "slope" " slope=\""
{-# INLINE slope #-}
spacing :: AttributeValue
-> Attribute
spacing :: AttributeValue -> Attribute
spacing = Tag -> Tag -> AttributeValue -> Attribute
attribute "spacing" " spacing=\""
{-# INLINE spacing #-}
specularconstant :: AttributeValue
-> Attribute
specularconstant :: AttributeValue -> Attribute
specularconstant = Tag -> Tag -> AttributeValue -> Attribute
attribute "specularConstant" " specularConstant=\""
{-# INLINE specularconstant #-}
specularexponent :: AttributeValue
-> Attribute
specularexponent :: AttributeValue -> Attribute
specularexponent = Tag -> Tag -> AttributeValue -> Attribute
attribute "specularExponent" " specularExponent=\""
{-# INLINE specularexponent #-}
spreadmethod :: AttributeValue
-> Attribute
spreadmethod :: AttributeValue -> Attribute
spreadmethod = Tag -> Tag -> AttributeValue -> Attribute
attribute "spreadMethod" " spreadMethod=\""
{-# INLINE spreadmethod #-}
startoffset :: AttributeValue
-> Attribute
startoffset :: AttributeValue -> Attribute
startoffset = Tag -> Tag -> AttributeValue -> Attribute
attribute "startOffset" " startOffset=\""
{-# INLINE startoffset #-}
stddeviation :: AttributeValue
-> Attribute
stddeviation :: AttributeValue -> Attribute
stddeviation = Tag -> Tag -> AttributeValue -> Attribute
attribute "stdDeviation" " stdDeviation=\""
{-# INLINE stddeviation #-}
stemh :: AttributeValue
-> Attribute
stemh :: AttributeValue -> Attribute
stemh = Tag -> Tag -> AttributeValue -> Attribute
attribute "stemh" " stemh=\""
{-# INLINE stemh #-}
stemv :: AttributeValue
-> Attribute
stemv :: AttributeValue -> Attribute
stemv = Tag -> Tag -> AttributeValue -> Attribute
attribute "stemv" " stemv=\""
{-# INLINE stemv #-}
stitchtiles :: AttributeValue
-> Attribute
stitchtiles :: AttributeValue -> Attribute
stitchtiles = Tag -> Tag -> AttributeValue -> Attribute
attribute "stitchTiles" " stitchTiles=\""
{-# INLINE stitchtiles #-}
stopColor :: AttributeValue
-> Attribute
stopColor :: AttributeValue -> Attribute
stopColor = Tag -> Tag -> AttributeValue -> Attribute
attribute "stop-color" " stop-color=\""
{-# INLINE stopColor #-}
stopOpacity :: AttributeValue
-> Attribute
stopOpacity :: AttributeValue -> Attribute
stopOpacity = Tag -> Tag -> AttributeValue -> Attribute
attribute "stop-opacity" " stop-opacity=\""
{-# INLINE stopOpacity #-}
strikethroughPosition :: AttributeValue
-> Attribute
strikethroughPosition :: AttributeValue -> Attribute
strikethroughPosition = Tag -> Tag -> AttributeValue -> Attribute
attribute "strikethrough-position" " strikethrough-position=\""
{-# INLINE strikethroughPosition #-}
strikethroughThickness :: AttributeValue
-> Attribute
strikethroughThickness :: AttributeValue -> Attribute
strikethroughThickness = Tag -> Tag -> AttributeValue -> Attribute
attribute "strikethrough-thickness" " strikethrough-thickness=\""
{-# INLINE strikethroughThickness #-}
string :: AttributeValue
-> Attribute
string :: AttributeValue -> Attribute
string = Tag -> Tag -> AttributeValue -> Attribute
attribute "string" " string=\""
{-# INLINE string #-}
stroke :: AttributeValue
-> Attribute
stroke :: AttributeValue -> Attribute
stroke = Tag -> Tag -> AttributeValue -> Attribute
attribute "stroke" " stroke=\""
{-# INLINE stroke #-}
strokeDasharray :: AttributeValue
-> Attribute
strokeDasharray :: AttributeValue -> Attribute
strokeDasharray = Tag -> Tag -> AttributeValue -> Attribute
attribute "stroke-dasharray" " stroke-dasharray=\""
{-# INLINE strokeDasharray #-}
strokeDashoffset :: AttributeValue
-> Attribute
strokeDashoffset :: AttributeValue -> Attribute
strokeDashoffset = Tag -> Tag -> AttributeValue -> Attribute
attribute "stroke-dashoffset" " stroke-dashoffset=\""
{-# INLINE strokeDashoffset #-}
strokeLinecap :: AttributeValue
-> Attribute
strokeLinecap :: AttributeValue -> Attribute
strokeLinecap = Tag -> Tag -> AttributeValue -> Attribute
attribute "stroke-linecap" " stroke-linecap=\""
{-# INLINE strokeLinecap #-}
strokeLinejoin :: AttributeValue
-> Attribute
strokeLinejoin :: AttributeValue -> Attribute
strokeLinejoin = Tag -> Tag -> AttributeValue -> Attribute
attribute "stroke-linejoin" " stroke-linejoin=\""
{-# INLINE strokeLinejoin #-}
strokeMiterlimit :: AttributeValue
-> Attribute
strokeMiterlimit :: AttributeValue -> Attribute
strokeMiterlimit = Tag -> Tag -> AttributeValue -> Attribute
attribute "stroke-miterlimit" " stroke-miterlimit=\""
{-# INLINE strokeMiterlimit #-}
strokeOpacity :: AttributeValue
-> Attribute
strokeOpacity :: AttributeValue -> Attribute
strokeOpacity = Tag -> Tag -> AttributeValue -> Attribute
attribute "stroke-opacity" " stroke-opacity=\""
{-# INLINE strokeOpacity #-}
strokeWidth :: AttributeValue
-> Attribute
strokeWidth :: AttributeValue -> Attribute
strokeWidth = Tag -> Tag -> AttributeValue -> Attribute
attribute "stroke-width" " stroke-width=\""
{-# INLINE strokeWidth #-}
style :: AttributeValue
-> Attribute
style :: AttributeValue -> Attribute
style = Tag -> Tag -> AttributeValue -> Attribute
attribute "style" " style=\""
{-# INLINE style #-}
surfacescale :: AttributeValue
-> Attribute
surfacescale :: AttributeValue -> Attribute
surfacescale = Tag -> Tag -> AttributeValue -> Attribute
attribute "surfaceScale" " surfaceScale=\""
{-# INLINE surfacescale #-}
systemlanguage :: AttributeValue
-> Attribute
systemlanguage :: AttributeValue -> Attribute
systemlanguage = Tag -> Tag -> AttributeValue -> Attribute
attribute "systemLanguage" " systemLanguage=\""
{-# INLINE systemlanguage #-}
tablevalues :: AttributeValue
-> Attribute
tablevalues :: AttributeValue -> Attribute
tablevalues = Tag -> Tag -> AttributeValue -> Attribute
attribute "tableValues" " tableValues=\""
{-# INLINE tablevalues #-}
target :: AttributeValue
-> Attribute
target :: AttributeValue -> Attribute
target = Tag -> Tag -> AttributeValue -> Attribute
attribute "target" " target=\""
{-# INLINE target #-}
targetx :: AttributeValue
-> Attribute
targetx :: AttributeValue -> Attribute
targetx = Tag -> Tag -> AttributeValue -> Attribute
attribute "targetX" " targetX=\""
{-# INLINE targetx #-}
targety :: AttributeValue
-> Attribute
targety :: AttributeValue -> Attribute
targety = Tag -> Tag -> AttributeValue -> Attribute
attribute "targetY" " targetY=\""
{-# INLINE targety #-}
textAnchor :: AttributeValue
-> Attribute
textAnchor :: AttributeValue -> Attribute
textAnchor = Tag -> Tag -> AttributeValue -> Attribute
attribute "text-anchor" " text-anchor=\""
{-# INLINE textAnchor #-}
textDecoration :: AttributeValue
-> Attribute
textDecoration :: AttributeValue -> Attribute
textDecoration = Tag -> Tag -> AttributeValue -> Attribute
attribute "text-decoration" " text-decoration=\""
{-# INLINE textDecoration #-}
textRendering :: AttributeValue
-> Attribute
textRendering :: AttributeValue -> Attribute
textRendering = Tag -> Tag -> AttributeValue -> Attribute
attribute "text-rendering" " text-rendering=\""
{-# INLINE textRendering #-}
textlength :: AttributeValue
-> Attribute
textlength :: AttributeValue -> Attribute
textlength = Tag -> Tag -> AttributeValue -> Attribute
attribute "textLength" " textLength=\""
{-# INLINE textlength #-}
title :: AttributeValue
-> Attribute
title :: AttributeValue -> Attribute
title = Tag -> Tag -> AttributeValue -> Attribute
attribute "title" " title=\""
{-# INLINE title #-}
to :: AttributeValue
-> Attribute
to :: AttributeValue -> Attribute
to = Tag -> Tag -> AttributeValue -> Attribute
attribute "to" " to=\""
{-# INLINE to #-}
transform :: AttributeValue
-> Attribute
transform :: AttributeValue -> Attribute
transform = Tag -> Tag -> AttributeValue -> Attribute
attribute "transform" " transform=\""
{-# INLINE transform #-}
type_ :: AttributeValue
-> Attribute
type_ :: AttributeValue -> Attribute
type_ = Tag -> Tag -> AttributeValue -> Attribute
attribute "type" " type=\""
{-# INLINE type_ #-}
u1 :: AttributeValue
-> Attribute
u1 :: AttributeValue -> Attribute
u1 = Tag -> Tag -> AttributeValue -> Attribute
attribute "u1" " u1=\""
{-# INLINE u1 #-}
u2 :: AttributeValue
-> Attribute
u2 :: AttributeValue -> Attribute
u2 = Tag -> Tag -> AttributeValue -> Attribute
attribute "u2" " u2=\""
{-# INLINE u2 #-}
underlinePosition :: AttributeValue
-> Attribute
underlinePosition :: AttributeValue -> Attribute
underlinePosition = Tag -> Tag -> AttributeValue -> Attribute
attribute "underline-position" " underline-position=\""
{-# INLINE underlinePosition #-}
underlineThickness :: AttributeValue
-> Attribute
underlineThickness :: AttributeValue -> Attribute
underlineThickness = Tag -> Tag -> AttributeValue -> Attribute
attribute "underline-thickness" " underline-thickness=\""
{-# INLINE underlineThickness #-}
unicode :: AttributeValue
-> Attribute
unicode :: AttributeValue -> Attribute
unicode = Tag -> Tag -> AttributeValue -> Attribute
attribute "unicode" " unicode=\""
{-# INLINE unicode #-}
unicodeBidi :: AttributeValue
-> Attribute
unicodeBidi :: AttributeValue -> Attribute
unicodeBidi = Tag -> Tag -> AttributeValue -> Attribute
attribute "unicode-bidi" " unicode-bidi=\""
{-# INLINE unicodeBidi #-}
unicodeRange :: AttributeValue
-> Attribute
unicodeRange :: AttributeValue -> Attribute
unicodeRange = Tag -> Tag -> AttributeValue -> Attribute
attribute "unicode-range" " unicode-range=\""
{-# INLINE unicodeRange #-}
unitsPerEm :: AttributeValue
-> Attribute
unitsPerEm :: AttributeValue -> Attribute
unitsPerEm = Tag -> Tag -> AttributeValue -> Attribute
attribute "units-per-em" " units-per-em=\""
{-# INLINE unitsPerEm #-}
vAlphabetic :: AttributeValue
-> Attribute
vAlphabetic :: AttributeValue -> Attribute
vAlphabetic = Tag -> Tag -> AttributeValue -> Attribute
attribute "v-alphabetic" " v-alphabetic=\""
{-# INLINE vAlphabetic #-}
vHanging :: AttributeValue
-> Attribute
vHanging :: AttributeValue -> Attribute
vHanging = Tag -> Tag -> AttributeValue -> Attribute
attribute "v-hanging" " v-hanging=\""
{-# INLINE vHanging #-}
vIdeographic :: AttributeValue
-> Attribute
vIdeographic :: AttributeValue -> Attribute
vIdeographic = Tag -> Tag -> AttributeValue -> Attribute
attribute "v-ideographic" " v-ideographic=\""
{-# INLINE vIdeographic #-}
vMathematical :: AttributeValue
-> Attribute
vMathematical :: AttributeValue -> Attribute
vMathematical = Tag -> Tag -> AttributeValue -> Attribute
attribute "v-mathematical" " v-mathematical=\""
{-# INLINE vMathematical #-}
values :: AttributeValue
-> Attribute
values :: AttributeValue -> Attribute
values = Tag -> Tag -> AttributeValue -> Attribute
attribute "values" " values=\""
{-# INLINE values #-}
version :: AttributeValue
-> Attribute
version :: AttributeValue -> Attribute
version = Tag -> Tag -> AttributeValue -> Attribute
attribute "version" " version=\""
{-# INLINE version #-}
vertAdvY :: AttributeValue
-> Attribute
vertAdvY :: AttributeValue -> Attribute
vertAdvY = Tag -> Tag -> AttributeValue -> Attribute
attribute "vert-adv-y" " vert-adv-y=\""
{-# INLINE vertAdvY #-}
vertOriginX :: AttributeValue
-> Attribute
vertOriginX :: AttributeValue -> Attribute
vertOriginX = Tag -> Tag -> AttributeValue -> Attribute
attribute "vert-origin-x" " vert-origin-x=\""
{-# INLINE vertOriginX #-}
vertOriginY :: AttributeValue
-> Attribute
vertOriginY :: AttributeValue -> Attribute
vertOriginY = Tag -> Tag -> AttributeValue -> Attribute
attribute "vert-origin-y" " vert-origin-y=\""
{-# INLINE vertOriginY #-}
viewbox :: AttributeValue
-> Attribute
viewbox :: AttributeValue -> Attribute
viewbox = Tag -> Tag -> AttributeValue -> Attribute
attribute "viewBox" " viewBox=\""
{-# INLINE viewbox #-}
viewtarget :: AttributeValue
-> Attribute
viewtarget :: AttributeValue -> Attribute
viewtarget = Tag -> Tag -> AttributeValue -> Attribute
attribute "viewTarget" " viewTarget=\""
{-# INLINE viewtarget #-}
visibility :: AttributeValue
-> Attribute
visibility :: AttributeValue -> Attribute
visibility = Tag -> Tag -> AttributeValue -> Attribute
attribute "visibility" " visibility=\""
{-# INLINE visibility #-}
width :: AttributeValue
-> Attribute
width :: AttributeValue -> Attribute
width = Tag -> Tag -> AttributeValue -> Attribute
attribute "width" " width=\""
{-# INLINE width #-}
widths :: AttributeValue
-> Attribute
widths :: AttributeValue -> Attribute
widths = Tag -> Tag -> AttributeValue -> Attribute
attribute "widths" " widths=\""
{-# INLINE widths #-}
wordSpacing :: AttributeValue
-> Attribute
wordSpacing :: AttributeValue -> Attribute
wordSpacing = Tag -> Tag -> AttributeValue -> Attribute
attribute "word-spacing" " word-spacing=\""
{-# INLINE wordSpacing #-}
writingMode :: AttributeValue
-> Attribute
writingMode :: AttributeValue -> Attribute
writingMode = Tag -> Tag -> AttributeValue -> Attribute
attribute "writing-mode" " writing-mode=\""
{-# INLINE writingMode #-}
x :: AttributeValue
-> Attribute
x :: AttributeValue -> Attribute
x = Tag -> Tag -> AttributeValue -> Attribute
attribute "x" " x=\""
{-# INLINE x #-}
xHeight :: AttributeValue
-> Attribute
xHeight :: AttributeValue -> Attribute
xHeight = Tag -> Tag -> AttributeValue -> Attribute
attribute "x-height" " x-height=\""
{-# INLINE xHeight #-}
x1 :: AttributeValue
-> Attribute
x1 :: AttributeValue -> Attribute
x1 = Tag -> Tag -> AttributeValue -> Attribute
attribute "x1" " x1=\""
{-# INLINE x1 #-}
x2 :: AttributeValue
-> Attribute
x2 :: AttributeValue -> Attribute
x2 = Tag -> Tag -> AttributeValue -> Attribute
attribute "x2" " x2=\""
{-# INLINE x2 #-}
xchannelselector :: AttributeValue
-> Attribute
xchannelselector :: AttributeValue -> Attribute
xchannelselector = Tag -> Tag -> AttributeValue -> Attribute
attribute "xChannelSelector" " xChannelSelector=\""
{-# INLINE xchannelselector #-}
xlinkActuate :: AttributeValue
-> Attribute
xlinkActuate :: AttributeValue -> Attribute
xlinkActuate = Tag -> Tag -> AttributeValue -> Attribute
attribute "xlink:actuate" " xlink:actuate=\""
{-# INLINE xlinkActuate #-}
xlinkArcrole :: AttributeValue
-> Attribute
xlinkArcrole :: AttributeValue -> Attribute
xlinkArcrole = Tag -> Tag -> AttributeValue -> Attribute
attribute "xlink:arcrole" " xlink:arcrole=\""
{-# INLINE xlinkArcrole #-}
xlinkHref :: AttributeValue
-> Attribute
xlinkHref :: AttributeValue -> Attribute
xlinkHref = Tag -> Tag -> AttributeValue -> Attribute
attribute "xlink:href" " xlink:href=\""
{-# INLINE xlinkHref #-}
xlinkRole :: AttributeValue
-> Attribute
xlinkRole :: AttributeValue -> Attribute
xlinkRole = Tag -> Tag -> AttributeValue -> Attribute
attribute "xlink:role" " xlink:role=\""
{-# INLINE xlinkRole #-}
xlinkShow :: AttributeValue
-> Attribute
xlinkShow :: AttributeValue -> Attribute
xlinkShow = Tag -> Tag -> AttributeValue -> Attribute
attribute "xlink:show" " xlink:show=\""
{-# INLINE xlinkShow #-}
xlinkTitle :: AttributeValue
-> Attribute
xlinkTitle :: AttributeValue -> Attribute
xlinkTitle = Tag -> Tag -> AttributeValue -> Attribute
attribute "xlink:title" " xlink:title=\""
{-# INLINE xlinkTitle #-}
xlinkType :: AttributeValue
-> Attribute
xlinkType :: AttributeValue -> Attribute
xlinkType = Tag -> Tag -> AttributeValue -> Attribute
attribute "xlink:type" " xlink:type=\""
{-# INLINE xlinkType #-}
xmlBase :: AttributeValue
-> Attribute
xmlBase :: AttributeValue -> Attribute
xmlBase = Tag -> Tag -> AttributeValue -> Attribute
attribute "xml:base" " xml:base=\""
{-# INLINE xmlBase #-}
xmlLang :: AttributeValue
-> Attribute
xmlLang :: AttributeValue -> Attribute
xmlLang = Tag -> Tag -> AttributeValue -> Attribute
attribute "xml:lang" " xml:lang=\""
{-# INLINE xmlLang #-}
xmlSpace :: AttributeValue
-> Attribute
xmlSpace :: AttributeValue -> Attribute
xmlSpace = Tag -> Tag -> AttributeValue -> Attribute
attribute "xml:space" " xml:space=\""
{-# INLINE xmlSpace #-}
y :: AttributeValue
-> Attribute
y :: AttributeValue -> Attribute
y = Tag -> Tag -> AttributeValue -> Attribute
attribute "y" " y=\""
{-# INLINE y #-}
y1 :: AttributeValue
-> Attribute
y1 :: AttributeValue -> Attribute
y1 = Tag -> Tag -> AttributeValue -> Attribute
attribute "y1" " y1=\""
{-# INLINE y1 #-}
y2 :: AttributeValue
-> Attribute
y2 :: AttributeValue -> Attribute
y2 = Tag -> Tag -> AttributeValue -> Attribute
attribute "y2" " y2=\""
{-# INLINE y2 #-}
ychannelselector :: AttributeValue
-> Attribute
ychannelselector :: AttributeValue -> Attribute
ychannelselector = Tag -> Tag -> AttributeValue -> Attribute
attribute "yChannelSelector" " yChannelSelector=\""
{-# INLINE ychannelselector #-}
z :: AttributeValue
-> Attribute
z :: AttributeValue -> Attribute
z = Tag -> Tag -> AttributeValue -> Attribute
attribute "z" " z=\""
{-# INLINE z #-}
zoomandpan :: AttributeValue
-> Attribute
zoomandpan :: AttributeValue -> Attribute
zoomandpan = Tag -> Tag -> AttributeValue -> Attribute
attribute "zoomAndPan" " zoomAndPan=\""
{-# INLINE zoomandpan #-}