{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
module Miso.Svg.Attribute
(
accentHeight_
, accelerate_
, accumulate_
, additive_
, alphabetic_
, allowReorder_
, amplitude_
, arabicForm_
, ascent_
, attributeName_
, attributeType_
, autoReverse_
, azimuth_
, baseFrequency_
, baseProfile_
, bbox_
, begin_
, bias_
, by_
, calcMode_
, capHeight_
, class_'
, clipPathUnits_
, contentScriptType_
, contentStyleType_
, cx_
, cy_
, d_
, decelerate_
, descent_
, diffuseConstant_
, divisor_
, dur_
, dx_
, dy_
, edgeMode_
, elevation_
, end_
, exponent_
, externalResourcesRequired_
, filterRes_
, filterUnits_
, format_
, from_
, fx_
, fy_
, g1_
, g2_
, glyphName_
, glyphRef_
, gradientTransform_
, gradientUnits_
, hanging_
, height_
, horizAdvX_
, horizOriginX_
, horizOriginY_
, id_
, ideographic_
, in_'
, in2_
, intercept_
, k_
, k1_
, k2_
, k3_
, k4_
, kernelMatrix_
, kernelUnitLength_
, keyPoints_
, keySplines_
, keyTimes_
, lang_
, lengthAdjust_
, limitingConeAngle_
, local_
, markerHeight_
, markerUnits_
, markerWidth_
, maskContentUnits_
, maskUnits_
, mathematical_
, max_
, media_
, method_
, min_
, mode_
, name_
, numOctaves_
, offset_
, operator_
, order_
, orient_
, orientation_
, origin_
, overlinePosition_
, overlineThickness_
, panose1_
, path_
, pathLength_
, patternContentUnits_
, patternTransform_
, patternUnits_
, pointOrder_
, points_
, pointsAtX_
, pointsAtY_
, pointsAtZ_
, preserveAlpha_
, preserveAspectRatio_
, primitiveUnits_
, r_
, radius_
, refX_
, refY_
, renderingIntent_
, repeatCount_
, repeatDur_
, requiredExtensions_
, requiredFeatures_
, restart_
, result_
, rotate_
, rx_
, ry_
, scale_
, seed_
, slope_
, spacing_
, specularConstant_
, specularExponent_
, speed_
, spreadMethod_
, startOffset_
, stdDeviation_
, stemh_
, stemv_
, stitchTiles_
, strikethroughPosition_
, strikethroughThickness_
, string_
, style_
, surfaceScale_
, systemLanguage_
, tableValues_
, target_
, targetX_
, targetY_
, textLength_
, title_
, to_
, transform_
, type_'
, u1_
, u2_
, underlinePosition_
, underlineThickness_
, unicode_
, unicodeRange_
, unitsPerEm_
, vAlphabetic_
, vHanging_
, vIdeographic_
, vMathematical_
, values_
, version_
, vertAdvY_
, vertOriginX_
, vertOriginY_
, viewBox_
, viewTarget_
, width_
, widths_
, x_
, xHeight_
, x1_
, x2_
, xChannelSelector_
, xlinkActuate_
, xlinkArcrole_
, xlinkHref_
, xlinkRole_
, xlinkShow_
, xlinkTitle_
, xlinkType_
, xmlBase_
, xmlLang_
, xmlSpace_
, y_
, y1_
, y2_
, yChannelSelector_
, z_
, zoomAndPan_
, alignmentBaseline_
, baselineShift_
, clipPath_
, clipRule_
, clip_
, colorInterpolationFilters_
, colorInterpolation_
, colorProfile_
, colorRendering_
, color_
, cursor_
, direction_
, display_
, dominantBaseline_
, enableBackground_
, fillOpacity_
, fillRule_
, fill_
, filter_
, floodColor_
, floodOpacity_
, fontFamily_
, fontSizeAdjust_
, fontSize_
, fontStretch_
, fontStyle_
, fontVariant_
, fontWeight_
, glyphOrientationHorizontal_
, glyphOrientationVertical_
, imageRendering_
, kerning_
, letterSpacing_
, lightingColor_
, markerEnd_
, markerMid_
, markerStart_
, mask_
, opacity_
, overflow_
, pointerEvents_
, shapeRendering_
, stopColor_
, stopOpacity_
, strokeDasharray_
, strokeDashoffset_
, strokeLinecap_
, strokeLinejoin_
, strokeMiterlimit_
, strokeOpacity_
, strokeWidth_
, stroke_
, textAnchor_
, textDecoration_
, textRendering_
, unicodeBidi_
, visibility_
, wordSpacing_
, writingMode_
) where
import Miso.Html.Types ( Attribute )
import Miso.Html.Property ( textProp )
import Miso.String ( MisoString )
attr :: MisoString -> MisoString -> Attribute action
attr = textProp
accentHeight_ :: MisoString -> Attribute action
accentHeight_ = attr "accent-height"
accelerate_ :: MisoString -> Attribute action
accelerate_ = attr "accelerate"
accumulate_ :: MisoString -> Attribute action
accumulate_ = attr "accumulate"
additive_ :: MisoString -> Attribute action
additive_ = attr "additive"
alphabetic_ :: MisoString -> Attribute action
alphabetic_ = attr "alphabetic"
allowReorder_ :: MisoString -> Attribute action
allowReorder_ = attr "allowReorder"
amplitude_ :: MisoString -> Attribute action
amplitude_ = attr "amplitude"
arabicForm_ :: MisoString -> Attribute action
arabicForm_ = attr "arabic-form"
ascent_ :: MisoString -> Attribute action
ascent_ = attr "ascent"
attributeName_ :: MisoString -> Attribute action
attributeName_ = attr "attributeName"
attributeType_ :: MisoString -> Attribute action
attributeType_ = attr "attributeType"
autoReverse_ :: MisoString -> Attribute action
autoReverse_ = attr "autoReverse"
azimuth_ :: MisoString -> Attribute action
azimuth_ = attr "azimuth"
baseFrequency_ :: MisoString -> Attribute action
baseFrequency_ = attr "baseFrequency"
baseProfile_ :: MisoString -> Attribute action
baseProfile_ = attr "baseProfile"
bbox_ :: MisoString -> Attribute action
bbox_ = attr "bbox"
begin_ :: MisoString -> Attribute action
begin_ = attr "begin"
bias_ :: MisoString -> Attribute action
bias_ = attr "bias"
by_ :: MisoString -> Attribute action
by_ = attr "by"
calcMode_ :: MisoString -> Attribute action
calcMode_ = attr "calcMode"
capHeight_ :: MisoString -> Attribute action
capHeight_ = attr "cap-height"
class_' :: MisoString -> Attribute action
class_' = attr "class"
clipPathUnits_ :: MisoString -> Attribute action
clipPathUnits_ = attr "clipPathUnits"
contentScriptType_ :: MisoString -> Attribute action
contentScriptType_ = attr "contentScriptType"
contentStyleType_ :: MisoString -> Attribute action
contentStyleType_ = attr "contentStyleType"
cx_ :: MisoString -> Attribute action
cx_ = attr "cx"
cy_ :: MisoString -> Attribute action
cy_ = attr "cy"
d_ :: MisoString -> Attribute action
d_ = attr "d"
decelerate_ :: MisoString -> Attribute action
decelerate_ = attr "decelerate"
descent_ :: MisoString -> Attribute action
descent_ = attr "descent"
diffuseConstant_ :: MisoString -> Attribute action
diffuseConstant_ = attr "diffuseConstant"
divisor_ :: MisoString -> Attribute action
divisor_ = attr "divisor"
dur_ :: MisoString -> Attribute action
dur_ = attr "dur"
dx_ :: MisoString -> Attribute action
dx_ = attr "dx"
dy_ :: MisoString -> Attribute action
dy_ = attr "dy"
edgeMode_ :: MisoString -> Attribute action
edgeMode_ = attr "edgeMode"
elevation_ :: MisoString -> Attribute action
elevation_ = attr "elevation"
end_ :: MisoString -> Attribute action
end_ = attr "end"
exponent_ :: MisoString -> Attribute action
exponent_ = attr "exponent"
externalResourcesRequired_ :: MisoString -> Attribute action
externalResourcesRequired_ = attr "externalResourcesRequired"
filterRes_ :: MisoString -> Attribute action
filterRes_ = attr "filterRes"
filterUnits_ :: MisoString -> Attribute action
filterUnits_ = attr "filterUnits"
format_ :: MisoString -> Attribute action
format_ = attr "format"
from_ :: MisoString -> Attribute action
from_ = attr "from"
fx_ :: MisoString -> Attribute action
fx_ = attr "fx"
fy_ :: MisoString -> Attribute action
fy_ = attr "fy"
g1_ :: MisoString -> Attribute action
g1_ = attr "g1"
g2_ :: MisoString -> Attribute action
g2_ = attr "g2"
glyphName_ :: MisoString -> Attribute action
glyphName_ = attr "glyph-name"
glyphRef_ :: MisoString -> Attribute action
glyphRef_ = attr "glyphRef"
gradientTransform_ :: MisoString -> Attribute action
gradientTransform_ = attr "gradientTransform"
gradientUnits_ :: MisoString -> Attribute action
gradientUnits_ = attr "gradientUnits"
hanging_ :: MisoString -> Attribute action
hanging_ = attr "hanging"
height_ :: MisoString -> Attribute action
height_ = attr "height"
horizAdvX_ :: MisoString -> Attribute action
horizAdvX_ = attr "horiz-adv-x"
horizOriginX_ :: MisoString -> Attribute action
horizOriginX_ = attr "horiz-origin-x"
horizOriginY_ :: MisoString -> Attribute action
horizOriginY_ = attr "horiz-origin-y"
id_ :: MisoString -> Attribute action
id_ = attr "id"
ideographic_ :: MisoString -> Attribute action
ideographic_ = attr "ideographic"
in_' :: MisoString -> Attribute action
in_' = attr "in"
in2_ :: MisoString -> Attribute action
in2_ = attr "in2"
intercept_ :: MisoString -> Attribute action
intercept_ = attr "intercept"
k_ :: MisoString -> Attribute action
k_ = attr "k"
k1_ :: MisoString -> Attribute action
k1_ = attr "k1"
k2_ :: MisoString -> Attribute action
k2_ = attr "k2"
k3_ :: MisoString -> Attribute action
k3_ = attr "k3"
k4_ :: MisoString -> Attribute action
k4_ = attr "k4"
kernelMatrix_ :: MisoString -> Attribute action
kernelMatrix_ = attr "kernelMatrix"
kernelUnitLength_ :: MisoString -> Attribute action
kernelUnitLength_ = attr "kernelUnitLength"
keyPoints_ :: MisoString -> Attribute action
keyPoints_ = attr "keyPoints"
keySplines_ :: MisoString -> Attribute action
keySplines_ = attr "keySplines"
keyTimes_ :: MisoString -> Attribute action
keyTimes_ = attr "keyTimes"
lang_ :: MisoString -> Attribute action
lang_ = attr "lang"
lengthAdjust_ :: MisoString -> Attribute action
lengthAdjust_ = attr "lengthAdjust"
limitingConeAngle_ :: MisoString -> Attribute action
limitingConeAngle_ = attr "limitingConeAngle"
local_ :: MisoString -> Attribute action
local_ = attr "local"
markerHeight_ :: MisoString -> Attribute action
markerHeight_ = attr "markerHeight"
markerUnits_ :: MisoString -> Attribute action
markerUnits_ = attr "markerUnits"
markerWidth_ :: MisoString -> Attribute action
markerWidth_ = attr "markerWidth"
maskContentUnits_ :: MisoString -> Attribute action
maskContentUnits_ = attr "maskContentUnits"
maskUnits_ :: MisoString -> Attribute action
maskUnits_ = attr "maskUnits"
mathematical_ :: MisoString -> Attribute action
mathematical_ = attr "mathematical"
max_ :: MisoString -> Attribute action
max_ = attr "max"
media_ :: MisoString -> Attribute action
media_ = attr "media"
method_ :: MisoString -> Attribute action
method_ = attr "method"
min_ :: MisoString -> Attribute action
min_ = attr "min"
mode_ :: MisoString -> Attribute action
mode_ = attr "mode"
name_ :: MisoString -> Attribute action
name_ = attr "name"
numOctaves_ :: MisoString -> Attribute action
numOctaves_ = attr "numOctaves"
offset_ :: MisoString -> Attribute action
offset_ = attr "offset"
operator_ :: MisoString -> Attribute action
operator_ = attr "operator"
order_ :: MisoString -> Attribute action
order_ = attr "order"
orient_ :: MisoString -> Attribute action
orient_ = attr "orient"
orientation_ :: MisoString -> Attribute action
orientation_ = attr "orientation"
origin_ :: MisoString -> Attribute action
origin_ = attr "origin"
overlinePosition_ :: MisoString -> Attribute action
overlinePosition_ = attr "overline-position"
overlineThickness_ :: MisoString -> Attribute action
overlineThickness_ = attr "overline-thickness"
panose1_ :: MisoString -> Attribute action
panose1_ = attr "panose-1"
path_ :: MisoString -> Attribute action
path_ = attr "path"
pathLength_ :: MisoString -> Attribute action
pathLength_ = attr "pathLength"
patternContentUnits_ :: MisoString -> Attribute action
patternContentUnits_ = attr "patternContentUnits"
patternTransform_ :: MisoString -> Attribute action
patternTransform_ = attr "patternTransform"
patternUnits_ :: MisoString -> Attribute action
patternUnits_ = attr "patternUnits"
pointOrder_ :: MisoString -> Attribute action
pointOrder_ = attr "point-order"
points_ :: MisoString -> Attribute action
points_ = attr "points"
pointsAtX_ :: MisoString -> Attribute action
pointsAtX_ = attr "pointsAtX"
pointsAtY_ :: MisoString -> Attribute action
pointsAtY_ = attr "pointsAtY"
pointsAtZ_ :: MisoString -> Attribute action
pointsAtZ_ = attr "pointsAtZ"
preserveAlpha_ :: MisoString -> Attribute action
preserveAlpha_ = attr "preserveAlpha"
preserveAspectRatio_ :: MisoString -> Attribute action
preserveAspectRatio_ = attr "preserveAspectRatio"
primitiveUnits_ :: MisoString -> Attribute action
primitiveUnits_ = attr "primitiveUnits"
r_ :: MisoString -> Attribute action
r_ = attr "r"
radius_ :: MisoString -> Attribute action
radius_ = attr "radius"
refX_ :: MisoString -> Attribute action
refX_ = attr "refX"
refY_ :: MisoString -> Attribute action
refY_ = attr "refY"
renderingIntent_ :: MisoString -> Attribute action
renderingIntent_ = attr "rendering-intent"
repeatCount_ :: MisoString -> Attribute action
repeatCount_ = attr "repeatCount"
repeatDur_ :: MisoString -> Attribute action
repeatDur_ = attr "repeatDur"
requiredExtensions_ :: MisoString -> Attribute action
requiredExtensions_ = attr "requiredExtensions"
requiredFeatures_ :: MisoString -> Attribute action
requiredFeatures_ = attr "requiredFeatures"
restart_ :: MisoString -> Attribute action
restart_ = attr "restart"
result_ :: MisoString -> Attribute action
result_ = attr "result"
rotate_ :: MisoString -> Attribute action
rotate_ = attr "rotate"
rx_ :: MisoString -> Attribute action
rx_ = attr "rx"
ry_ :: MisoString -> Attribute action
ry_ = attr "ry"
scale_ :: MisoString -> Attribute action
scale_ = attr "scale"
seed_ :: MisoString -> Attribute action
seed_ = attr "seed"
slope_ :: MisoString -> Attribute action
slope_ = attr "slope"
spacing_ :: MisoString -> Attribute action
spacing_ = attr "spacing"
specularConstant_ :: MisoString -> Attribute action
specularConstant_ = attr "specularConstant"
specularExponent_ :: MisoString -> Attribute action
specularExponent_ = attr "specularExponent"
speed_ :: MisoString -> Attribute action
speed_ = attr "speed"
spreadMethod_ :: MisoString -> Attribute action
spreadMethod_ = attr "spreadMethod"
startOffset_ :: MisoString -> Attribute action
startOffset_ = attr "startOffset"
stdDeviation_ :: MisoString -> Attribute action
stdDeviation_ = attr "stdDeviation"
stemh_ :: MisoString -> Attribute action
stemh_ = attr "stemh"
stemv_ :: MisoString -> Attribute action
stemv_ = attr "stemv"
stitchTiles_ :: MisoString -> Attribute action
stitchTiles_ = attr "stitchTiles"
strikethroughPosition_ :: MisoString -> Attribute action
strikethroughPosition_ = attr "strikethrough-position"
strikethroughThickness_ :: MisoString -> Attribute action
strikethroughThickness_ = attr "strikethrough-thickness"
string_ :: MisoString -> Attribute action
string_ = attr "string"
style_ :: MisoString -> Attribute action
style_ = attr "style"
surfaceScale_ :: MisoString -> Attribute action
surfaceScale_ = attr "surfaceScale"
systemLanguage_ :: MisoString -> Attribute action
systemLanguage_ = attr "systemLanguage"
tableValues_ :: MisoString -> Attribute action
tableValues_ = attr "tableValues"
target_ :: MisoString -> Attribute action
target_ = attr "target"
targetX_ :: MisoString -> Attribute action
targetX_ = attr "targetX"
targetY_ :: MisoString -> Attribute action
targetY_ = attr "targetY"
textLength_ :: MisoString -> Attribute action
textLength_ = attr "textLength"
title_ :: MisoString -> Attribute action
title_ = attr "title"
to_ :: MisoString -> Attribute action
to_ = attr "to"
transform_ :: MisoString -> Attribute action
transform_ = attr "transform"
type_' :: MisoString -> Attribute action
type_' = attr "type"
u1_ :: MisoString -> Attribute action
u1_ = attr "u1"
u2_ :: MisoString -> Attribute action
u2_ = attr "u2"
underlinePosition_ :: MisoString -> Attribute action
underlinePosition_ = attr "underline-position"
underlineThickness_ :: MisoString -> Attribute action
underlineThickness_ = attr "underline-thickness"
unicode_ :: MisoString -> Attribute action
unicode_ = attr "unicode"
unicodeRange_ :: MisoString -> Attribute action
unicodeRange_ = attr "unicode-range"
unitsPerEm_ :: MisoString -> Attribute action
unitsPerEm_ = attr "units-per-em"
vAlphabetic_ :: MisoString -> Attribute action
vAlphabetic_ = attr "v-alphabetic"
vHanging_ :: MisoString -> Attribute action
vHanging_ = attr "v-hanging"
vIdeographic_ :: MisoString -> Attribute action
vIdeographic_ = attr "v-ideographic"
vMathematical_ :: MisoString -> Attribute action
vMathematical_ = attr "v-mathematical"
values_ :: MisoString -> Attribute action
values_ = attr "values"
version_ :: MisoString -> Attribute action
version_ = attr "version"
vertAdvY_ :: MisoString -> Attribute action
vertAdvY_ = attr "vert-adv-y"
vertOriginX_ :: MisoString -> Attribute action
vertOriginX_ = attr "vert-origin-x"
vertOriginY_ :: MisoString -> Attribute action
vertOriginY_ = attr "vert-origin-y"
viewBox_ :: MisoString -> Attribute action
viewBox_ = attr "viewBox"
viewTarget_ :: MisoString -> Attribute action
viewTarget_ = attr "viewTarget"
width_ :: MisoString -> Attribute action
width_ = attr "width"
widths_ :: MisoString -> Attribute action
widths_ = attr "widths"
x_ :: MisoString -> Attribute action
x_ = attr "x"
xHeight_ :: MisoString -> Attribute action
xHeight_ = attr "x-height"
x1_ :: MisoString -> Attribute action
x1_ = attr "x1"
x2_ :: MisoString -> Attribute action
x2_ = attr "x2"
xChannelSelector_ :: MisoString -> Attribute action
xChannelSelector_ = attr "x-channel-selector"
xlinkActuate_ :: MisoString -> Attribute action
xlinkActuate_ = attr "xlinkActuate"
xlinkArcrole_ :: MisoString -> Attribute action
xlinkArcrole_ = attr "xlinkArcrole"
xlinkHref_ :: MisoString -> Attribute action
xlinkHref_ = attr "xlinkHref"
xlinkRole_ :: MisoString -> Attribute action
xlinkRole_ = attr "xlinkRole"
xlinkShow_ :: MisoString -> Attribute action
xlinkShow_ = attr "xlinkShow"
xlinkTitle_ :: MisoString -> Attribute action
xlinkTitle_ = attr "xlinkTitle"
xlinkType_ :: MisoString -> Attribute action
xlinkType_ = attr "xlinkType"
xmlBase_ :: MisoString -> Attribute action
xmlBase_ = attr "xmlBase"
xmlLang_ :: MisoString -> Attribute action
xmlLang_ = attr "xmlLang"
xmlSpace_ :: MisoString -> Attribute action
xmlSpace_ = attr "xmlSpace"
y_ :: MisoString -> Attribute action
y_ = attr "y"
y1_ :: MisoString -> Attribute action
y1_ = attr "y1"
y2_ :: MisoString -> Attribute action
y2_ = attr "y2"
yChannelSelector_ :: MisoString -> Attribute action
yChannelSelector_ = attr "yChannelSelector"
z_ :: MisoString -> Attribute action
z_ = attr "z"
zoomAndPan_ :: MisoString -> Attribute action
zoomAndPan_ = attr "zoomAndPan"
alignmentBaseline_ :: MisoString -> Attribute action
alignmentBaseline_ = attr "alignment-baseline"
baselineShift_ :: MisoString -> Attribute action
baselineShift_ = attr "baseline-shift"
clipPath_ :: MisoString -> Attribute action
clipPath_ = attr "clip-path"
clipRule_ :: MisoString -> Attribute action
clipRule_ = attr "clip-rule"
clip_ :: MisoString -> Attribute action
clip_ = attr "clip"
colorInterpolationFilters_ :: MisoString -> Attribute action
colorInterpolationFilters_ = attr "color-interpolation-filters"
colorInterpolation_ :: MisoString -> Attribute action
colorInterpolation_ = attr "color-interpolation"
colorProfile_ :: MisoString -> Attribute action
colorProfile_ = attr "color-profile"
colorRendering_ :: MisoString -> Attribute action
colorRendering_ = attr "color-rendering"
color_ :: MisoString -> Attribute action
color_ = attr "color"
cursor_ :: MisoString -> Attribute action
cursor_ = attr "cursor"
direction_ :: MisoString -> Attribute action
direction_ = attr "direction"
display_ :: MisoString -> Attribute action
display_ = attr "display"
dominantBaseline_ :: MisoString -> Attribute action
dominantBaseline_ = attr "dominant-baseline"
enableBackground_ :: MisoString -> Attribute action
enableBackground_ = attr "enable-background"
fillOpacity_ :: MisoString -> Attribute action
fillOpacity_ = attr "fill-opacity"
fillRule_ :: MisoString -> Attribute action
fillRule_ = attr "fill-rule"
fill_ :: MisoString -> Attribute action
fill_ = attr "fill"
filter_ :: MisoString -> Attribute action
filter_ = attr "filter"
floodColor_ :: MisoString -> Attribute action
floodColor_ = attr "flood-color"
floodOpacity_ :: MisoString -> Attribute action
floodOpacity_ = attr "flood-opacity"
fontFamily_ :: MisoString -> Attribute action
fontFamily_ = attr "font-family"
fontSizeAdjust_ :: MisoString -> Attribute action
fontSizeAdjust_ = attr "font-size-adjust"
fontSize_ :: MisoString -> Attribute action
fontSize_ = attr "font-size"
fontStretch_ :: MisoString -> Attribute action
fontStretch_ = attr "font-stretch"
fontStyle_ :: MisoString -> Attribute action
fontStyle_ = attr "font-style"
fontVariant_ :: MisoString -> Attribute action
fontVariant_ = attr "font-variant"
fontWeight_ :: MisoString -> Attribute action
fontWeight_ = attr "font-weight"
glyphOrientationHorizontal_ :: MisoString -> Attribute action
glyphOrientationHorizontal_ = attr "glyph-orientation-horizontal"
glyphOrientationVertical_ :: MisoString -> Attribute action
glyphOrientationVertical_ = attr "glyph-orientation-vertical"
imageRendering_ :: MisoString -> Attribute action
imageRendering_ = attr "image-rendering"
kerning_ :: MisoString -> Attribute action
kerning_ = attr "kerning"
letterSpacing_ :: MisoString -> Attribute action
letterSpacing_ = attr "letter-spacing"
lightingColor_ :: MisoString -> Attribute action
lightingColor_ = attr "lighting-color"
markerEnd_ :: MisoString -> Attribute action
markerEnd_ = attr "marker-end"
markerMid_ :: MisoString -> Attribute action
markerMid_ = attr "marker-mid"
markerStart_ :: MisoString -> Attribute action
markerStart_ = attr "marker-start"
mask_ :: MisoString -> Attribute action
mask_ = attr "mask"
opacity_ :: MisoString -> Attribute action
opacity_ = attr "opacity"
overflow_ :: MisoString -> Attribute action
overflow_ = attr "overflow"
pointerEvents_ :: MisoString -> Attribute action
pointerEvents_ = attr "pointer-events"
shapeRendering_ :: MisoString -> Attribute action
shapeRendering_ = attr "shape-rendering"
stopColor_ :: MisoString -> Attribute action
stopColor_ = attr "stop-color"
stopOpacity_ :: MisoString -> Attribute action
stopOpacity_ = attr "stop-opacity"
strokeDasharray_ :: MisoString -> Attribute action
strokeDasharray_ = attr "stroke-dasharray"
strokeDashoffset_ :: MisoString -> Attribute action
strokeDashoffset_ = attr "stroke-dashoffset"
strokeLinecap_ :: MisoString -> Attribute action
strokeLinecap_ = attr "stroke-linecap"
strokeLinejoin_ :: MisoString -> Attribute action
strokeLinejoin_ = attr "stroke-linejoin"
strokeMiterlimit_ :: MisoString -> Attribute action
strokeMiterlimit_ = attr "stroke-miterlimit"
strokeOpacity_ :: MisoString -> Attribute action
strokeOpacity_ = attr "stroke-opacity"
strokeWidth_ :: MisoString -> Attribute action
strokeWidth_ = attr "stroke-width"
stroke_ :: MisoString -> Attribute action
stroke_ = attr "stroke"
textAnchor_ :: MisoString -> Attribute action
textAnchor_ = attr "text-anchor"
textDecoration_ :: MisoString -> Attribute action
textDecoration_ = attr "text-decoration"
textRendering_ :: MisoString -> Attribute action
textRendering_ = attr "text-rendering"
unicodeBidi_ :: MisoString -> Attribute action
unicodeBidi_ = attr "unicode-bidi"
visibility_ :: MisoString -> Attribute action
visibility_ = attr "visibility"
wordSpacing_ :: MisoString -> Attribute action
wordSpacing_ = attr "word-spacing"
writingMode_ :: MisoString -> Attribute action
writingMode_ = attr "writing-mode"