chart-svg 0.5.2.0 → 0.6.0.0
raw patch · 44 files changed
+4471/−2421 lines, 44 filesdep ~Colordep ~cubicbezierdep ~flatparsePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Color, cubicbezier, flatparse, foldl, formatn, string-interpolate
API changes (from Hackage documentation)
- Chart.Data: singletonGuard :: Maybe (Rect Double) -> Rect Double
- Chart.Hud: Title :: Text -> TextStyle -> Place -> Anchor -> Double -> Title
- Chart.Hud: [$sel:adjust:AxisOptions] :: AxisOptions -> Maybe Adjustments
- Chart.Hud: [$sel:anchor:Title] :: Title -> Anchor
- Chart.Hud: [$sel:bar:AxisOptions] :: AxisOptions -> Maybe AxisBar
- Chart.Hud: [$sel:buffer:Title] :: Title -> Double
- Chart.Hud: [$sel:chart:HudChart] :: HudChart -> ChartTree
- Chart.Hud: [$sel:chartAspect:HudOptions] :: HudOptions -> ChartAspect
- Chart.Hud: [$sel:dataBox:HudChart] :: HudChart -> DataBox
- Chart.Hud: [$sel:gtick:Ticks] :: Ticks -> Maybe (GlyphStyle, Double)
- Chart.Hud: [$sel:hud:HudChart] :: HudChart -> ChartTree
- Chart.Hud: [$sel:hud:Hud] :: Hud -> State HudChart ChartTree
- Chart.Hud: [$sel:ltick:Ticks] :: Ticks -> Maybe (LineStyle, Double)
- Chart.Hud: [$sel:overallScale:LegendOptions] :: LegendOptions -> Double
- Chart.Hud: [$sel:place:Title] :: Title -> Place
- Chart.Hud: [$sel:priority:Hud] :: Hud -> Priority
- Chart.Hud: [$sel:size:LegendOptions] :: LegendOptions -> Double
- Chart.Hud: [$sel:style:Ticks] :: Ticks -> TickStyle
- Chart.Hud: [$sel:style:Title] :: Title -> TextStyle
- Chart.Hud: [$sel:text:Title] :: Title -> Text
- Chart.Hud: [$sel:ttick:Ticks] :: Ticks -> Maybe (TextStyle, Double)
- Chart.Hud: applyChartAspect :: ChartAspect -> State HudChart ()
- Chart.Hud: canvasBox' :: Lens' HudChart (Maybe CanvasBox)
- Chart.Hud: canvasStyleBox' :: Getter HudChart (Maybe CanvasBox)
- Chart.Hud: closes :: Traversable f => f (State HudChart ChartTree) -> State HudChart ()
- Chart.Hud: data Hud
- Chart.Hud: data Title
- Chart.Hud: defaultAxisOptions :: AxisOptions
- Chart.Hud: defaultGlyphTick :: GlyphStyle
- Chart.Hud: defaultPriority :: Priority
- Chart.Hud: defaultTickStyle :: TickStyle
- Chart.Hud: defaultTicks :: Ticks
- Chart.Hud: defaultTitle :: Text -> Title
- Chart.Hud: flipAxis :: AxisOptions -> AxisOptions
- Chart.Hud: fromEffect :: Priority -> State HudChart () -> Hud
- Chart.Hud: getHudBox :: ChartAspect -> HudChart -> Maybe HudBox
- Chart.Hud: hudBox' :: Lens' HudChart (Maybe HudBox)
- Chart.Hud: hudStyleBox' :: Getter HudChart (Maybe HudBox)
- Chart.Hud: instance GHC.Classes.Eq Chart.Hud.Priority
- Chart.Hud: instance GHC.Classes.Eq Chart.Hud.Title
- Chart.Hud: instance GHC.Classes.Ord Chart.Hud.Priority
- Chart.Hud: instance GHC.Generics.Generic Chart.Hud.Priority
- Chart.Hud: instance GHC.Generics.Generic Chart.Hud.Title
- Chart.Hud: instance GHC.Num.Num Chart.Hud.Priority
- Chart.Hud: instance GHC.Real.Fractional Chart.Hud.Priority
- Chart.Hud: instance GHC.Show.Show Chart.Hud.Priority
- Chart.Hud: instance GHC.Show.Show Chart.Hud.Title
- Chart.Hud: legend :: LegendOptions -> State HudChart ChartTree
- Chart.Hud: legendFrame :: LegendOptions -> ChartTree -> ChartTree
- Chart.Hud: newtype Priority
- Chart.Hud: placeText :: Place -> Text
- Chart.Hud: runHud :: CanvasBox -> [Hud] -> ChartTree -> ChartTree
- Chart.Hud: tickStyleText :: TickStyle -> Text
- Chart.Hud: type CanvasBox = Rect Double
- Chart.Hud: type HudBox = Rect Double
- Chart.Markup: [charts] :: ChartOptions -> ChartTree
- Chart.Markup: data CssPreferColorScheme
- Chart.Markup: data CssShapeRendering
- Chart.Markup: instance GHC.Classes.Eq Chart.Markup.CssPreferColorScheme
- Chart.Markup: instance GHC.Classes.Eq Chart.Markup.CssShapeRendering
- Chart.Markup: instance GHC.Generics.Generic Chart.Markup.CssPreferColorScheme
- Chart.Markup: instance GHC.Generics.Generic Chart.Markup.CssShapeRendering
- Chart.Markup: instance GHC.Show.Show Chart.Markup.CssPreferColorScheme
- Chart.Markup: instance GHC.Show.Show Chart.Markup.CssShapeRendering
- Chart.Primitive: [BlankChart] :: [Rect Double] -> Chart
- Chart.Primitive: [GlyphChart] :: GlyphStyle -> [Point Double] -> Chart
- Chart.Primitive: [LineChart] :: LineStyle -> [[Point Double]] -> Chart
- Chart.Primitive: [PathChart] :: PathStyle -> [PathData Double] -> Chart
- Chart.Primitive: [RectChart] :: RectStyle -> [Rect Double] -> Chart
- Chart.Primitive: [TextChart] :: TextStyle -> [(Text, Point Double)] -> Chart
- Chart.Primitive: colourChart :: (Colour -> Colour) -> Chart -> Chart
- Chart.Primitive: maybeProjectWith :: Maybe (Rect Double) -> Maybe (Rect Double) -> Chart -> Chart
- Chart.Primitive: overText :: (TextStyle -> TextStyle) -> Chart -> Chart
- Chart.Primitive: scaleStyle :: Double -> Chart -> Chart
- Chart.Style: GlyphStyle :: Double -> Colour -> Colour -> Double -> GlyphShape -> Maybe Double -> Maybe (Point Double) -> GlyphStyle
- Chart.Style: LineStyle :: Double -> Colour -> Maybe LineCap -> Maybe LineJoin -> Maybe [Double] -> Maybe Double -> LineStyle
- Chart.Style: NoScaleBorder :: ScaleBorder
- Chart.Style: NoScaleX :: ScaleX
- Chart.Style: PathStyle :: Double -> Colour -> Colour -> PathStyle
- Chart.Style: RectStyle :: Double -> Colour -> Colour -> RectStyle
- Chart.Style: ScaleBorder :: ScaleBorder
- Chart.Style: ScaleX :: ScaleX
- Chart.Style: TextStyle :: Double -> Colour -> Anchor -> Double -> Double -> Double -> Maybe Double -> ScaleX -> Maybe RectStyle -> TextStyle
- Chart.Style: [$sel:anchor:TextStyle] :: TextStyle -> Anchor
- Chart.Style: [$sel:borderColor:GlyphStyle] :: GlyphStyle -> Colour
- Chart.Style: [$sel:borderColor:PathStyle] :: PathStyle -> Colour
- Chart.Style: [$sel:borderColor:RectStyle] :: RectStyle -> Colour
- Chart.Style: [$sel:borderSize:GlyphStyle] :: GlyphStyle -> Double
- Chart.Style: [$sel:borderSize:PathStyle] :: PathStyle -> Double
- Chart.Style: [$sel:borderSize:RectStyle] :: RectStyle -> Double
- Chart.Style: [$sel:color:GlyphStyle] :: GlyphStyle -> Colour
- Chart.Style: [$sel:color:LineStyle] :: LineStyle -> Colour
- Chart.Style: [$sel:color:PathStyle] :: PathStyle -> Colour
- Chart.Style: [$sel:color:RectStyle] :: RectStyle -> Colour
- Chart.Style: [$sel:color:TextStyle] :: TextStyle -> Colour
- Chart.Style: [$sel:dasharray:LineStyle] :: LineStyle -> Maybe [Double]
- Chart.Style: [$sel:dashoffset:LineStyle] :: LineStyle -> Maybe Double
- Chart.Style: [$sel:frame:TextStyle] :: TextStyle -> Maybe RectStyle
- Chart.Style: [$sel:hsize:TextStyle] :: TextStyle -> Double
- Chart.Style: [$sel:linecap:LineStyle] :: LineStyle -> Maybe LineCap
- Chart.Style: [$sel:linejoin:LineStyle] :: LineStyle -> Maybe LineJoin
- Chart.Style: [$sel:rotation:GlyphStyle] :: GlyphStyle -> Maybe Double
- Chart.Style: [$sel:rotation:TextStyle] :: TextStyle -> Maybe Double
- Chart.Style: [$sel:scalex:TextStyle] :: TextStyle -> ScaleX
- Chart.Style: [$sel:shape:GlyphStyle] :: GlyphStyle -> GlyphShape
- Chart.Style: [$sel:size:GlyphStyle] :: GlyphStyle -> Double
- Chart.Style: [$sel:size:LineStyle] :: LineStyle -> Double
- Chart.Style: [$sel:size:TextStyle] :: TextStyle -> Double
- Chart.Style: [$sel:translate:GlyphStyle] :: GlyphStyle -> Maybe (Point Double)
- Chart.Style: [$sel:vshift:TextStyle] :: TextStyle -> Double
- Chart.Style: [$sel:vsize:TextStyle] :: TextStyle -> Double
- Chart.Style: data GlyphStyle
- Chart.Style: data LineStyle
- Chart.Style: data PathStyle
- Chart.Style: data RectStyle
- Chart.Style: data ScaleBorder
- Chart.Style: data ScaleX
- Chart.Style: data TextStyle
- Chart.Style: glyphText :: GlyphShape -> ByteString
- Chart.Style: gpalette1 :: Int -> GlyphShape
- Chart.Style: instance GHC.Classes.Eq Chart.Style.GlyphStyle
- Chart.Style: instance GHC.Classes.Eq Chart.Style.LineStyle
- Chart.Style: instance GHC.Classes.Eq Chart.Style.PathStyle
- Chart.Style: instance GHC.Classes.Eq Chart.Style.RectStyle
- Chart.Style: instance GHC.Classes.Eq Chart.Style.ScaleBorder
- Chart.Style: instance GHC.Classes.Eq Chart.Style.ScaleX
- Chart.Style: instance GHC.Classes.Eq Chart.Style.TextStyle
- Chart.Style: instance GHC.Generics.Generic Chart.Style.GlyphStyle
- Chart.Style: instance GHC.Generics.Generic Chart.Style.LineStyle
- Chart.Style: instance GHC.Generics.Generic Chart.Style.PathStyle
- Chart.Style: instance GHC.Generics.Generic Chart.Style.RectStyle
- Chart.Style: instance GHC.Generics.Generic Chart.Style.ScaleBorder
- Chart.Style: instance GHC.Generics.Generic Chart.Style.ScaleX
- Chart.Style: instance GHC.Generics.Generic Chart.Style.TextStyle
- Chart.Style: instance GHC.Show.Show Chart.Style.GlyphStyle
- Chart.Style: instance GHC.Show.Show Chart.Style.LineStyle
- Chart.Style: instance GHC.Show.Show Chart.Style.PathStyle
- Chart.Style: instance GHC.Show.Show Chart.Style.RectStyle
- Chart.Style: instance GHC.Show.Show Chart.Style.ScaleBorder
- Chart.Style: instance GHC.Show.Show Chart.Style.ScaleX
- Chart.Style: instance GHC.Show.Show Chart.Style.TextStyle
- Chart.Surface: [sloLegendOptions] :: SurfaceLegendOptions -> LegendOptions
- Chart.Surface: [sloStyle] :: SurfaceLegendOptions -> SurfaceStyle
- Chart.Surface: [sloTitle] :: SurfaceLegendOptions -> Text
- Chart.Surface: surfaceAxisOptions :: Colour -> AxisOptions
- Chart.Surface: surfaceLegendChart :: Range Double -> SurfaceLegendOptions -> ChartTree
- Data.Colour: palette1 :: Int -> Colour
- Data.Colour: palette1a :: Int -> Double -> Colour
- Data.Path: instance GHC.Show.Show a => GHC.Show.Show (Data.Path.ArcCentroid a)
- Data.Path: instance GHC.Show.Show a => GHC.Show.Show (Data.Path.ArcInfo a)
- Data.Path: instance GHC.Show.Show a => GHC.Show.Show (Data.Path.ArcPosition a)
- Data.Path: instance GHC.Show.Show a => GHC.Show.Show (Data.Path.CubicPolar a)
- Data.Path: instance GHC.Show.Show a => GHC.Show.Show (Data.Path.CubicPosition a)
- Data.Path: instance GHC.Show.Show a => GHC.Show.Show (Data.Path.PathData a)
- Data.Path: instance GHC.Show.Show a => GHC.Show.Show (Data.Path.QuadPolar a)
- Data.Path: instance GHC.Show.Show a => GHC.Show.Show (Data.Path.QuadPosition a)
+ Chart.Bar: [textShiftVert] :: BarOptions -> Double
+ Chart.Bar: barTextCharts :: BarOptions -> BarData -> [Chart]
+ Chart.Compound: addHudCompound :: ChartAspect -> [(HudOptions, ChartTree)] -> ChartTree
+ Chart.Compound: compoundMerge :: [ChartOptions] -> ChartOptions
+ Chart.Compound: encodeChartOptionsCompound :: [ChartOptions] -> ByteString
+ Chart.Compound: markupChartOptionsCompound :: [ChartOptions] -> Markup
+ Chart.Compound: runHudCompoundWith :: ChartBox -> [(DataBox, [Hud], ChartTree)] -> ChartTree
+ Chart.Compound: writeChartOptionsCompound :: FilePath -> [ChartOptions] -> IO ()
+ Chart.Data: Range :: a -> a -> Range a
+ Chart.Data: addPoint :: Additive a => Point a -> Rect a -> Rect a
+ Chart.Data: angle :: Direction coord => coord -> Dir coord
+ Chart.Data: basis :: Basis a => a -> Base a
+ Chart.Data: class Distributive Mag a => Basis a where {
+ Chart.Data: class (Distributive coord, Distributive Dir coord) => Direction coord where {
+ Chart.Data: data Range a
+ Chart.Data: foldRect :: Ord a => [Rect a] -> Maybe (Rect a)
+ Chart.Data: isSingleton :: Rect Double -> Bool
+ Chart.Data: mid :: (Space s, Field (Element s)) => s -> Element s
+ Chart.Data: pattern Rect :: a -> a -> a -> a -> Rect a
+ Chart.Data: projectOnP :: Rect Double -> Rect Double -> Point Double -> Point Double
+ Chart.Data: projectOnR :: Rect Double -> Rect Double -> Rect Double -> Rect Double
+ Chart.Data: ray :: Direction coord => Dir coord -> coord
+ Chart.Data: space1 :: (Space s, Traversable f) => f (Element s) -> Maybe s
+ Chart.Data: type family Base a;
+ Chart.Data: }
+ Chart.Examples: compoundExample :: ChartOptions
+ Chart.Examples: priorityv1Example :: ChartOptions
+ Chart.Examples: priorityv2Example :: ChartOptions
+ Chart.Examples: stackExample :: ChartOptions
+ Chart.Hud: CanvasSection :: HudChartSection
+ Chart.Hud: CanvasStyleSection :: HudChartSection
+ Chart.Hud: HudSection :: HudChartSection
+ Chart.Hud: HudStyleSection :: HudChartSection
+ Chart.Hud: TickStyle :: Style -> HudChartSection -> Double -> TickStyle
+ Chart.Hud: TitleOptions :: Text -> Style -> Place -> Anchor -> Double -> TitleOptions
+ Chart.Hud: [$sel:adjustments:AxisOptions] :: AxisOptions -> Maybe Adjustments
+ Chart.Hud: [$sel:anchor:TitleOptions] :: TitleOptions -> Anchor
+ Chart.Hud: [$sel:anchorTo:AxisBar] :: AxisBar -> HudChartSection
+ Chart.Hud: [$sel:anchorTo:FrameOptions] :: FrameOptions -> HudChartSection
+ Chart.Hud: [$sel:anchorTo:TickStyle] :: TickStyle -> HudChartSection
+ Chart.Hud: [$sel:axisBar:AxisOptions] :: AxisOptions -> Maybe AxisBar
+ Chart.Hud: [$sel:buffer:TickStyle] :: TickStyle -> Double
+ Chart.Hud: [$sel:buffer:TitleOptions] :: TitleOptions -> Double
+ Chart.Hud: [$sel:chartSection:HudChart] :: HudChart -> ChartTree
+ Chart.Hud: [$sel:glyphTick:Ticks] :: Ticks -> Maybe TickStyle
+ Chart.Hud: [$sel:hudSection:HudChart] :: HudChart -> ChartTree
+ Chart.Hud: [$sel:item:Priority] :: Priority a -> a
+ Chart.Hud: [$sel:legendSize:LegendOptions] :: LegendOptions -> Double
+ Chart.Hud: [$sel:lineTick:Ticks] :: Ticks -> Maybe TickStyle
+ Chart.Hud: [$sel:phud:Hud] :: Hud -> Priority (HudChart -> ChartTree)
+ Chart.Hud: [$sel:place:TitleOptions] :: TitleOptions -> Place
+ Chart.Hud: [$sel:scaleChartsBy:LegendOptions] :: LegendOptions -> Double
+ Chart.Hud: [$sel:scaleP:LegendOptions] :: LegendOptions -> ScaleP
+ Chart.Hud: [$sel:style:TickStyle] :: TickStyle -> Style
+ Chart.Hud: [$sel:style:TitleOptions] :: TitleOptions -> Style
+ Chart.Hud: [$sel:text:TitleOptions] :: TitleOptions -> Text
+ Chart.Hud: [$sel:textTick:Ticks] :: Ticks -> Maybe TickStyle
+ Chart.Hud: [$sel:tick:Ticks] :: Ticks -> Tick
+ Chart.Hud: appendHud :: ChartTree -> HudChart -> HudChart
+ Chart.Hud: axisHud :: AxisOptions -> DataBox -> HudChart -> ChartTree
+ Chart.Hud: data HudChartSection
+ Chart.Hud: data Priority a
+ Chart.Hud: data Tick
+ Chart.Hud: data TitleOptions
+ Chart.Hud: defaultGlyphTickStyleX :: TickStyle
+ Chart.Hud: defaultGlyphTickStyleY :: TickStyle
+ Chart.Hud: defaultTick :: Tick
+ Chart.Hud: defaultTitleOptions :: Text -> TitleOptions
+ Chart.Hud: defaultXAxisOptions :: AxisOptions
+ Chart.Hud: defaultXTicks :: Ticks
+ Chart.Hud: defaultYAxisOptions :: AxisOptions
+ Chart.Hud: defaultYTicks :: Ticks
+ Chart.Hud: finalCanvas :: ChartAspect -> Maybe ChartTree -> Rect Double
+ Chart.Hud: flipPlace :: Place -> Place
+ Chart.Hud: formatN' :: Lens' Tick (Maybe FormatN)
+ Chart.Hud: fromHudChart :: HudChart -> ChartTree
+ Chart.Hud: hudChartBox' :: HudChartSection -> Getter HudChart (Maybe (Rect Double))
+ Chart.Hud: instance GHC.Base.Functor Chart.Hud.Priority
+ Chart.Hud: instance GHC.Classes.Eq Chart.Hud.HudChartSection
+ Chart.Hud: instance GHC.Classes.Eq Chart.Hud.Tick
+ Chart.Hud: instance GHC.Classes.Eq Chart.Hud.TitleOptions
+ Chart.Hud: instance GHC.Classes.Eq a => GHC.Classes.Eq (Chart.Hud.Priority a)
+ Chart.Hud: instance GHC.Classes.Ord a => GHC.Classes.Ord (Chart.Hud.Priority a)
+ Chart.Hud: instance GHC.Generics.Generic (Chart.Hud.Priority a)
+ Chart.Hud: instance GHC.Generics.Generic Chart.Hud.HudChartSection
+ Chart.Hud: instance GHC.Generics.Generic Chart.Hud.Tick
+ Chart.Hud: instance GHC.Generics.Generic Chart.Hud.TitleOptions
+ Chart.Hud: instance GHC.Show.Show Chart.Hud.HudChartSection
+ Chart.Hud: instance GHC.Show.Show Chart.Hud.Tick
+ Chart.Hud: instance GHC.Show.Show Chart.Hud.TitleOptions
+ Chart.Hud: instance GHC.Show.Show a => GHC.Show.Show (Chart.Hud.Priority a)
+ Chart.Hud: makeHuds :: [HudChart -> ChartTree] -> HudChart -> HudChart
+ Chart.Hud: newtype Hud
+ Chart.Hud: numTicks' :: Lens' Tick (Maybe Int)
+ Chart.Hud: projectChartTreeWith :: ChartAspect -> HudOptions -> ChartTree -> ChartTree
+ Chart.Hud: tickExtend' :: Lens' Tick (Maybe TickExtend)
+ Chart.Hud: titleHud :: TitleOptions -> HudChart -> ChartTree
+ Chart.Hud: type ChartBox = Rect Double
+ Chart.Markup: [chartAspect] :: MarkupOptions -> ChartAspect
+ Chart.Markup: [chartTree] :: ChartOptions -> ChartTree
+ Chart.Markup: [fontFamilies] :: CssOptions -> ByteString
+ Chart.Markup: data PreferColorScheme
+ Chart.Markup: data ShapeRendering
+ Chart.Markup: defaultCssFontFamilies :: ByteString
+ Chart.Markup: forgetHud :: ChartOptions -> ChartOptions
+ Chart.Markup: instance GHC.Classes.Eq Chart.Markup.PreferColorScheme
+ Chart.Markup: instance GHC.Classes.Eq Chart.Markup.ShapeRendering
+ Chart.Markup: instance GHC.Generics.Generic Chart.Markup.PreferColorScheme
+ Chart.Markup: instance GHC.Generics.Generic Chart.Markup.ShapeRendering
+ Chart.Markup: instance GHC.Show.Show Chart.Markup.PreferColorScheme
+ Chart.Markup: instance GHC.Show.Show Chart.Markup.ShapeRendering
+ Chart.Primitive: BlankData :: [Rect Double] -> ChartData
+ Chart.Primitive: Chart :: Style -> ChartData -> Chart
+ Chart.Primitive: GlyphData :: [Point Double] -> ChartData
+ Chart.Primitive: LineData :: [[Point Double]] -> ChartData
+ Chart.Primitive: PathData :: [PathData Double] -> ChartData
+ Chart.Primitive: RectData :: [Rect Double] -> ChartData
+ Chart.Primitive: TextData :: [(Text, Point Double)] -> ChartData
+ Chart.Primitive: UnscaledAspect :: ChartAspect
+ Chart.Primitive: [chartData] :: Chart -> ChartData
+ Chart.Primitive: [chartStyle] :: Chart -> Style
+ Chart.Primitive: blankChart1 :: Rect Double -> Chart
+ Chart.Primitive: blankData' :: Lens' ChartData (Maybe [Rect Double])
+ Chart.Primitive: colourStyle :: (Colour -> Colour) -> Style -> Style
+ Chart.Primitive: data ChartData
+ Chart.Primitive: glyphData' :: Lens' ChartData (Maybe [Point Double])
+ Chart.Primitive: instance GHC.Classes.Eq Chart.Primitive.ChartData
+ Chart.Primitive: instance GHC.Generics.Generic Chart.Primitive.Chart
+ Chart.Primitive: instance GHC.Generics.Generic Chart.Primitive.ChartData
+ Chart.Primitive: instance GHC.Show.Show Chart.Primitive.ChartData
+ Chart.Primitive: lineData' :: Lens' ChartData (Maybe [[Point Double]])
+ Chart.Primitive: moveChartData :: Point Double -> ChartData -> ChartData
+ Chart.Primitive: pathData' :: Lens' ChartData (Maybe [PathData Double])
+ Chart.Primitive: pattern BlankChart :: Style -> [Rect Double] -> Chart
+ Chart.Primitive: pattern GlyphChart :: Style -> [Point Double] -> Chart
+ Chart.Primitive: pattern LineChart :: Style -> [[Point Double]] -> Chart
+ Chart.Primitive: pattern LineChart1 :: Style -> [Point Double] -> Chart
+ Chart.Primitive: pattern PathChart :: Style -> [PathData Double] -> Chart
+ Chart.Primitive: pattern RectChart :: Style -> [Rect Double] -> Chart
+ Chart.Primitive: pattern TextChart :: Style -> [(Text, Point Double)] -> Chart
+ Chart.Primitive: projectChartDataWith :: Rect Double -> Rect Double -> ChartData -> ChartData
+ Chart.Primitive: rectData' :: Lens' ChartData (Maybe [Rect Double])
+ Chart.Primitive: safeBox' :: Getter ChartTree (Rect Double)
+ Chart.Primitive: safeStyleBox' :: Getter ChartTree (Rect Double)
+ Chart.Primitive: scaleChartData :: Double -> ChartData -> ChartData
+ Chart.Primitive: textData' :: Lens' ChartData (Maybe [(Text, Point Double)])
+ Chart.Style: EscapeText :: EscapeText
+ Chart.Style: NoEscapeText :: EscapeText
+ Chart.Style: NoScaleP :: ScaleP
+ Chart.Style: ScalePArea :: ScaleP
+ Chart.Style: ScalePMinDim :: ScaleP
+ Chart.Style: ScalePX :: ScaleP
+ Chart.Style: ScalePY :: ScaleP
+ Chart.Style: Style :: Double -> Double -> Colour -> Colour -> ScaleP -> Anchor -> Maybe Double -> Maybe (Point Double) -> EscapeText -> Maybe Style -> Maybe LineCap -> Maybe LineJoin -> Maybe [Double] -> Maybe Double -> Double -> Double -> Double -> GlyphShape -> Style
+ Chart.Style: [$sel:anchor:Style] :: Style -> Anchor
+ Chart.Style: [$sel:borderColor:Style] :: Style -> Colour
+ Chart.Style: [$sel:borderSize:Style] :: Style -> Double
+ Chart.Style: [$sel:color:Style] :: Style -> Colour
+ Chart.Style: [$sel:dasharray:Style] :: Style -> Maybe [Double]
+ Chart.Style: [$sel:dashoffset:Style] :: Style -> Maybe Double
+ Chart.Style: [$sel:escapeText:Style] :: Style -> EscapeText
+ Chart.Style: [$sel:frame:Style] :: Style -> Maybe Style
+ Chart.Style: [$sel:glyphShape:Style] :: Style -> GlyphShape
+ Chart.Style: [$sel:hsize:Style] :: Style -> Double
+ Chart.Style: [$sel:lineCap:Style] :: Style -> Maybe LineCap
+ Chart.Style: [$sel:lineJoin:Style] :: Style -> Maybe LineJoin
+ Chart.Style: [$sel:rotation:Style] :: Style -> Maybe Double
+ Chart.Style: [$sel:scaleP:Style] :: Style -> ScaleP
+ Chart.Style: [$sel:size:Style] :: Style -> Double
+ Chart.Style: [$sel:translate:Style] :: Style -> Maybe (Point Double)
+ Chart.Style: [$sel:vshift:Style] :: Style -> Double
+ Chart.Style: [$sel:vsize:Style] :: Style -> Double
+ Chart.Style: data EscapeText
+ Chart.Style: data ScaleP
+ Chart.Style: data Style
+ Chart.Style: defaultStyle :: Style
+ Chart.Style: gpalette :: Int -> GlyphShape
+ Chart.Style: instance GHC.Classes.Eq Chart.Style.EscapeText
+ Chart.Style: instance GHC.Classes.Eq Chart.Style.ScaleP
+ Chart.Style: instance GHC.Classes.Eq Chart.Style.Style
+ Chart.Style: instance GHC.Generics.Generic Chart.Style.EscapeText
+ Chart.Style: instance GHC.Generics.Generic Chart.Style.ScaleP
+ Chart.Style: instance GHC.Generics.Generic Chart.Style.Style
+ Chart.Style: instance GHC.Show.Show Chart.Style.EscapeText
+ Chart.Style: instance GHC.Show.Show Chart.Style.ScaleP
+ Chart.Style: instance GHC.Show.Show Chart.Style.Style
+ Chart.Style: scaleRatio :: ScaleP -> Rect Double -> Rect Double -> Double
+ Chart.Style: scaleStyle :: Double -> Style -> Style
+ Chart.Surface: [sloDataRange] :: SurfaceLegendOptions -> Range Double
+ Chart.Surface: [sloRect] :: SurfaceLegendOptions -> Rect Double
+ Chart.Surface: [sloSurfaceStyle] :: SurfaceLegendOptions -> SurfaceStyle
+ Chart.Surface: addSurfaceLegend :: SurfaceLegendOptions -> ChartTree -> ChartTree
+ Chart.Surface: gridReferenceChart :: SurfaceLegendOptions -> ChartTree
+ Chart.Surface: surfaceLegendAxisOptions :: AxisOptions
+ Data.Colour: palette :: Int -> Colour
+ Data.Colour: paletteO :: Int -> Double -> Colour
+ Data.Path: instance (GHC.Classes.Ord a, NumHask.Algebra.Additive.Additive a, GHC.Show.Show a) => GHC.Show.Show (Data.Path.ArcCentroid a)
+ Data.Path: instance (GHC.Classes.Ord a, NumHask.Algebra.Additive.Additive a, GHC.Show.Show a) => GHC.Show.Show (Data.Path.ArcInfo a)
+ Data.Path: instance (GHC.Classes.Ord a, NumHask.Algebra.Additive.Additive a, GHC.Show.Show a) => GHC.Show.Show (Data.Path.ArcPosition a)
+ Data.Path: instance (GHC.Classes.Ord a, NumHask.Algebra.Additive.Additive a, GHC.Show.Show a) => GHC.Show.Show (Data.Path.CubicPolar a)
+ Data.Path: instance (GHC.Classes.Ord a, NumHask.Algebra.Additive.Additive a, GHC.Show.Show a) => GHC.Show.Show (Data.Path.CubicPosition a)
+ Data.Path: instance (GHC.Classes.Ord a, NumHask.Algebra.Additive.Additive a, GHC.Show.Show a) => GHC.Show.Show (Data.Path.PathData a)
+ Data.Path: instance (GHC.Classes.Ord a, NumHask.Algebra.Additive.Additive a, GHC.Show.Show a) => GHC.Show.Show (Data.Path.QuadPolar a)
+ Data.Path: instance (GHC.Classes.Ord a, NumHask.Algebra.Additive.Additive a, GHC.Show.Show a) => GHC.Show.Show (Data.Path.QuadPosition a)
- Chart.Bar: BarOptions :: [RectStyle] -> [TextStyle] -> Double -> Double -> Double -> Double -> Bool -> FormatN -> Orientation -> Stacked -> LegendOptions -> BarOptions
+ Chart.Bar: BarOptions :: [Style] -> [Style] -> Double -> Double -> Double -> Double -> Double -> Bool -> FormatN -> Orientation -> Stacked -> LegendOptions -> BarOptions
- Chart.Bar: [barRectStyles] :: BarOptions -> [RectStyle]
+ Chart.Bar: [barRectStyles] :: BarOptions -> [Style]
- Chart.Bar: [barTextStyles] :: BarOptions -> [TextStyle]
+ Chart.Bar: [barTextStyles] :: BarOptions -> [Style]
- Chart.Hud: AxisBar :: RectStyle -> Double -> Double -> Double -> AxisBar
+ Chart.Hud: AxisBar :: Style -> Double -> Double -> Double -> HudChartSection -> AxisBar
- Chart.Hud: FrameOptions :: Maybe RectStyle -> Double -> FrameOptions
+ Chart.Hud: FrameOptions :: Maybe Style -> HudChartSection -> Double -> FrameOptions
- Chart.Hud: Hud :: Priority -> State HudChart ChartTree -> Hud
+ Chart.Hud: Hud :: Priority (HudChart -> ChartTree) -> Hud
- Chart.Hud: HudChart :: ChartTree -> ChartTree -> DataBox -> HudChart
+ Chart.Hud: HudChart :: ChartTree -> ChartTree -> HudChart
- Chart.Hud: HudOptions :: ChartAspect -> [(Priority, AxisOptions)] -> [(Priority, FrameOptions)] -> [(Priority, LegendOptions)] -> [(Priority, Title)] -> HudOptions
+ Chart.Hud: HudOptions :: [Priority AxisOptions] -> [Priority FrameOptions] -> [Priority LegendOptions] -> [Priority TitleOptions] -> HudOptions
- Chart.Hud: LegendOptions :: Double -> Double -> Double -> Double -> TextStyle -> Double -> Double -> Maybe RectStyle -> Place -> Double -> [(Text, [Chart])] -> LegendOptions
+ Chart.Hud: LegendOptions :: Double -> Double -> Double -> Double -> Style -> Double -> Double -> Maybe Style -> Place -> Double -> ScaleP -> [(Text, [Chart])] -> LegendOptions
- Chart.Hud: Priority :: Double -> Priority
+ Chart.Hud: Priority :: Double -> a -> Priority a
- Chart.Hud: TickExact :: FormatN -> Int -> TickStyle
+ Chart.Hud: TickExact :: FormatN -> Int -> Tick
- Chart.Hud: TickLabels :: [Text] -> TickStyle
+ Chart.Hud: TickLabels :: [Text] -> Tick
- Chart.Hud: TickNone :: TickStyle
+ Chart.Hud: TickNone :: Tick
- Chart.Hud: TickPlaced :: [(Double, Text)] -> TickStyle
+ Chart.Hud: TickPlaced :: [(Double, Text)] -> Tick
- Chart.Hud: TickRound :: FormatN -> Int -> TickExtend -> TickStyle
+ Chart.Hud: TickRound :: FormatN -> Int -> TickExtend -> Tick
- Chart.Hud: Ticks :: TickStyle -> Maybe (GlyphStyle, Double) -> Maybe (TextStyle, Double) -> Maybe (LineStyle, Double) -> Ticks
+ Chart.Hud: Ticks :: Tick -> Maybe TickStyle -> Maybe TickStyle -> Maybe TickStyle -> Ticks
- Chart.Hud: [$sel:axes:HudOptions] :: HudOptions -> [(Priority, AxisOptions)]
+ Chart.Hud: [$sel:axes:HudOptions] :: HudOptions -> [Priority AxisOptions]
- Chart.Hud: [$sel:frame:FrameOptions] :: FrameOptions -> Maybe RectStyle
+ Chart.Hud: [$sel:frame:FrameOptions] :: FrameOptions -> Maybe Style
- Chart.Hud: [$sel:frame:LegendOptions] :: LegendOptions -> Maybe RectStyle
+ Chart.Hud: [$sel:frame:LegendOptions] :: LegendOptions -> Maybe Style
- Chart.Hud: [$sel:frames:HudOptions] :: HudOptions -> [(Priority, FrameOptions)]
+ Chart.Hud: [$sel:frames:HudOptions] :: HudOptions -> [Priority FrameOptions]
- Chart.Hud: [$sel:legends:HudOptions] :: HudOptions -> [(Priority, LegendOptions)]
+ Chart.Hud: [$sel:legends:HudOptions] :: HudOptions -> [Priority LegendOptions]
- Chart.Hud: [$sel:priority:Priority] :: Priority -> Double
+ Chart.Hud: [$sel:priority:Priority] :: Priority a -> Double
- Chart.Hud: [$sel:style:AxisBar] :: AxisBar -> RectStyle
+ Chart.Hud: [$sel:style:AxisBar] :: AxisBar -> Style
- Chart.Hud: [$sel:textStyle:LegendOptions] :: LegendOptions -> TextStyle
+ Chart.Hud: [$sel:textStyle:LegendOptions] :: LegendOptions -> Style
- Chart.Hud: [$sel:titles:HudOptions] :: HudOptions -> [(Priority, Title)]
+ Chart.Hud: [$sel:titles:HudOptions] :: HudOptions -> [Priority TitleOptions]
- Chart.Hud: addHud :: HudOptions -> ChartTree -> ChartTree
+ Chart.Hud: addHud :: ChartAspect -> HudOptions -> ChartTree -> ChartTree
- Chart.Hud: adjustTicks :: Adjustments -> HudBox -> DataBox -> Place -> Ticks -> Ticks
+ Chart.Hud: adjustTicks :: Adjustments -> ChartBox -> DataBox -> Place -> Ticks -> Ticks
- Chart.Hud: defaultLineTick :: LineStyle
+ Chart.Hud: defaultLineTick :: TickStyle
- Chart.Hud: defaultTextTick :: TextStyle
+ Chart.Hud: defaultTextTick :: TickStyle
- Chart.Hud: frameHud :: FrameOptions -> State HudChart ChartTree
+ Chart.Hud: frameHud :: FrameOptions -> HudChart -> ChartTree
- Chart.Hud: initialCanvas :: ChartAspect -> ChartTree -> Rect Double
+ Chart.Hud: initialCanvas :: ChartAspect -> Maybe ChartTree -> Rect Double
- Chart.Hud: legendHud :: LegendOptions -> ChartTree -> State HudChart ChartTree
+ Chart.Hud: legendHud :: LegendOptions -> HudChart -> ChartTree
- Chart.Hud: runHudWith :: CanvasBox -> DataBox -> [Hud] -> ChartTree -> ChartTree
+ Chart.Hud: runHudWith :: ChartBox -> [Hud] -> ChartTree -> ChartTree
- Chart.Hud: toHuds :: HudOptions -> DataBox -> ([Hud], DataBox)
+ Chart.Hud: toHuds :: HudOptions -> DataBox -> (Maybe DataBox, [Hud])
- Chart.Markup: CssOptions :: CssShapeRendering -> CssPreferColorScheme -> ByteString -> CssOptions
+ Chart.Markup: CssOptions :: ShapeRendering -> PreferColorScheme -> ByteString -> ByteString -> CssOptions
- Chart.Markup: MarkupOptions :: Double -> CssOptions -> RenderStyle -> MarkupOptions
+ Chart.Markup: MarkupOptions :: Maybe Double -> ChartAspect -> CssOptions -> RenderStyle -> MarkupOptions
- Chart.Markup: NoShapeRendering :: CssShapeRendering
+ Chart.Markup: NoShapeRendering :: ShapeRendering
- Chart.Markup: PreferDark :: CssPreferColorScheme
+ Chart.Markup: PreferDark :: PreferColorScheme
- Chart.Markup: PreferHud :: CssPreferColorScheme
+ Chart.Markup: PreferHud :: PreferColorScheme
- Chart.Markup: PreferLight :: CssPreferColorScheme
+ Chart.Markup: PreferLight :: PreferColorScheme
- Chart.Markup: PreferNormal :: CssPreferColorScheme
+ Chart.Markup: PreferNormal :: PreferColorScheme
- Chart.Markup: UseCssCrisp :: CssShapeRendering
+ Chart.Markup: UseCssCrisp :: ShapeRendering
- Chart.Markup: UseGeometricPrecision :: CssShapeRendering
+ Chart.Markup: UseGeometricPrecision :: ShapeRendering
- Chart.Markup: [markupHeight] :: MarkupOptions -> Double
+ Chart.Markup: [markupHeight] :: MarkupOptions -> Maybe Double
- Chart.Markup: [preferColorScheme] :: CssOptions -> CssPreferColorScheme
+ Chart.Markup: [preferColorScheme] :: CssOptions -> PreferColorScheme
- Chart.Markup: [shapeRendering] :: CssOptions -> CssShapeRendering
+ Chart.Markup: [shapeRendering] :: CssOptions -> ShapeRendering
- Chart.Markup: cssPreferColorScheme :: (Colour, Colour) -> CssPreferColorScheme -> ByteString
+ Chart.Markup: cssPreferColorScheme :: (Colour, Colour) -> PreferColorScheme -> ByteString
- Chart.Markup: header :: Double -> Rect Double -> Markup -> Markup
+ Chart.Markup: header :: Maybe Double -> Rect Double -> Markup -> Markup
- Chart.Primitive: box :: Chart -> Maybe (Rect Double)
+ Chart.Primitive: box :: ChartData -> Maybe (Rect Double)
- Chart.Primitive: frameChart :: RectStyle -> Double -> [Chart] -> Chart
+ Chart.Primitive: frameChart :: Style -> Double -> ChartTree -> ChartTree
- Chart.Primitive: glyphize :: GlyphStyle -> ChartTree -> ChartTree
+ Chart.Primitive: glyphize :: Style -> ChartTree -> ChartTree
- Chart.Primitive: isEmptyChart :: Chart -> Bool
+ Chart.Primitive: isEmptyChart :: ChartData -> Bool
- Chart.Primitive: padChart :: Double -> [Chart] -> Chart
+ Chart.Primitive: padChart :: Double -> ChartTree -> ChartTree
- Chart.Primitive: projectChartTree :: Rect Double -> [Chart] -> [Chart]
+ Chart.Primitive: projectChartTree :: Rect Double -> ChartTree -> ChartTree
- Chart.Primitive: rectangularize :: RectStyle -> ChartTree -> ChartTree
+ Chart.Primitive: rectangularize :: Style -> ChartTree -> ChartTree
- Chart.Style: PathGlyph :: ByteString -> ScaleBorder -> GlyphShape
+ Chart.Style: PathGlyph :: ByteString -> GlyphShape
- Chart.Style: blob :: Colour -> RectStyle
+ Chart.Style: blob :: Colour -> Style
- Chart.Style: border :: Double -> Colour -> RectStyle
+ Chart.Style: border :: Double -> Colour -> Style
- Chart.Style: clear :: RectStyle
+ Chart.Style: clear :: Style
- Chart.Style: defaultGlyphStyle :: GlyphStyle
+ Chart.Style: defaultGlyphStyle :: Style
- Chart.Style: defaultLineStyle :: LineStyle
+ Chart.Style: defaultLineStyle :: Style
- Chart.Style: defaultPathStyle :: PathStyle
+ Chart.Style: defaultPathStyle :: Style
- Chart.Style: defaultRectStyle :: RectStyle
+ Chart.Style: defaultRectStyle :: Style
- Chart.Style: defaultTextStyle :: TextStyle
+ Chart.Style: defaultTextStyle :: Style
- Chart.Style: styleBoxGlyph :: GlyphStyle -> Rect Double
+ Chart.Style: styleBoxGlyph :: Style -> Rect Double
- Chart.Style: styleBoxText :: TextStyle -> Text -> Point Double -> Rect Double
+ Chart.Style: styleBoxText :: Style -> Text -> Point Double -> Rect Double
- Chart.Surface: SurfaceLegendOptions :: SurfaceStyle -> Text -> Double -> Int -> AxisOptions -> LegendOptions -> SurfaceLegendOptions
+ Chart.Surface: SurfaceLegendOptions :: AxisOptions -> Double -> Int -> Range Double -> Rect Double -> SurfaceStyle -> SurfaceLegendOptions
- Chart.Surface: SurfaceStyle :: [Colour] -> RectStyle -> SurfaceStyle
+ Chart.Surface: SurfaceStyle :: [Colour] -> Style -> SurfaceStyle
- Chart.Surface: [surfaceRectStyle] :: SurfaceStyle -> RectStyle
+ Chart.Surface: [surfaceRectStyle] :: SurfaceStyle -> Style
- Chart.Surface: defaultSurfaceLegendOptions :: Colour -> Text -> SurfaceLegendOptions
+ Chart.Surface: defaultSurfaceLegendOptions :: SurfaceLegendOptions
- Chart.Surface: surfaces :: RectStyle -> [SurfaceData] -> [Chart]
+ Chart.Surface: surfaces :: Style -> [SurfaceData] -> [Chart]
Files
- ChangeLog.md +103/−0
- chart-svg.cabal +11/−10
- other/arcflags.svg +9/−2
- other/arrow.svg +22/−23
- other/ast.svg +1114/−0
- other/bar.svg +19/−12
- other/compound.svg +56/−0
- other/cubic.svg +9/−2
- other/date.svg +23/−16
- other/debug.svg +22/−20
- other/ellipse.svg +24/−17
- other/ellipse2.svg +24/−17
- other/glyphs.svg +11/−4
- other/gradient.svg +9/−2
- other/hudoptions.svg +22/−23
- other/line.svg +21/−19
- other/path.svg +21/−19
- other/priorityv1.svg +22/−20
- other/priorityv2.svg +22/−20
- other/quad.svg +19/−24
- other/rect.svg +16/−13
- other/sbar.svg +19/−12
- other/stack.svg +357/−0
- other/surface.svg +12/−2
- other/text.svg +20/−18
- other/unit.svg +22/−23
- other/usage.svg +21/−19
- other/venn.svg +23/−16
- other/wave.svg +21/−20
- other/wheel.svg +24/−21
- readme.org +14/−8
- src/Chart.hs +87/−21
- src/Chart/Bar.hs +64/−66
- src/Chart/Compound.hs +118/−0
- src/Chart/Data.hs +24/−16
- src/Chart/Examples.hs +228/−212
- src/Chart/Hud.hs +1128/−1143
- src/Chart/Markup.hs +127/−87
- src/Chart/Primitive.hs +286/−168
- src/Chart/Style.hs +178/−166
- src/Chart/Surface.hs +59/−87
- src/Data/Colour.hs +10/−11
- src/Data/Path.hs +14/−15
- src/Data/Path/Parser.hs +16/−27
ChangeLog.md view
@@ -1,3 +1,106 @@+0.6+===++0.6 is a major refactor.++* Chart++ - refactored Chart from a sum type to a named Style, ChartData pair.+ - in Chart (..) + chartStyle - style+ - introduced ChartData+ - integrated the various *Style types to a single type.+ - introduced partial data lenses: *Data'+ - added chart patterns: *Chart+ - + blankChart1++* ScaleP++ - introduced the ScaleP type+ - added scaleP to Style+ - added the scaleP function+ - - maybeProjectWith + projectChartDataWith+ - - scaleStyle - overText + scaleChartData+ - + scaleRatio++* Chart.Style+ - integrated styles+ - - colourChart + colourStyle+ - + Style (..)+ - + defaultStyle+ - + scaleStyle+ - + default*Style+ - + gpalette -gpalette1+ +* boxes+ - added safeBox', safeStyleBox'++* Chart.Compound++* Factored State out of Hud+ - ChartHud lenses removed: canvasBox', canvasStyleBox', hudBox', hudStyleBox'+ - Introduced HudChartSection type and hudChartBox' which replaces ChartHud lenses.+ - removed runHud+ - removed hud effect functionality: closes, fromEffect, applyChartAspect, getHudBox+ - new hud manipulation tools: appendHud, makeHuds, projectChartTreeWith, addHud, finalCanvas++* Chart.Hud API+ - - axis + axisHud - title + titleHud - legend + legendHud+ - removed placeText+ - added flipPlace+ - + TitleOptions - Title+ - - TickStyle + Tick+ - + axisHud + titleHud+ - - legend - legendFrame+ - new tick lenses: + formatN', numTicks', tickExtend'+ - In LegendOptions: + scaleChartBy - overallScale + legendSize - size+ - In AxisOptions: + adjustments - adjust + axisBar - bar+ +* refactored Priority to a named pair++* Chart.Markup+ - added forgetHud+ - - CssPreferColorScheme + PreferColorScheme+ - - CssShapeRendering + ShapeRendering+ - + defaultCssFontFamilies++* Integrated chart styles to a single Style type++* changed defaults+ - + defaultXAxisOptions + defaultYAxisOptions - defaultAxisOptions+ - - defaultGlyphTick + defaultGlyphTickStyleX + defaultGlyphTickStyleY+ - - defaultTicks + defaultXTicks + defaultYTicks + - + defaultTick - defaultTickStyle++* Chart.Bar+ - added barTextCharts+ - added textShiftVert to BarOptions++* Data.Colour+ - + palette - palette1+ - + paletteO - palette1a++* Chart.Surface+ - - surfaceLegendChart+ - - surfaceAxisOptions+ - + surfaceLegendAxisOptions+ - + gridReferenceChart+ - + addSurfaceLegend++* Chart.Data+ - - singletonGuard + isSingleton+++0.5.1.1+===+* test suite removed++0.5.1.0+===+* Bumped markup-parse lower bound to >=0.1+* Renamed LegendOptions.content to LegendOptions.legendCharts+* markup* functions now return Markup+* renderStyle added as a MarkupOptions component+ 0.5.0 === * Library split into markup-parse and chart-svg.
chart-svg.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: chart-svg-version: 0.5.2.0+version: 0.6.0.0 license: BSD-3-Clause license-file: LICENSE copyright: Tony Day (c) 2017@@ -20,14 +20,14 @@ >>> import Chart >>> import Optics.Core >>> let lines = [[Point 0.0 1.0, Point 1.0 1.0, Point 2.0 5.0],[Point 0.0 0.0, Point 2.8 3.0],[Point 0.5 4.0, Point 0.5 0]]- >>> let styles = (\c -> defaultLineStyle & #color .~ palette1 c & #size .~ 0.015) <$> [0..2]+ >>> let styles = (\c -> defaultLineStyle & set #color (palette c) & set #size 0.015) <$> [0..2] >>> let cs = zipWith (\s x -> LineChart s [x]) styles lines- >>> let lineExample = mempty & #charts .~ named "line" cs & #hudOptions .~ defaultHudOptions :: ChartOptions+ >>> let lineExample = mempty & set #chartTree (named "line" cs) & set #hudOptions defaultHudOptions :: ChartOptions >>> writeChartOptions "other/usage.svg" lineExample  - See "Chart" for a broad overview of concepts, and "Chart.Examples" for practical examples.+ See "Chart" for concept design notes, and "Chart.Examples" for practical usage. build-type: Simple tested-with: GHC == 8.10.7 || ==9.2.8 || ==9.4.5 || ==9.6.2 || ==9.8.1@@ -111,16 +111,16 @@ import: ghc2021-stanza hs-source-dirs: src build-depends:- , Color ^>=0.3+ , Color >=0.3.2 && <0.4 , adjunctions >=4.0 && <5 , attoparsec >=0.13.2 && <0.15 , base >=4.7 && <5 , bytestring >=0.11.3 && <0.13 , containers >=0.6 && <0.8- , cubicbezier ^>=0.6- , flatparse >=0.3.5 && <0.6- , foldl ^>=1.4- , formatn >=0.2.1 && <0.4+ , cubicbezier >=0.6 && <0.7+ , flatparse >=0.5 && <0.6+ , foldl >=1.4 && <1.5+ , formatn >=0.3 && <0.4 , markup-parse >=0.1 && <0.2 , mtl >=2.2.2 && <2.4 , numhask >=0.10 && <0.12@@ -128,12 +128,13 @@ , numhask-space >=0.10 && <0.12 , optics-core >=0.4 && <0.5 , random >=1.2 && <1.3- , string-interpolate >=0.3 && <0.4+ , string-interpolate >=0.3 && <0.5 , text >=1.2 && <2.2 , time >=1.9 && <1.13 exposed-modules: Chart Chart.Bar+ Chart.Compound Chart.Data Chart.Examples Chart.Hud
other/arcflags.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="316" height="300" viewBox="0 -4.8549 9.0 8.5323"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="354" height="300" viewBox="0 -3.9516 9.0 7.6102"><style>svg { color-scheme: light dark; } {@@ -23,6 +23,13 @@ fill: rgb(5%, 5%, 5%); } }+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++ { .chart g { stroke: rgba(5%, 5%, 5%, 1.00);@@ -39,4 +46,4 @@ fill: rgba(94%, 94%, 94%, 1.00); } }-</style><g class="chart"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.6" text-anchor="middle"><text x="0.5" y="0" transform="rotate(-90.0, 0.5, 0)">Sweep</text></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.4" text-anchor="middle"><text x="1.5700" y="1.5100" transform="rotate(-90.0, 1.5700, 1.5100)">True</text></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.4" text-anchor="middle"><text x="1.5700" y="-1.5100" transform="rotate(-90.0, 1.5700, -1.5100)">False</text></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="5.1500,1.6600 5.1480,1.5972 5.1421,1.5347 5.1323,1.4726 5.1186,1.4113 5.1011,1.3510 5.0798,1.2919 5.0548,1.2342 5.0263,1.1782 4.9943,1.1242 4.9590,1.0722 4.9205,1.0226 4.8790,0.9755 4.8345,0.9310 4.7874,0.8895 4.7378,0.8510 4.6858,0.8157 4.6318,0.7837 4.5758,0.7552 4.5181,0.7302 4.4590,0.7089 4.3987,0.6914 4.3374,0.6777 4.2753,0.6679 4.2128,0.6620 4.15,0.6600 4.0872,0.6620 4.0247,0.6679 3.9626,0.6777 3.9013,0.6914 3.8410,0.7089 3.7819,0.7302 3.7242,0.7552 3.6682,0.7837 3.6142,0.8157 3.5622,0.8510 3.5126,0.8895 3.4655,0.9310 3.4210,0.9755 3.3795,1.0226 3.3410,1.0722 3.3057,1.1242 3.2737,1.1782 3.2452,1.2342 3.2202,1.2919 3.1989,1.3510 3.1814,1.4113 3.1677,1.4726 3.1579,1.5347 3.1520,1.5972 3.15,1.6600 3.1520,1.7228 3.1579,1.7853 3.1677,1.8474 3.1814,1.9087 3.1989,1.9690 3.2202,2.0281 3.2452,2.0858 3.2737,2.1418 3.3057,2.1958 3.3410,2.2478 3.3795,2.2974 3.4210,2.3445 3.4655,2.3890 3.5126,2.4305 3.5622,2.4690 3.6142,2.5043 3.6682,2.5363 3.7242,2.5648 3.7819,2.5898 3.8410,2.6111 3.9013,2.6286 3.9626,2.6423 4.0247,2.6521 4.0872,2.6580 4.15,2.6600 4.2128,2.6580 4.2753,2.6521 4.3374,2.6423 4.3987,2.6286 4.4590,2.6111 4.5181,2.5898 4.5758,2.5648 4.6318,2.5363 4.6858,2.5043 4.7378,2.4690 4.7874,2.4305 4.8345,2.3890 4.8790,2.3445 4.9205,2.2974 4.9590,2.2478 4.9943,2.1958 5.0263,2.1418 5.0548,2.0858 5.0798,2.0281 5.1011,1.9690 5.1186,1.9087 5.1323,1.8474 5.1421,1.7853 5.1480,1.7228 5.1500,1.6600"/></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="4.15,2.6600 4.1480,2.5972 4.1421,2.5347 4.1323,2.4726 4.1186,2.4113 4.1011,2.3510 4.0798,2.2919 4.0548,2.2342 4.0263,2.1782 3.9943,2.1242 3.9590,2.0722 3.9205,2.0226 3.8790,1.9755 3.8345,1.9310 3.7874,1.8895 3.7378,1.8510 3.6858,1.8157 3.6318,1.7837 3.5758,1.7552 3.5181,1.7302 3.4590,1.7089 3.3987,1.6914 3.3374,1.6777 3.2753,1.6679 3.2128,1.6620 3.15,1.6600 3.0872,1.6620 3.0247,1.6679 2.9626,1.6777 2.9013,1.6914 2.8410,1.7089 2.7819,1.7302 2.7242,1.7552 2.6682,1.7837 2.6142,1.8157 2.5622,1.8510 2.5126,1.8895 2.4655,1.9310 2.4210,1.9755 2.3795,2.0226 2.3410,2.0722 2.3057,2.1242 2.2737,2.1782 2.2452,2.2342 2.2202,2.2919 2.1989,2.3510 2.1814,2.4113 2.1677,2.4726 2.1579,2.5347 2.1520,2.5972 2.1500,2.6600 2.1520,2.7228 2.1579,2.7853 2.1677,2.8474 2.1814,2.9087 2.1989,2.9690 2.2202,3.0281 2.2452,3.0858 2.2737,3.1418 2.3057,3.1958 2.3410,3.2478 2.3795,3.2974 2.4210,3.3445 2.4655,3.3890 2.5126,3.4305 2.5622,3.4690 2.6142,3.5043 2.6682,3.5363 2.7242,3.5648 2.7819,3.5898 2.8410,3.6111 2.9013,3.6286 2.9626,3.6423 3.0247,3.6521 3.0872,3.6580 3.15,3.6600 3.2128,3.6580 3.2753,3.6521 3.3374,3.6423 3.3987,3.6286 3.4590,3.6111 3.5181,3.5898 3.5758,3.5648 3.6318,3.5363 3.6858,3.5043 3.7378,3.4690 3.7874,3.4305 3.8345,3.3890 3.8790,3.3445 3.9205,3.2974 3.9590,3.2478 3.9943,3.1958 4.0263,3.1418 4.0548,3.0858 4.0798,3.0281 4.1011,2.9690 4.1186,2.9087 4.1323,2.8474 4.1421,2.7853 4.1480,2.7228 4.15,2.6600"/></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="none"><polyline points="3.15,1.6600 3.1657,1.6601 3.1814,1.6605 3.1971,1.6611 3.2128,1.6620 3.2285,1.6631 3.2441,1.6644 3.2597,1.6660 3.2753,1.6679 3.2909,1.6700 3.3064,1.6723 3.3219,1.6749 3.3374,1.6777 3.3528,1.6808 3.3681,1.6841 3.3834,1.6876 3.3987,1.6914 3.4139,1.6954 3.4290,1.6997 3.4440,1.7042 3.4590,1.7089 3.4739,1.7139 3.4887,1.7191 3.5035,1.7246 3.5181,1.7302 3.5327,1.7361 3.5471,1.7422 3.5615,1.7486 3.5758,1.7552 3.5899,1.7620 3.6040,1.7690 3.6179,1.7762 3.6318,1.7837 3.6455,1.7914 3.6590,1.7993 3.6725,1.8074 3.6858,1.8157 3.6990,1.8242 3.7121,1.8329 3.7250,1.8419 3.7378,1.8510 3.7504,1.8603 3.7629,1.8698 3.7752,1.8796 3.7874,1.8895 3.7994,1.8996 3.8113,1.9099 3.8230,1.9204 3.8345,1.9310 3.8459,1.9419 3.8571,1.9529 3.8681,1.9641 3.8790,1.9755 3.8896,1.9870 3.9001,1.9987 3.9104,2.0106 3.9205,2.0226 3.9304,2.0348 3.9402,2.0471 3.9497,2.0596 3.9590,2.0722 3.9681,2.0850 3.9771,2.0979 3.9858,2.1110 3.9943,2.1242 4.0026,2.1375 4.0107,2.1510 4.0186,2.1645 4.0263,2.1782 4.0338,2.1921 4.0410,2.2060 4.0480,2.2201 4.0548,2.2342 4.0614,2.2485 4.0678,2.2629 4.0739,2.2773 4.0798,2.2919 4.0854,2.3065 4.0909,2.3213 4.0961,2.3361 4.1011,2.3510 4.1058,2.3660 4.1103,2.3810 4.1146,2.3961 4.1186,2.4113 4.1224,2.4266 4.1259,2.4419 4.1292,2.4572 4.1323,2.4726 4.1351,2.4881 4.1377,2.5036 4.1400,2.5191 4.1421,2.5347 4.1440,2.5503 4.1456,2.5659 4.1469,2.5815 4.1480,2.5972 4.1489,2.6129 4.1495,2.6286 4.1499,2.6443 4.15,2.6600"/></g><g stroke-width="0.0100" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="rgb(5%, 5%, 5%)" fill-opacity="0.3"><path d="M 4.15,1.6600 L 3.15,1.6600 A 1.0 1.0 0 0 1 4.15,2.6600 L 4.15,1.6600"/></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="5.1500,-1.38 5.1480,-1.4428 5.1421,-1.5053 5.1323,-1.5674 5.1186,-1.6287 5.1011,-1.6890 5.0798,-1.7481 5.0548,-1.8058 5.0263,-1.8618 4.9943,-1.9158 4.9590,-1.9678 4.9205,-2.0174 4.8790,-2.0645 4.8345,-2.1090 4.7874,-2.1505 4.7378,-2.1890 4.6858,-2.2243 4.6318,-2.2563 4.5758,-2.2848 4.5181,-2.3098 4.4590,-2.3311 4.3987,-2.3486 4.3374,-2.3623 4.2753,-2.3721 4.2128,-2.3780 4.15,-2.38 4.0872,-2.3780 4.0247,-2.3721 3.9626,-2.3623 3.9013,-2.3486 3.8410,-2.3311 3.7819,-2.3098 3.7242,-2.2848 3.6682,-2.2563 3.6142,-2.2243 3.5622,-2.1890 3.5126,-2.1505 3.4655,-2.1090 3.4210,-2.0645 3.3795,-2.0174 3.3410,-1.9678 3.3057,-1.9158 3.2737,-1.8618 3.2452,-1.8058 3.2202,-1.7481 3.1989,-1.6890 3.1814,-1.6287 3.1677,-1.5674 3.1579,-1.5053 3.1520,-1.4428 3.15,-1.3800 3.1520,-1.3172 3.1579,-1.2547 3.1677,-1.1926 3.1814,-1.1313 3.1989,-1.0710 3.2202,-1.0119 3.2452,-0.9542 3.2737,-0.8982 3.3057,-0.8442 3.3410,-0.7922 3.3795,-0.7426 3.4210,-0.6955 3.4655,-0.6510 3.5126,-0.6095 3.5622,-0.5710 3.6142,-0.5357 3.6682,-0.5037 3.7242,-0.4752 3.7819,-0.4502 3.8410,-0.4289 3.9013,-0.4114 3.9626,-0.3977 4.0247,-0.3879 4.0872,-0.3820 4.15,-0.3800 4.2128,-0.3820 4.2753,-0.3879 4.3374,-0.3977 4.3987,-0.4114 4.4590,-0.4289 4.5181,-0.4502 4.5758,-0.4752 4.6318,-0.5037 4.6858,-0.5357 4.7378,-0.5710 4.7874,-0.6095 4.8345,-0.6510 4.8790,-0.6955 4.9205,-0.7426 4.9590,-0.7922 4.9943,-0.8442 5.0263,-0.8982 5.0548,-0.9542 5.0798,-1.0119 5.1011,-1.0710 5.1186,-1.1313 5.1323,-1.1926 5.1421,-1.2547 5.1480,-1.3172 5.1500,-1.38"/></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="4.15,-0.3800 4.1480,-0.4428 4.1421,-0.5053 4.1323,-0.5674 4.1186,-0.6287 4.1011,-0.6890 4.0798,-0.7481 4.0548,-0.8058 4.0263,-0.8618 3.9943,-0.9158 3.9590,-0.9678 3.9205,-1.0174 3.8790,-1.0645 3.8345,-1.1090 3.7874,-1.1505 3.7378,-1.1890 3.6858,-1.2243 3.6318,-1.2563 3.5758,-1.2848 3.5181,-1.3098 3.4590,-1.3311 3.3987,-1.3486 3.3374,-1.3623 3.2753,-1.3721 3.2128,-1.3780 3.15,-1.38 3.0872,-1.3780 3.0247,-1.3721 2.9626,-1.3623 2.9013,-1.3486 2.8410,-1.3311 2.7819,-1.3098 2.7242,-1.2848 2.6682,-1.2563 2.6142,-1.2243 2.5622,-1.1890 2.5126,-1.1505 2.4655,-1.1090 2.4210,-1.0645 2.3795,-1.0174 2.3410,-0.9678 2.3057,-0.9158 2.2737,-0.8618 2.2452,-0.8058 2.2202,-0.7481 2.1989,-0.6890 2.1814,-0.6287 2.1677,-0.5674 2.1579,-0.5053 2.1520,-0.4428 2.1500,-0.3800 2.1520,-0.3172 2.1579,-0.2547 2.1677,-0.1926 2.1814,-0.1313 2.1989,-0.0710 2.2202,-0.0119 2.2452,0.0458 2.2737,0.1018 2.3057,0.1558 2.3410,0.2078 2.3795,0.2574 2.4210,0.3045 2.4655,0.3490 2.5126,0.3905 2.5622,0.4290 2.6142,0.4643 2.6682,0.4963 2.7242,0.5248 2.7819,0.5498 2.8410,0.5711 2.9013,0.5886 2.9626,0.6023 3.0247,0.6121 3.0872,0.6180 3.15,0.6200 3.2128,0.6180 3.2753,0.6121 3.3374,0.6023 3.3987,0.5886 3.4590,0.5711 3.5181,0.5498 3.5758,0.5248 3.6318,0.4963 3.6858,0.4643 3.7378,0.4290 3.7874,0.3905 3.8345,0.3490 3.8790,0.3045 3.9205,0.2574 3.9590,0.2078 3.9943,0.1558 4.0263,0.1018 4.0548,0.0458 4.0798,-0.0119 4.1011,-0.0710 4.1186,-0.1313 4.1323,-0.1926 4.1421,-0.2547 4.1480,-0.3172 4.15,-0.3800"/></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="none"><polyline points="3.15,-1.38 3.1501,-1.3643 3.1505,-1.3486 3.1511,-1.3329 3.1520,-1.3172 3.1531,-1.3015 3.1544,-1.2859 3.1560,-1.2703 3.1579,-1.2547 3.1600,-1.2391 3.1623,-1.2236 3.1649,-1.2081 3.1677,-1.1926 3.1708,-1.1772 3.1741,-1.1619 3.1776,-1.1466 3.1814,-1.1313 3.1854,-1.1161 3.1897,-1.1010 3.1942,-1.0860 3.1989,-1.0710 3.2039,-1.0561 3.2091,-1.0413 3.2146,-1.0265 3.2202,-1.0119 3.2261,-0.9973 3.2322,-0.9829 3.2386,-0.9685 3.2452,-0.9542 3.2520,-0.9401 3.2590,-0.9260 3.2662,-0.9121 3.2737,-0.8982 3.2814,-0.8845 3.2893,-0.8710 3.2974,-0.8575 3.3057,-0.8442 3.3142,-0.8310 3.3229,-0.8179 3.3319,-0.8050 3.3410,-0.7922 3.3503,-0.7796 3.3598,-0.7671 3.3696,-0.7548 3.3795,-0.7426 3.3896,-0.7306 3.3999,-0.7187 3.4104,-0.7070 3.4210,-0.6955 3.4319,-0.6841 3.4429,-0.6729 3.4541,-0.6619 3.4655,-0.6510 3.4770,-0.6404 3.4887,-0.6299 3.5006,-0.6196 3.5126,-0.6095 3.5248,-0.5996 3.5371,-0.5898 3.5496,-0.5803 3.5622,-0.5710 3.5750,-0.5619 3.5879,-0.5529 3.6010,-0.5442 3.6142,-0.5357 3.6275,-0.5274 3.6410,-0.5193 3.6545,-0.5114 3.6682,-0.5037 3.6821,-0.4962 3.6960,-0.4890 3.7101,-0.4820 3.7242,-0.4752 3.7385,-0.4686 3.7529,-0.4622 3.7673,-0.4561 3.7819,-0.4502 3.7965,-0.4446 3.8113,-0.4391 3.8261,-0.4339 3.8410,-0.4289 3.8560,-0.4242 3.8710,-0.4197 3.8861,-0.4154 3.9013,-0.4114 3.9166,-0.4076 3.9319,-0.4041 3.9472,-0.4008 3.9626,-0.3977 3.9781,-0.3949 3.9936,-0.3923 4.0091,-0.3900 4.0247,-0.3879 4.0403,-0.3860 4.0559,-0.3844 4.0715,-0.3831 4.0872,-0.3820 4.1029,-0.3811 4.1186,-0.3805 4.1343,-0.3801 4.15,-0.3800"/></g><g stroke-width="0.0100" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="rgb(5%, 5%, 5%)" fill-opacity="0.3"><path d="M 4.15,-1.38 L 3.15,-1.38 A 1.0 1.0 0 0 0 4.15,-0.3800 L 4.15,-1.38"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.4" text-anchor="middle"><text x="3.64" y="-3.3200">False</text></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="8.59,1.6674 8.5880,1.6046 8.5821,1.5421 8.5723,1.4801 8.5586,1.4187 8.5411,1.3584 8.5198,1.2993 8.4948,1.2417 8.4663,1.1857 8.4343,1.1316 8.3990,1.0797 8.3605,1.0300 8.3190,0.9829 8.2745,0.9385 8.2274,0.8969 8.1778,0.8584 8.1258,0.8231 8.0718,0.7911 8.0158,0.7626 7.9581,0.7377 7.8990,0.7164 7.8387,0.6989 7.7774,0.6852 7.7153,0.6753 7.6528,0.6694 7.59,0.6674 7.5272,0.6694 7.4647,0.6753 7.4026,0.6852 7.3413,0.6989 7.2810,0.7164 7.2219,0.7377 7.1642,0.7626 7.1082,0.7911 7.0542,0.8231 7.0022,0.8584 6.9526,0.8969 6.9055,0.9385 6.8610,0.9829 6.8195,1.0300 6.7810,1.0797 6.7457,1.1316 6.7137,1.1857 6.6852,1.2417 6.6602,1.2993 6.6389,1.3584 6.6214,1.4187 6.6077,1.4801 6.5979,1.5421 6.5920,1.6046 6.59,1.6674 6.5920,1.7302 6.5979,1.7928 6.6077,1.8548 6.6214,1.9161 6.6389,1.9765 6.6602,2.0356 6.6852,2.0932 6.7137,2.1492 6.7457,2.2033 6.7810,2.2552 6.8195,2.3049 6.8610,2.3520 6.9055,2.3964 6.9526,2.4380 7.0022,2.4765 7.0542,2.5118 7.1082,2.5437 7.1642,2.5723 7.2219,2.5972 7.2810,2.6185 7.3413,2.6360 7.4026,2.6497 7.4647,2.6596 7.5272,2.6655 7.59,2.6674 7.6528,2.6655 7.7153,2.6596 7.7774,2.6497 7.8387,2.6360 7.8990,2.6185 7.9581,2.5972 8.0158,2.5723 8.0718,2.5437 8.1258,2.5118 8.1778,2.4765 8.2274,2.4380 8.2745,2.3964 8.3190,2.3520 8.3605,2.3049 8.3990,2.2552 8.4343,2.2033 8.4663,2.1492 8.4948,2.0932 8.5198,2.0356 8.5411,1.9765 8.5586,1.9161 8.5723,1.8548 8.5821,1.7928 8.5880,1.7302 8.59,1.6674"/></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="7.59,2.6674 7.5880,2.6046 7.5821,2.5421 7.5723,2.4801 7.5586,2.4187 7.5411,2.3584 7.5198,2.2993 7.4948,2.2417 7.4663,2.1857 7.4343,2.1316 7.3990,2.0797 7.3605,2.0300 7.3190,1.9829 7.2745,1.9385 7.2274,1.8969 7.1778,1.8584 7.1258,1.8231 7.0718,1.7911 7.0158,1.7626 6.9581,1.7377 6.8990,1.7164 6.8387,1.6989 6.7774,1.6852 6.7153,1.6753 6.6528,1.6694 6.59,1.6674 6.5272,1.6694 6.4647,1.6753 6.4026,1.6852 6.3413,1.6989 6.2810,1.7164 6.2219,1.7377 6.1642,1.7626 6.1082,1.7911 6.0542,1.8231 6.0022,1.8584 5.9526,1.8969 5.9055,1.9385 5.8610,1.9829 5.8195,2.0300 5.7810,2.0797 5.7457,2.1316 5.7137,2.1857 5.6852,2.2417 5.6602,2.2993 5.6389,2.3584 5.6214,2.4187 5.6077,2.4801 5.5979,2.5421 5.5920,2.6046 5.59,2.6674 5.5920,2.7302 5.5979,2.7928 5.6077,2.8548 5.6214,2.9161 5.6389,2.9765 5.6602,3.0356 5.6852,3.0932 5.7137,3.1492 5.7457,3.2033 5.7810,3.2552 5.8195,3.3049 5.8610,3.3520 5.9055,3.3964 5.9526,3.4380 6.0022,3.4765 6.0542,3.5118 6.1082,3.5437 6.1642,3.5723 6.2219,3.5972 6.2810,3.6185 6.3413,3.6360 6.4026,3.6497 6.4647,3.6596 6.5272,3.6655 6.59,3.6674 6.6528,3.6655 6.7153,3.6596 6.7774,3.6497 6.8387,3.6360 6.8990,3.6185 6.9581,3.5972 7.0158,3.5723 7.0718,3.5437 7.1258,3.5118 7.1778,3.4765 7.2274,3.4380 7.2745,3.3964 7.3190,3.3520 7.3605,3.3049 7.3990,3.2552 7.4343,3.2033 7.4663,3.1492 7.4948,3.0932 7.5198,3.0356 7.5411,2.9765 7.5586,2.9161 7.5723,2.8548 7.5821,2.7928 7.5880,2.7302 7.59,2.6674"/></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="none"><polyline points="6.59,1.6674 6.5911,1.6203 6.5944,1.5733 6.6000,1.5265 6.6077,1.4801 6.6176,1.4340 6.6297,1.3884 6.6439,1.3435 6.6602,1.2993 6.6786,1.2559 6.6990,1.2134 6.7214,1.1720 6.7457,1.1316 6.7719,1.0924 6.7998,1.0545 6.8296,1.0180 6.8610,0.9829 6.8941,0.9493 6.9287,0.9173 6.9648,0.8870 7.0022,0.8584 7.0410,0.8316 7.0810,0.8067 7.1221,0.7837 7.1642,0.7626 7.2073,0.7436 7.2513,0.7266 7.2960,0.7116 7.3413,0.6989 7.3872,0.6882 7.4336,0.6797 7.4803,0.6735 7.5272,0.6694 7.5743,0.6676 7.6214,0.6679 7.6685,0.6705 7.7153,0.6753 7.7619,0.6823 7.8081,0.6915 7.8539,0.7029 7.8990,0.7164 7.9435,0.7320 7.9871,0.7497 8.0299,0.7694 8.0718,0.7911 8.1125,0.8148 8.1521,0.8404 8.1904,0.8678 8.2274,0.8969 8.2630,0.9278 8.2971,0.9603 8.3296,0.9944 8.3605,1.0300 8.3897,1.0670 8.4171,1.1054 8.4426,1.1449 8.4663,1.1857 8.4880,1.2275 8.5078,1.2703 8.5254,1.3140 8.5411,1.3584 8.5546,1.4036 8.5659,1.4493 8.5751,1.4955 8.5821,1.5421 8.5869,1.5890 8.5895,1.6360 8.5899,1.6831 8.5880,1.7302 8.5840,1.7772 8.5777,1.8239 8.5692,1.8702 8.5586,1.9161 8.5458,1.9615 8.5309,2.0062 8.5139,2.0501 8.4948,2.0932 8.4738,2.1354 8.4507,2.1765 8.4258,2.2165 8.3990,2.2552 8.3704,2.2927 8.3401,2.3288 8.3081,2.3634 8.2745,2.3964 8.2394,2.4278 8.2029,2.4576 8.1650,2.4856 8.1258,2.5118 8.0855,2.5361 8.0440,2.5584 8.0015,2.5788 7.9581,2.5972 7.9139,2.6135 7.8690,2.6277 7.8234,2.6398 7.7774,2.6497 7.7309,2.6575 7.6841,2.6630 7.6371,2.6663 7.59,2.6674"/></g><g stroke-width="0.0100" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="rgb(5%, 5%, 5%)" fill-opacity="0.3"><path d="M 7.59,1.6674 L 6.59,1.6674 A 1.0 1.0 0 1 1 7.59,2.6674 L 7.59,1.6674"/></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="8.6049,-1.3874 8.6029,-1.4502 8.5970,-1.5128 8.5872,-1.5748 8.5735,-1.6361 8.5559,-1.6965 8.5347,-1.7556 8.5097,-1.8132 8.4812,-1.8692 8.4492,-1.9233 8.4139,-1.9752 8.3754,-2.0249 8.3338,-2.0720 8.2894,-2.1164 8.2423,-2.1580 8.1927,-2.1965 8.1407,-2.2318 8.0866,-2.2637 8.0307,-2.2923 7.9730,-2.3172 7.9139,-2.3385 7.8536,-2.3560 7.7923,-2.3697 7.7302,-2.3796 7.6677,-2.3855 7.6049,-2.3874 7.5421,-2.3855 7.4795,-2.3796 7.4175,-2.3697 7.3562,-2.3560 7.2959,-2.3385 7.2368,-2.3172 7.1791,-2.2923 7.1231,-2.2637 7.0690,-2.2318 7.0171,-2.1965 6.9675,-2.1580 6.9203,-2.1164 6.8759,-2.0720 6.8344,-2.0249 6.7959,-1.9752 6.7605,-1.9233 6.7286,-1.8692 6.7000,-1.8132 6.6751,-1.7556 6.6538,-1.6965 6.6363,-1.6361 6.6226,-1.5748 6.6128,-1.5128 6.6068,-1.4502 6.6049,-1.3874 6.6068,-1.3246 6.6128,-1.2621 6.6226,-1.2001 6.6363,-1.1387 6.6538,-1.0784 6.6751,-1.0193 6.7000,-0.9617 6.7286,-0.9057 6.7605,-0.8516 6.7959,-0.7997 6.8344,-0.7500 6.8759,-0.7029 6.9203,-0.6585 6.9675,-0.6169 7.0171,-0.5784 7.0690,-0.5431 7.1231,-0.5111 7.1791,-0.4826 7.2368,-0.4577 7.2959,-0.4364 7.3562,-0.4189 7.4175,-0.4052 7.4795,-0.3953 7.5421,-0.3894 7.6049,-0.3874 7.6677,-0.3894 7.7302,-0.3953 7.7923,-0.4052 7.8536,-0.4189 7.9139,-0.4364 7.9730,-0.4577 8.0307,-0.4826 8.0866,-0.5111 8.1407,-0.5431 8.1927,-0.5784 8.2423,-0.6169 8.2894,-0.6585 8.3338,-0.7029 8.3754,-0.7500 8.4139,-0.7997 8.4492,-0.8516 8.4812,-0.9057 8.5097,-0.9617 8.5347,-1.0193 8.5559,-1.0784 8.5735,-1.1387 8.5872,-1.2001 8.5970,-1.2621 8.6029,-1.3246 8.6049,-1.3874"/></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="7.6049,-0.3874 7.6029,-0.4502 7.5970,-0.5128 7.5872,-0.5748 7.5735,-0.6361 7.5559,-0.6965 7.5347,-0.7556 7.5097,-0.8132 7.4812,-0.8692 7.4492,-0.9233 7.4139,-0.9752 7.3754,-1.0249 7.3338,-1.0720 7.2894,-1.1164 7.2423,-1.1580 7.1927,-1.1965 7.1407,-1.2318 7.0866,-1.2637 7.0307,-1.2923 6.9730,-1.3172 6.9139,-1.3385 6.8536,-1.3560 6.7923,-1.3697 6.7302,-1.3796 6.6677,-1.3855 6.6049,-1.3874 6.5421,-1.3855 6.4795,-1.3796 6.4175,-1.3697 6.3562,-1.3560 6.2959,-1.3385 6.2368,-1.3172 6.1791,-1.2923 6.1231,-1.2637 6.0690,-1.2318 6.0171,-1.1965 5.9675,-1.1580 5.9203,-1.1164 5.8759,-1.0720 5.8344,-1.0249 5.7959,-0.9752 5.7605,-0.9233 5.7286,-0.8692 5.7000,-0.8132 5.6751,-0.7556 5.6538,-0.6965 5.6363,-0.6361 5.6226,-0.5748 5.6128,-0.5128 5.6068,-0.4502 5.6049,-0.3874 5.6068,-0.3246 5.6128,-0.2621 5.6226,-0.2001 5.6363,-0.1387 5.6538,-0.0784 5.6751,-0.0193 5.7000,0.0383 5.7286,0.0943 5.7605,0.1484 5.7959,0.2003 5.8344,0.2500 5.8759,0.2971 5.9203,0.3415 5.9675,0.3831 6.0171,0.4216 6.0690,0.4569 6.1231,0.4889 6.1791,0.5174 6.2368,0.5423 6.2959,0.5636 6.3562,0.5811 6.4175,0.5948 6.4795,0.6047 6.5421,0.6106 6.6049,0.6126 6.6677,0.6106 6.7302,0.6047 6.7923,0.5948 6.8536,0.5811 6.9139,0.5636 6.9730,0.5423 7.0307,0.5174 7.0866,0.4889 7.1407,0.4569 7.1927,0.4216 7.2423,0.3831 7.2894,0.3415 7.3338,0.2971 7.3754,0.2500 7.4139,0.2003 7.4492,0.1484 7.4812,0.0943 7.5097,0.0383 7.5347,-0.0193 7.5559,-0.0784 7.5735,-0.1387 7.5872,-0.2001 7.5970,-0.2621 7.6029,-0.3246 7.6049,-0.3874"/></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="none"><polyline points="6.6049,-1.3874 6.5578,-1.3863 6.5108,-1.3830 6.4640,-1.3775 6.4175,-1.3697 6.3714,-1.3598 6.3259,-1.3477 6.2810,-1.3335 6.2368,-1.3172 6.1934,-1.2988 6.1509,-1.2784 6.1094,-1.2561 6.0690,-1.2318 6.0299,-1.2056 5.9920,-1.1776 5.9554,-1.1478 5.9203,-1.1164 5.8868,-1.0834 5.8548,-1.0488 5.8244,-1.0127 5.7959,-0.9752 5.7691,-0.9365 5.7441,-0.8965 5.7211,-0.8554 5.7000,-0.8132 5.6810,-0.7701 5.6640,-0.7262 5.6491,-0.6815 5.6363,-0.6361 5.6257,-0.5902 5.6172,-0.5439 5.6109,-0.4972 5.6068,-0.4502 5.6050,-0.4031 5.6054,-0.3560 5.6080,-0.3090 5.6128,-0.2621 5.6198,-0.2155 5.6290,-0.1693 5.6403,-0.1236 5.6538,-0.0784 5.6694,-0.0340 5.6871,0.0097 5.7068,0.0525 5.7286,0.0943 5.7522,0.1351 5.7778,0.1746 5.8052,0.2130 5.8344,0.2500 5.8652,0.2856 5.8978,0.3197 5.9319,0.3522 5.9675,0.3831 6.0045,0.4122 6.0428,0.4396 6.0824,0.4652 6.1231,0.4889 6.1649,0.5106 6.2077,0.5303 6.2514,0.5480 6.2959,0.5636 6.3410,0.5771 6.3867,0.5885 6.4329,0.5977 6.4795,0.6047 6.5264,0.6095 6.5735,0.6121 6.6206,0.6124 6.6677,0.6106 6.7146,0.6065 6.7613,0.6003 6.8077,0.5918 6.8536,0.5811 6.8989,0.5684 6.9436,0.5534 6.9876,0.5364 7.0307,0.5174 7.0728,0.4963 7.1139,0.4733 7.1539,0.4484 7.1927,0.4216 7.2301,0.3930 7.2662,0.3627 7.3008,0.3307 7.3338,0.2971 7.3653,0.2620 7.3950,0.2255 7.4230,0.1876 7.4492,0.1484 7.4735,0.1080 7.4959,0.0666 7.5163,0.0241 7.5347,-0.0193 7.5510,-0.0635 7.5652,-0.1084 7.5772,-0.1540 7.5872,-0.2001 7.5949,-0.2465 7.6004,-0.2933 7.6038,-0.3403 7.6049,-0.3874"/></g><g stroke-width="0.0100" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="rgb(5%, 5%, 5%)" fill-opacity="0.3"><path d="M 7.6049,-1.3874 L 6.6049,-1.3874 A 1.0 1.0 0 1 0 7.6049,-0.3874 L 7.6049,-1.3874"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.4" text-anchor="middle"><text x="7.08" y="-3.3274">True</text></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.6" text-anchor="middle"><text x="5.5000" y="-4.3749">Large</text></g></g><g class="hud"></g></svg>+</style><g class="chart"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.6" text-anchor="middle"><text x="0.5" y="0.4017" transform="rotate(-90.0, 0.5, 0.4017)">Sweep</text></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.4" text-anchor="middle"><text x="1.5700" y="1.7385" transform="rotate(-90.0, 1.5700, 1.7385)">True</text></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.4" text-anchor="middle"><text x="1.5700" y="-0.9352" transform="rotate(-90.0, 1.5700, -0.9352)">False</text></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="5.1500,1.8713 5.1480,1.8158 5.1421,1.7604 5.1323,1.7055 5.1186,1.6512 5.1011,1.5978 5.0798,1.5454 5.0548,1.4944 5.0263,1.4448 4.9943,1.3970 4.9590,1.3510 4.9205,1.3070 4.8790,1.2653 4.8345,1.2260 4.7874,1.1892 4.7378,1.1551 4.6858,1.1238 4.6318,1.0955 4.5758,1.0703 4.5181,1.0482 4.4590,1.0293 4.3987,1.0138 4.3374,1.0017 4.2753,0.9930 4.2128,0.9878 4.15,0.9860 4.0872,0.9878 4.0247,0.9930 3.9626,1.0017 3.9013,1.0138 3.8410,1.0293 3.7819,1.0482 3.7242,1.0703 3.6682,1.0955 3.6142,1.1238 3.5622,1.1551 3.5126,1.1892 3.4655,1.2260 3.4210,1.2653 3.3795,1.3070 3.3410,1.3510 3.3057,1.3970 3.2737,1.4448 3.2452,1.4944 3.2202,1.5454 3.1989,1.5978 3.1814,1.6512 3.1677,1.7055 3.1579,1.7604 3.1520,1.8158 3.15,1.8713 3.1520,1.9269 3.1579,1.9823 3.1677,2.0372 3.1814,2.0915 3.1989,2.1449 3.2202,2.1973 3.2452,2.2483 3.2737,2.2979 3.3057,2.3457 3.3410,2.3917 3.3795,2.4357 3.4210,2.4774 3.4655,2.5167 3.5126,2.5535 3.5622,2.5876 3.6142,2.6189 3.6682,2.6472 3.7242,2.6724 3.7819,2.6945 3.8410,2.7134 3.9013,2.7289 3.9626,2.7410 4.0247,2.7497 4.0872,2.7549 4.15,2.7567 4.2128,2.7549 4.2753,2.7497 4.3374,2.7410 4.3987,2.7289 4.4590,2.7134 4.5181,2.6945 4.5758,2.6724 4.6318,2.6472 4.6858,2.6189 4.7378,2.5876 4.7874,2.5535 4.8345,2.5167 4.8790,2.4774 4.9205,2.4357 4.9590,2.3917 4.9943,2.3457 5.0263,2.2979 5.0548,2.2483 5.0798,2.1973 5.1011,2.1449 5.1186,2.0915 5.1323,2.0372 5.1421,1.9823 5.1480,1.9269 5.1500,1.8713"/></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="4.15,2.7567 4.1480,2.7011 4.1421,2.6457 4.1323,2.5908 4.1186,2.5365 4.1011,2.4831 4.0798,2.4308 4.0548,2.3797 4.0263,2.3302 3.9943,2.2823 3.9590,2.2363 3.9205,2.1924 3.8790,2.1506 3.8345,2.1113 3.7874,2.0745 3.7378,2.0404 3.6858,2.0092 3.6318,1.9809 3.5758,1.9556 3.5181,1.9335 3.4590,1.9147 3.3987,1.8992 3.3374,1.8870 3.2753,1.8783 3.2128,1.8731 3.15,1.8713 3.0872,1.8731 3.0247,1.8783 2.9626,1.8870 2.9013,1.8992 2.8410,1.9147 2.7819,1.9335 2.7242,1.9556 2.6682,1.9809 2.6142,2.0092 2.5622,2.0404 2.5126,2.0745 2.4655,2.1113 2.4210,2.1506 2.3795,2.1924 2.3410,2.2363 2.3057,2.2823 2.2737,2.3302 2.2452,2.3797 2.2202,2.4308 2.1989,2.4831 2.1814,2.5365 2.1677,2.5908 2.1579,2.6457 2.1520,2.7011 2.1500,2.7567 2.1520,2.8123 2.1579,2.8677 2.1677,2.9226 2.1814,2.9769 2.1989,3.0303 2.2202,3.0826 2.2452,3.1337 2.2737,3.1832 2.3057,3.2311 2.3410,3.2771 2.3795,3.3210 2.4210,3.3628 2.4655,3.4021 2.5126,3.4389 2.5622,3.4729 2.6142,3.5042 2.6682,3.5325 2.7242,3.5578 2.7819,3.5799 2.8410,3.5987 2.9013,3.6142 2.9626,3.6264 3.0247,3.6351 3.0872,3.6403 3.15,3.6420 3.2128,3.6403 3.2753,3.6351 3.3374,3.6264 3.3987,3.6142 3.4590,3.5987 3.5181,3.5799 3.5758,3.5578 3.6318,3.5325 3.6858,3.5042 3.7378,3.4729 3.7874,3.4389 3.8345,3.4021 3.8790,3.3628 3.9205,3.3210 3.9590,3.2771 3.9943,3.2311 4.0263,3.1832 4.0548,3.1337 4.0798,3.0826 4.1011,3.0303 4.1186,2.9769 4.1323,2.9226 4.1421,2.8677 4.1480,2.8123 4.15,2.7567"/></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="none"><polyline points="3.15,1.8713 3.1657,1.8715 3.1814,1.8718 3.1971,1.8723 3.2128,1.8731 3.2285,1.8741 3.2441,1.8753 3.2597,1.8767 3.2753,1.8783 3.2909,1.8802 3.3064,1.8822 3.3219,1.8845 3.3374,1.8870 3.3528,1.8897 3.3681,1.8927 3.3834,1.8958 3.3987,1.8992 3.4139,1.9027 3.4290,1.9065 3.4440,1.9105 3.4590,1.9147 3.4739,1.9191 3.4887,1.9237 3.5035,1.9285 3.5181,1.9335 3.5327,1.9387 3.5471,1.9442 3.5615,1.9498 3.5758,1.9556 3.5899,1.9616 3.6040,1.9678 3.6179,1.9743 3.6318,1.9809 3.6455,1.9877 3.6590,1.9946 3.6725,2.0018 3.6858,2.0092 3.6990,2.0167 3.7121,2.0244 3.7250,2.0323 3.7378,2.0404 3.7504,2.0487 3.7629,2.0571 3.7752,2.0657 3.7874,2.0745 3.7994,2.0835 3.8113,2.0926 3.8230,2.1019 3.8345,2.1113 3.8459,2.1209 3.8571,2.1307 3.8681,2.1406 3.8790,2.1506 3.8896,2.1608 3.9001,2.1712 3.9104,2.1817 3.9205,2.1924 3.9304,2.2031 3.9402,2.2141 3.9497,2.2251 3.9590,2.2363 3.9681,2.2476 3.9771,2.2591 3.9858,2.2706 3.9943,2.2823 4.0026,2.2941 4.0107,2.3060 4.0186,2.3180 4.0263,2.3302 4.0338,2.3424 4.0410,2.3548 4.0480,2.3672 4.0548,2.3797 4.0614,2.3924 4.0678,2.4051 4.0739,2.4179 4.0798,2.4308 4.0854,2.4437 4.0909,2.4568 4.0961,2.4699 4.1011,2.4831 4.1058,2.4964 4.1103,2.5097 4.1146,2.5231 4.1186,2.5365 4.1224,2.5500 4.1259,2.5636 4.1292,2.5772 4.1323,2.5908 4.1351,2.6045 4.1377,2.6182 4.1400,2.6319 4.1421,2.6457 4.1440,2.6595 4.1456,2.6734 4.1469,2.6872 4.1480,2.7011 4.1489,2.7150 4.1495,2.7289 4.1499,2.7428 4.15,2.7567"/></g><g stroke-width="0.0100" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="rgb(5%, 5%, 5%)" fill-opacity="0.3"><path d="M 4.15,1.8713 L 3.15,1.8713 A 1.0 0.8853 0 0 1 4.15,2.7567 L 4.15,1.8713"/></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="5.1500,-0.8201 5.1480,-0.8757 5.1421,-0.9311 5.1323,-0.9860 5.1186,-1.0403 5.1011,-1.0937 5.0798,-1.1460 5.0548,-1.1971 5.0263,-1.2466 4.9943,-1.2945 4.9590,-1.3405 4.9205,-1.3844 4.8790,-1.4262 4.8345,-1.4655 4.7874,-1.5023 4.7378,-1.5364 4.6858,-1.5676 4.6318,-1.5959 4.5758,-1.6212 4.5181,-1.6433 4.4590,-1.6621 4.3987,-1.6776 4.3374,-1.6898 4.2753,-1.6985 4.2128,-1.7037 4.15,-1.7054 4.0872,-1.7037 4.0247,-1.6985 3.9626,-1.6898 3.9013,-1.6776 3.8410,-1.6621 3.7819,-1.6433 3.7242,-1.6212 3.6682,-1.5959 3.6142,-1.5676 3.5622,-1.5364 3.5126,-1.5023 3.4655,-1.4655 3.4210,-1.4262 3.3795,-1.3844 3.3410,-1.3405 3.3057,-1.2945 3.2737,-1.2466 3.2452,-1.1971 3.2202,-1.1460 3.1989,-1.0937 3.1814,-1.0403 3.1677,-0.9860 3.1579,-0.9311 3.1520,-0.8757 3.15,-0.8201 3.1520,-0.7645 3.1579,-0.7091 3.1677,-0.6542 3.1814,-0.5999 3.1989,-0.5465 3.2202,-0.4942 3.2452,-0.4431 3.2737,-0.3936 3.3057,-0.3457 3.3410,-0.2997 3.3795,-0.2558 3.4210,-0.2140 3.4655,-0.1747 3.5126,-0.1379 3.5622,-0.1038 3.6142,-0.0726 3.6682,-0.0443 3.7242,-0.0190 3.7819,0.0031 3.8410,0.0219 3.9013,0.0374 3.9626,0.0496 4.0247,0.0583 4.0872,0.0635 4.15,0.0652 4.2128,0.0635 4.2753,0.0583 4.3374,0.0496 4.3987,0.0374 4.4590,0.0219 4.5181,0.0031 4.5758,-0.0190 4.6318,-0.0443 4.6858,-0.0726 4.7378,-0.1038 4.7874,-0.1379 4.8345,-0.1747 4.8790,-0.2140 4.9205,-0.2558 4.9590,-0.2997 4.9943,-0.3457 5.0263,-0.3936 5.0548,-0.4431 5.0798,-0.4942 5.1011,-0.5465 5.1186,-0.5999 5.1323,-0.6542 5.1421,-0.7091 5.1480,-0.7645 5.1500,-0.8201"/></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="4.15,0.0652 4.1480,0.0097 4.1421,-0.0457 4.1323,-0.1006 4.1186,-0.1549 4.1011,-0.2083 4.0798,-0.2607 4.0548,-0.3117 4.0263,-0.3613 3.9943,-0.4091 3.9590,-0.4551 3.9205,-0.4991 3.8790,-0.5408 3.8345,-0.5801 3.7874,-0.6169 3.7378,-0.6510 3.6858,-0.6823 3.6318,-0.7106 3.5758,-0.7358 3.5181,-0.7579 3.4590,-0.7768 3.3987,-0.7923 3.3374,-0.8044 3.2753,-0.8131 3.2128,-0.8183 3.15,-0.8201 3.0872,-0.8183 3.0247,-0.8131 2.9626,-0.8044 2.9013,-0.7923 2.8410,-0.7768 2.7819,-0.7579 2.7242,-0.7358 2.6682,-0.7106 2.6142,-0.6823 2.5622,-0.6510 2.5126,-0.6169 2.4655,-0.5801 2.4210,-0.5408 2.3795,-0.4991 2.3410,-0.4551 2.3057,-0.4091 2.2737,-0.3613 2.2452,-0.3117 2.2202,-0.2607 2.1989,-0.2083 2.1814,-0.1549 2.1677,-0.1006 2.1579,-0.0457 2.1520,0.0097 2.1500,0.0652 2.1520,0.1208 2.1579,0.1762 2.1677,0.2311 2.1814,0.2854 2.1989,0.3388 2.2202,0.3912 2.2452,0.4422 2.2737,0.4918 2.3057,0.5396 2.3410,0.5856 2.3795,0.6296 2.4210,0.6713 2.4655,0.7106 2.5126,0.7474 2.5622,0.7815 2.6142,0.8128 2.6682,0.8411 2.7242,0.8663 2.7819,0.8884 2.8410,0.9073 2.9013,0.9228 2.9626,0.9349 3.0247,0.9436 3.0872,0.9488 3.15,0.9506 3.2128,0.9488 3.2753,0.9436 3.3374,0.9349 3.3987,0.9228 3.4590,0.9073 3.5181,0.8884 3.5758,0.8663 3.6318,0.8411 3.6858,0.8128 3.7378,0.7815 3.7874,0.7474 3.8345,0.7106 3.8790,0.6713 3.9205,0.6296 3.9590,0.5856 3.9943,0.5396 4.0263,0.4918 4.0548,0.4422 4.0798,0.3912 4.1011,0.3388 4.1186,0.2854 4.1323,0.2311 4.1421,0.1762 4.1480,0.1208 4.15,0.0652"/></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="none"><polyline points="3.15,-0.8201 3.1501,-0.8062 3.1505,-0.7923 3.1511,-0.7784 3.1520,-0.7645 3.1531,-0.7506 3.1544,-0.7368 3.1560,-0.7229 3.1579,-0.7091 3.1600,-0.6953 3.1623,-0.6816 3.1649,-0.6679 3.1677,-0.6542 3.1708,-0.6406 3.1741,-0.6270 3.1776,-0.6134 3.1814,-0.5999 3.1854,-0.5865 3.1897,-0.5731 3.1942,-0.5598 3.1989,-0.5465 3.2039,-0.5333 3.2091,-0.5202 3.2146,-0.5071 3.2202,-0.4942 3.2261,-0.4813 3.2322,-0.4685 3.2386,-0.4558 3.2452,-0.4431 3.2520,-0.4306 3.2590,-0.4182 3.2662,-0.4058 3.2737,-0.3936 3.2814,-0.3814 3.2893,-0.3694 3.2974,-0.3575 3.3057,-0.3457 3.3142,-0.3340 3.3229,-0.3225 3.3319,-0.3110 3.3410,-0.2997 3.3503,-0.2885 3.3598,-0.2775 3.3696,-0.2665 3.3795,-0.2558 3.3896,-0.2451 3.3999,-0.2346 3.4104,-0.2242 3.4210,-0.2140 3.4319,-0.2040 3.4429,-0.1941 3.4541,-0.1843 3.4655,-0.1747 3.4770,-0.1653 3.4887,-0.1560 3.5006,-0.1469 3.5126,-0.1379 3.5248,-0.1291 3.5371,-0.1205 3.5496,-0.1121 3.5622,-0.1038 3.5750,-0.0958 3.5879,-0.0878 3.6010,-0.0801 3.6142,-0.0726 3.6275,-0.0652 3.6410,-0.0580 3.6545,-0.0511 3.6682,-0.0443 3.6821,-0.0377 3.6960,-0.0312 3.7101,-0.0250 3.7242,-0.0190 3.7385,-0.0132 3.7529,-0.0076 3.7673,-0.0021 3.7819,0.0031 3.7965,0.0081 3.8113,0.0129 3.8261,0.0175 3.8410,0.0219 3.8560,0.0261 3.8710,0.0301 3.8861,0.0339 3.9013,0.0374 3.9166,0.0408 3.9319,0.0439 3.9472,0.0469 3.9626,0.0496 3.9781,0.0521 3.9936,0.0543 4.0091,0.0564 4.0247,0.0583 4.0403,0.0599 4.0559,0.0613 4.0715,0.0625 4.0872,0.0635 4.1029,0.0643 4.1186,0.0648 4.1343,0.0651 4.15,0.0652"/></g><g stroke-width="0.0100" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="rgb(5%, 5%, 5%)" fill-opacity="0.3"><path d="M 4.15,-0.8201 L 3.15,-0.8201 A 1.0 0.8853 0 0 0 4.15,0.0652 L 4.15,-0.8201"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.4" text-anchor="middle"><text x="3.64" y="-2.5377">False</text></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="8.59,1.8779 8.5880,1.8223 8.5821,1.7670 8.5723,1.7120 8.5586,1.6578 8.5411,1.6043 8.5198,1.5520 8.4948,1.5010 8.4663,1.4514 8.4343,1.4035 8.3990,1.3575 8.3605,1.3136 8.3190,1.2719 8.2745,1.2325 8.2274,1.1958 8.1778,1.1617 8.1258,1.1304 8.0718,1.1021 8.0158,1.0769 7.9581,1.0548 7.8990,1.0359 7.8387,1.0204 7.7774,1.0083 7.7153,0.9996 7.6528,0.9943 7.59,0.9926 7.5272,0.9943 7.4647,0.9996 7.4026,1.0083 7.3413,1.0204 7.2810,1.0359 7.2219,1.0548 7.1642,1.0769 7.1082,1.1021 7.0542,1.1304 7.0022,1.1617 6.9526,1.1958 6.9055,1.2325 6.8610,1.2719 6.8195,1.3136 6.7810,1.3575 6.7457,1.4035 6.7137,1.4514 6.6852,1.5010 6.6602,1.5520 6.6389,1.6043 6.6214,1.6578 6.6077,1.7120 6.5979,1.7670 6.5920,1.8223 6.59,1.8779 6.5920,1.9335 6.5979,1.9889 6.6077,2.0438 6.6214,2.0981 6.6389,2.1515 6.6602,2.2039 6.6852,2.2549 6.7137,2.3045 6.7457,2.3523 6.7810,2.3983 6.8195,2.4423 6.8610,2.4840 6.9055,2.5233 6.9526,2.5601 7.0022,2.5942 7.0542,2.6255 7.1082,2.6538 7.1642,2.6790 7.2219,2.7011 7.2810,2.7199 7.3413,2.7355 7.4026,2.7476 7.4647,2.7563 7.5272,2.7615 7.59,2.7633 7.6528,2.7615 7.7153,2.7563 7.7774,2.7476 7.8387,2.7355 7.8990,2.7199 7.9581,2.7011 8.0158,2.6790 8.0718,2.6538 8.1258,2.6255 8.1778,2.5942 8.2274,2.5601 8.2745,2.5233 8.3190,2.4840 8.3605,2.4423 8.3990,2.3983 8.4343,2.3523 8.4663,2.3045 8.4948,2.2549 8.5198,2.2039 8.5411,2.1515 8.5586,2.0981 8.5723,2.0438 8.5821,1.9889 8.5880,1.9335 8.59,1.8779"/></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="7.59,2.7633 7.5880,2.7077 7.5821,2.6523 7.5723,2.5974 7.5586,2.5431 7.5411,2.4897 7.5198,2.4374 7.4948,2.3863 7.4663,2.3368 7.4343,2.2889 7.3990,2.2429 7.3605,2.1989 7.3190,2.1572 7.2745,2.1179 7.2274,2.0811 7.1778,2.0470 7.1258,2.0158 7.0718,1.9874 7.0158,1.9622 6.9581,1.9401 6.8990,1.9213 6.8387,1.9057 6.7774,1.8936 6.7153,1.8849 6.6528,1.8797 6.59,1.8779 6.5272,1.8797 6.4647,1.8849 6.4026,1.8936 6.3413,1.9057 6.2810,1.9213 6.2219,1.9401 6.1642,1.9622 6.1082,1.9874 6.0542,2.0158 6.0022,2.0470 5.9526,2.0811 5.9055,2.1179 5.8610,2.1572 5.8195,2.1989 5.7810,2.2429 5.7457,2.2889 5.7137,2.3368 5.6852,2.3863 5.6602,2.4374 5.6389,2.4897 5.6214,2.5431 5.6077,2.5974 5.5979,2.6523 5.5920,2.7077 5.59,2.7633 5.5920,2.8189 5.5979,2.8742 5.6077,2.9292 5.6214,2.9835 5.6389,3.0369 5.6602,3.0892 5.6852,3.1402 5.7137,3.1898 5.7457,3.2377 5.7810,3.2837 5.8195,3.3276 5.8610,3.3693 5.9055,3.4087 5.9526,3.4454 6.0022,3.4795 6.0542,3.5108 6.1082,3.5391 6.1642,3.5644 6.2219,3.5864 6.2810,3.6053 6.3413,3.6208 6.4026,3.6329 6.4647,3.6416 6.5272,3.6469 6.59,3.6486 6.6528,3.6469 6.7153,3.6416 6.7774,3.6329 6.8387,3.6208 6.8990,3.6053 6.9581,3.5864 7.0158,3.5644 7.0718,3.5391 7.1258,3.5108 7.1778,3.4795 7.2274,3.4454 7.2745,3.4087 7.3190,3.3693 7.3605,3.3276 7.3990,3.2837 7.4343,3.2377 7.4663,3.1898 7.4948,3.1402 7.5198,3.0892 7.5411,3.0369 7.5586,2.9835 7.5723,2.9292 7.5821,2.8742 7.5880,2.8189 7.59,2.7633"/></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="none"><polyline points="6.59,1.8779 6.5911,1.8362 6.5944,1.7946 6.6000,1.7532 6.6077,1.7120 6.6176,1.6713 6.6297,1.6309 6.6439,1.5912 6.6602,1.5520 6.6786,1.5136 6.6990,1.4760 6.7214,1.4393 6.7457,1.4035 6.7719,1.3689 6.7998,1.3353 6.8296,1.3030 6.8610,1.2719 6.8941,1.2421 6.9287,1.2138 6.9648,1.1870 7.0022,1.1617 7.0410,1.1380 7.0810,1.1159 7.1221,1.0955 7.1642,1.0769 7.2073,1.0600 7.2513,1.0449 7.2960,1.0317 7.3413,1.0204 7.3872,1.0110 7.4336,1.0035 7.4803,0.9979 7.5272,0.9943 7.5743,0.9927 7.6214,0.9930 7.6685,0.9953 7.7153,0.9996 7.7619,1.0058 7.8081,1.0139 7.8539,1.0240 7.8990,1.0359 7.9435,1.0497 7.9871,1.0654 8.0299,1.0829 8.0718,1.1021 8.1125,1.1231 8.1521,1.1457 8.1904,1.1699 8.2274,1.1958 8.2630,1.2231 8.2971,1.2519 8.3296,1.2821 8.3605,1.3136 8.3897,1.3464 8.4171,1.3803 8.4426,1.4153 8.4663,1.4514 8.4880,1.4884 8.5078,1.5263 8.5254,1.5650 8.5411,1.6043 8.5546,1.6443 8.5659,1.6848 8.5751,1.7257 8.5821,1.7670 8.5869,1.8085 8.5895,1.8501 8.5899,1.8918 8.5880,1.9335 8.5840,1.9751 8.5777,2.0164 8.5692,2.0575 8.5586,2.0981 8.5458,2.1383 8.5309,2.1778 8.5139,2.2167 8.4948,2.2549 8.4738,2.2922 8.4507,2.3286 8.4258,2.3640 8.3990,2.3983 8.3704,2.4315 8.3401,2.4634 8.3081,2.4941 8.2745,2.5233 8.2394,2.5512 8.2029,2.5775 8.1650,2.6023 8.1258,2.6255 8.0855,2.6470 8.0440,2.6668 8.0015,2.6848 7.9581,2.7011 7.9139,2.7155 7.8690,2.7281 7.8234,2.7388 7.7774,2.7476 7.7309,2.7544 7.6841,2.7593 7.6371,2.7623 7.59,2.7633"/></g><g stroke-width="0.0100" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="rgb(5%, 5%, 5%)" fill-opacity="0.3"><path d="M 7.59,1.8779 L 6.59,1.8779 A 1.0 0.8853 0 1 1 7.59,2.7633 L 7.59,1.8779"/></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="8.6049,-0.8267 8.6029,-0.8823 8.5970,-0.9376 8.5872,-0.9926 8.5735,-1.0469 8.5559,-1.1003 8.5347,-1.1526 8.5097,-1.2036 8.4812,-1.2532 8.4492,-1.3011 8.4139,-1.3471 8.3754,-1.3910 8.3338,-1.4327 8.2894,-1.4721 8.2423,-1.5088 8.1927,-1.5429 8.1407,-1.5742 8.0866,-1.6025 8.0307,-1.6278 7.9730,-1.6498 7.9139,-1.6687 7.8536,-1.6842 7.7923,-1.6963 7.7302,-1.7050 7.6677,-1.7103 7.6049,-1.7120 7.5421,-1.7103 7.4795,-1.7050 7.4175,-1.6963 7.3562,-1.6842 7.2959,-1.6687 7.2368,-1.6498 7.1791,-1.6278 7.1231,-1.6025 7.0690,-1.5742 7.0171,-1.5429 6.9675,-1.5088 6.9203,-1.4721 6.8759,-1.4327 6.8344,-1.3910 6.7959,-1.3471 6.7605,-1.3011 6.7286,-1.2532 6.7000,-1.2036 6.6751,-1.1526 6.6538,-1.1003 6.6363,-1.0469 6.6226,-0.9926 6.6128,-0.9376 6.6068,-0.8823 6.6049,-0.8267 6.6068,-0.7711 6.6128,-0.7157 6.6226,-0.6608 6.6363,-0.6065 6.6538,-0.5531 6.6751,-0.5008 6.7000,-0.4497 6.7286,-0.4002 6.7605,-0.3523 6.7959,-0.3063 6.8344,-0.2623 6.8759,-0.2206 6.9203,-0.1813 6.9675,-0.1445 7.0171,-0.1104 7.0690,-0.0792 7.1231,-0.0508 7.1791,-0.0256 7.2368,-0.0035 7.2959,0.0153 7.3562,0.0308 7.4175,0.0430 7.4795,0.0517 7.5421,0.0569 7.6049,0.0587 7.6677,0.0569 7.7302,0.0517 7.7923,0.0430 7.8536,0.0308 7.9139,0.0153 7.9730,-0.0035 8.0307,-0.0256 8.0866,-0.0508 8.1407,-0.0792 8.1927,-0.1104 8.2423,-0.1445 8.2894,-0.1813 8.3338,-0.2206 8.3754,-0.2623 8.4139,-0.3063 8.4492,-0.3523 8.4812,-0.4002 8.5097,-0.4497 8.5347,-0.5008 8.5559,-0.5531 8.5735,-0.6065 8.5872,-0.6608 8.5970,-0.7157 8.6029,-0.7711 8.6049,-0.8267"/></g><g stroke-width="0.0200" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.2" fill="none"><polyline points="7.6049,0.0587 7.6029,0.0031 7.5970,-0.0523 7.5872,-0.1072 7.5735,-0.1615 7.5559,-0.2149 7.5347,-0.2673 7.5097,-0.3183 7.4812,-0.3679 7.4492,-0.4157 7.4139,-0.4617 7.3754,-0.5057 7.3338,-0.5474 7.2894,-0.5867 7.2423,-0.6235 7.1927,-0.6576 7.1407,-0.6889 7.0866,-0.7172 7.0307,-0.7424 6.9730,-0.7645 6.9139,-0.7833 6.8536,-0.7989 6.7923,-0.8110 6.7302,-0.8197 6.6677,-0.8249 6.6049,-0.8267 6.5421,-0.8249 6.4795,-0.8197 6.4175,-0.8110 6.3562,-0.7989 6.2959,-0.7833 6.2368,-0.7645 6.1791,-0.7424 6.1231,-0.7172 6.0690,-0.6889 6.0171,-0.6576 5.9675,-0.6235 5.9203,-0.5867 5.8759,-0.5474 5.8344,-0.5057 5.7959,-0.4617 5.7605,-0.4157 5.7286,-0.3679 5.7000,-0.3183 5.6751,-0.2673 5.6538,-0.2149 5.6363,-0.1615 5.6226,-0.1072 5.6128,-0.0523 5.6068,0.0031 5.6049,0.0587 5.6068,0.1143 5.6128,0.1696 5.6226,0.2246 5.6363,0.2788 5.6538,0.3322 5.6751,0.3846 5.7000,0.4356 5.7286,0.4852 5.7605,0.5331 5.7959,0.5791 5.8344,0.6230 5.8759,0.6647 5.9203,0.7041 5.9675,0.7408 6.0171,0.7749 6.0690,0.8062 6.1231,0.8345 6.1791,0.8597 6.2368,0.8818 6.2959,0.9007 6.3562,0.9162 6.4175,0.9283 6.4795,0.9370 6.5421,0.9423 6.6049,0.9440 6.6677,0.9423 6.7302,0.9370 6.7923,0.9283 6.8536,0.9162 6.9139,0.9007 6.9730,0.8818 7.0307,0.8597 7.0866,0.8345 7.1407,0.8062 7.1927,0.7749 7.2423,0.7408 7.2894,0.7041 7.3338,0.6647 7.3754,0.6230 7.4139,0.5791 7.4492,0.5331 7.4812,0.4852 7.5097,0.4356 7.5347,0.3846 7.5559,0.3322 7.5735,0.2788 7.5872,0.2246 7.5970,0.1696 7.6029,0.1143 7.6049,0.0587"/></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="none"><polyline points="6.6049,-0.8267 6.5578,-0.8257 6.5108,-0.8227 6.4640,-0.8178 6.4175,-0.8110 6.3714,-0.8022 6.3259,-0.7915 6.2810,-0.7789 6.2368,-0.7645 6.1934,-0.7482 6.1509,-0.7302 6.1094,-0.7104 6.0690,-0.6889 6.0299,-0.6657 5.9920,-0.6409 5.9554,-0.6146 5.9203,-0.5867 5.8868,-0.5575 5.8548,-0.5268 5.8244,-0.4949 5.7959,-0.4617 5.7691,-0.4274 5.7441,-0.3920 5.7211,-0.3556 5.7000,-0.3183 5.6810,-0.2801 5.6640,-0.2412 5.6491,-0.2017 5.6363,-0.1615 5.6257,-0.1209 5.6172,-0.0798 5.6109,-0.0385 5.6068,0.0031 5.6050,0.0448 5.6054,0.0865 5.6080,0.1281 5.6128,0.1696 5.6198,0.2109 5.6290,0.2518 5.6403,0.2923 5.6538,0.3322 5.6694,0.3716 5.6871,0.4103 5.7068,0.4482 5.7286,0.4852 5.7522,0.5213 5.7778,0.5563 5.8052,0.5902 5.8344,0.6230 5.8652,0.6545 5.8978,0.6847 5.9319,0.7135 5.9675,0.7408 6.0045,0.7667 6.0428,0.7909 6.0824,0.8135 6.1231,0.8345 6.1649,0.8537 6.2077,0.8712 6.2514,0.8869 6.2959,0.9007 6.3410,0.9126 6.3867,0.9227 6.4329,0.9308 6.4795,0.9370 6.5264,0.9413 6.5735,0.9436 6.6206,0.9439 6.6677,0.9423 6.7146,0.9387 6.7613,0.9331 6.8077,0.9256 6.8536,0.9162 6.8989,0.9049 6.9436,0.8917 6.9876,0.8766 7.0307,0.8597 7.0728,0.8411 7.1139,0.8207 7.1539,0.7986 7.1927,0.7749 7.2301,0.7496 7.2662,0.7228 7.3008,0.6945 7.3338,0.6647 7.3653,0.6336 7.3950,0.6013 7.4230,0.5677 7.4492,0.5331 7.4735,0.4973 7.4959,0.4606 7.5163,0.4230 7.5347,0.3846 7.5510,0.3454 7.5652,0.3057 7.5772,0.2653 7.5872,0.2246 7.5949,0.1834 7.6004,0.1420 7.6038,0.1004 7.6049,0.0587"/></g><g stroke-width="0.0100" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.5" fill="rgb(5%, 5%, 5%)" fill-opacity="0.3"><path d="M 7.6049,-0.8267 L 6.6049,-0.8267 A 1.0 0.8853 0 1 0 7.6049,0.0587 L 7.6049,-0.8267"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.4" text-anchor="middle"><text x="7.08" y="-2.5442">True</text></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.6" text-anchor="middle"><text x="5.5000" y="-3.4716">Large</text></g></g><g class="hud"></g></svg>
other/arrow.svg view
@@ -23,6 +23,13 @@ fill: rgb(5%, 5%, 5%); } }+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++ { .arrow g { fill: rgba(5%, 5%, 5%, 1.00);@@ -35,26 +42,18 @@ stroke: rgba(94%, 94%, 94%, 1.00); } }-</style><g class="chart"><g class="arrow"><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-41.7039, -0.5147, 0.3145)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.5147, 0.3145) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-40.7040, -0.5147, 0.2350)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.5147, 0.2350) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-39.3303, -0.5147, 0.1555)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.5147, 0.1555) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-37.3282, -0.5147, 0.0761)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.5147, 0.0761) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-34.1493, -0.5147, -0.0034)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.5147, -0.0034) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-28.3824, -0.5147, -0.0829)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.5147, -0.0829) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-15.2740, -0.5147, -0.1623)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.5147, -0.1623) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(24.9171, -0.5147, -0.2418)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.5147, -0.2418) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(85.2524, -0.5147, -0.3212)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.5147, -0.3212) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(107.4397, -0.5147, -0.4007)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.5147, -0.4007) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-46.8993, -0.3890, 0.3145)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3890, 0.3145) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-45.4122, -0.3890, 0.2350)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3890, 0.2350) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-43.2666, -0.3890, 0.1555)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3890, 0.1555) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-39.9135, -0.3890, 0.0761)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3890, 0.0761) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-33.9991, -0.3890, -0.0034)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3890, -0.0034) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-21.3212, -0.3890, -0.0829)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3890, -0.0829) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(13.3646, -0.3890, -0.1623)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3890, -0.1623) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(70.2608, -0.3890, -0.2418)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3890, -0.2418) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(96.0844, -0.3890, -0.3212)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3890, -0.3212) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(106.0551, -0.3890, -0.4007)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3890, -0.4007) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-53.3544, -0.2634, 0.3145)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2634, 0.3145) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-51.2345, -0.2634, 0.2350)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2634, 0.2350) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-48.0128, -0.2634, 0.1555)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2634, 0.1555) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-42.5805, -0.2634, 0.0761)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2634, 0.0761) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-31.8274, -0.2634, -0.0034)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2634, -0.0034) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-5.4403, -0.2634, -0.0829)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2634, -0.0829) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(47.1211, -0.2634, -0.1623)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2634, -0.1623) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(80.5377, -0.2634, -0.2418)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2634, -0.2418) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(93.7314, -0.2634, -0.3212)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2634, -0.3212) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(100.0607, -0.2634, -0.4007)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2634, -0.4007) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-61.4810, -0.1378, 0.3145)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1378, 0.3145) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-58.6701, -0.1378, 0.2350)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1378, 0.2350) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-54.1700, -0.1378, 0.1555)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1378, 0.1555) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-45.9710, -0.1378, 0.0761)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1378, 0.0761) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-27.9309, -0.1378, -0.0034)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1378, -0.0034) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(14.4459, -0.1378, -0.0829)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1378, -0.0829) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(58.9537, -0.1378, -0.1623)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1378, -0.1623) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(78.3877, -0.1378, -0.2418)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1378, -0.2418) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(87.0722, -0.1378, -0.3212)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1378, -0.3212) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(91.7753, -0.1378, -0.4007)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1378, -0.4007) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-71.6316, -0.0121, 0.3145)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0121, 0.3145) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-68.3038, -0.0121, 0.2350)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0121, 0.2350) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-62.7134, -0.0121, 0.1555)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0121, 0.1555) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-51.7434, -0.0121, 0.0761)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0121, 0.0761) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-25.4633, -0.0121, -0.0034)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0121, -0.0034) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(25.3523, -0.0121, -0.0829)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0121, -0.0829) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(58.5390, -0.0121, -0.1623)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0121, -0.1623) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(72.0351, -0.0121, -0.2418)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0121, -0.2418) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(78.5712, -0.0121, -0.3212)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0121, -0.3212) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(82.3320, -0.0121, -0.4007)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0121, -0.4007) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-83.7258, 0.1135, 0.3145)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.1135, 0.3145) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-80.3796, 0.1135, 0.2350)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.1135, 0.2350) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-74.5578, 0.1135, 0.1555)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.1135, 0.1555) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-62.3926, 0.1135, 0.0761)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.1135, 0.0761) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-30.3259, 0.1135, -0.0034)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.1135, -0.0034) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(25.4633, 0.1135, -0.0829)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.1135, -0.0829) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(53.3483, 0.1135, -0.1623)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.1135, -0.1623) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(64.1805, 0.1135, -0.2418)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.1135, -0.2418) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(69.5253, 0.1135, -0.3212)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.1135, -0.3212) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(72.6569, 0.1135, -0.4007)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.1135, -0.4007) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-96.8488, 0.2391, 0.3145)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2391, 0.3145) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-94.1075, 0.2391, 0.2350)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2391, 0.2350) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-89.3167, 0.2391, 0.1555)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2391, 0.1555) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-79.0898, 0.2391, 0.0761)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2391, 0.0761) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-48.8981, 0.2391, -0.0034)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2391, -0.0034) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(16.4311, 0.2391, -0.0829)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2391, -0.0829) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(45.9710, 0.2391, -0.1623)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2391, -0.1623) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(56.0348, 0.2391, -0.2418)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2391, -0.2418) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(60.7712, 0.2391, -0.3212)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2391, -0.3212) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(63.4886, 0.2391, -0.4007)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2391, -0.4007) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-109.4766, 0.3647, 0.3145)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3647, 0.3145) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-107.6501, 0.3647, 0.2350)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3647, 0.2350) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-104.5742, 0.3647, 0.1555)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3647, 0.1555) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-98.3659, 0.3647, 0.0761)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3647, 0.0761) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-80.5377, 0.3647, -0.0034)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3647, -0.0034) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-10.3048, 0.3647, -0.0829)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3647, -0.0829) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(36.3844, 0.3647, -0.1623)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3647, -0.1623) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(48.0128, 0.3647, -0.2418)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3647, -0.2418) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(52.7336, 0.3647, -0.3212)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3647, -0.3212) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(55.2568, 0.3647, -0.4007)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3647, -0.4007) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-120.3900, 0.4904, 0.3145)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4904, 0.3145) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-119.3549, 0.4904, 0.2350)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4904, 0.2350) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-117.7221, 0.4904, 0.1555)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4904, 0.1555) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-114.7718, 0.4904, 0.0761)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4904, 0.0761) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-107.9102, 0.4904, -0.0034)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4904, -0.0034) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-78.8802, 0.4904, -0.0829)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4904, -0.0829) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(18.0772, 0.4904, -0.1623)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4904, -0.1623) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(39.5765, 0.4904, -0.2418)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4904, -0.2418) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(45.4122, 0.4904, -0.3212)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4904, -0.3212) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(48.0612, 0.4904, -0.4007)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4904, -0.4007) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-129.2044, 0.6160, 0.3145)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.6160, 0.3145) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-128.6756, 0.6160, 0.2350)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.6160, 0.2350) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-127.8991, 0.6160, 0.1555)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.6160, 0.1555) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-126.6482, 0.6160, 0.0761)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.6160, 0.0761) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-124.3010, 0.6160, -0.0034)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.6160, -0.0034) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-118.3399, 0.6160, -0.0829)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.6160, -0.0829) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-81.6027, 0.6160, -0.1623)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.6160, -0.1623) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(25.9167, 0.6160, -0.2418)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.6160, -0.2418) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(38.1539, 0.6160, -0.3212)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.6160, -0.3212) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(41.7039, 0.6160, -0.4007)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.6160, -0.4007) scale(0.0500)"/></g></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2730" height="0.8502" x="-0.5858" y="-0.4682"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6110, 0.3542)"><polyline points="-0.6110,0.3692--0.6110,0.3392"/></g><g transform="rotate(-90.0, -0.6110, 0.2747)"><polyline points="-0.6110,0.2897--0.6110,0.2597"/></g><g transform="rotate(-90.0, -0.6110, 0.1953)"><polyline points="-0.6110,0.2103--0.6110,0.1803"/></g><g transform="rotate(-90.0, -0.6110, 0.1158)"><polyline points="-0.6110,0.1308--0.6110,0.1008"/></g><g transform="rotate(-90.0, -0.6110, 0.0363)"><polyline points="-0.6110,0.0513--0.6110,0.0213"/></g><g transform="rotate(-90.0, -0.6110, -0.0431)"><polyline points="-0.6110,-0.0281--0.6110,-0.0581"/></g><g transform="rotate(-90.0, -0.6110, -0.1226)"><polyline points="-0.6110,-0.1076--0.6110,-0.1376"/></g><g transform="rotate(-90.0, -0.6110, -0.2020)"><polyline points="-0.6110,-0.1870--0.6110,-0.2170"/></g><g transform="rotate(-90.0, -0.6110, -0.2815)"><polyline points="-0.6110,-0.2665--0.6110,-0.2965"/></g><g transform="rotate(-90.0, -0.6110, -0.3610)"><polyline points="-0.6110,-0.3460--0.6110,-0.3760"/></g><g transform="rotate(-90.0, -0.6110, -0.4404)"><polyline points="-0.6110,-0.4254--0.6110,-0.4554"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0419" text-anchor="end"><text x="-0.6411" y="0.3651">-0.5</text><text x="-0.6411" y="0.2857">-0.4</text><text x="-0.6411" y="0.2062">-0.3</text><text x="-0.6411" y="0.1267">-0.2</text><text x="-0.6411" y="0.0473">-0.1</text><text x="-0.6411" y="-0.0322"> 0.0</text><text x="-0.6411" y="-0.1117"> 0.1</text><text x="-0.6411" y="-0.1911"> 0.2</text><text x="-0.6411" y="-0.2706"> 0.3</text><text x="-0.6411" y="-0.3500"> 0.4</text><text x="-0.6411" y="-0.4295"> 0.5</text></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.7978" x="-0.5976" y="-0.4420"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5775,0.4208--0.5775,0.3908"/><polyline points="-0.4518,0.4208--0.4518,0.3908"/><polyline points="-0.3262,0.4208--0.3262,0.3908"/><polyline points="-0.2006,0.4208--0.2006,0.3908"/><polyline points="-0.0750,0.4208--0.0750,0.3908"/><polyline points="0.0507,0.4208-0.0507,0.3908"/><polyline points="0.1763,0.4208-0.1763,0.3908"/><polyline points="0.3019,0.4208-0.3019,0.3908"/><polyline points="0.4276,0.4208-0.4276,0.3908"/><polyline points="0.5532,0.4208-0.5532,0.3908"/><polyline points="0.6788,0.4208-0.6788,0.3908"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0419" text-anchor="middle"><text x="-0.5775" y="0.4563">-0.5</text><text x="-0.4518" y="0.4563">-0.4</text><text x="-0.3262" y="0.4563">-0.3</text><text x="-0.2006" y="0.4563">-0.2</text><text x="-0.0750" y="0.4563">-0.1</text><text x="0.0507" y="0.4563"> 0.0</text><text x="0.1763" y="0.4563"> 0.1</text><text x="0.3019" y="0.4563"> 0.2</text><text x="0.4276" y="0.4563"> 0.3</text><text x="0.5532" y="0.4563"> 0.4</text><text x="0.6788" y="0.4563"> 0.5</text></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2596" height="0.0032" x="-0.5791" y="0.3899"/></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>+</style><g class="chart"><g class="arrow"><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-41.7039, -0.4249, 0.2736)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.4249, 0.2736) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-40.7040, -0.4249, 0.2047)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.4249, 0.2047) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-39.3303, -0.4249, 0.1358)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.4249, 0.1358) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-37.3282, -0.4249, 0.0669)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.4249, 0.0669) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-34.1493, -0.4249, -0.0019)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.4249, -0.0019) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-28.3824, -0.4249, -0.0708)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.4249, -0.0708) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-15.2740, -0.4249, -0.1397)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.4249, -0.1397) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(24.9171, -0.4249, -0.2085)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.4249, -0.2085) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(85.2524, -0.4249, -0.2774)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.4249, -0.2774) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(107.4397, -0.4249, -0.3463)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.4249, -0.3463) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-46.8993, -0.3201, 0.2736)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3201, 0.2736) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-45.4122, -0.3201, 0.2047)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3201, 0.2047) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-43.2666, -0.3201, 0.1358)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3201, 0.1358) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-39.9135, -0.3201, 0.0669)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3201, 0.0669) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-33.9991, -0.3201, -0.0019)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3201, -0.0019) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-21.3212, -0.3201, -0.0708)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3201, -0.0708) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(13.3646, -0.3201, -0.1397)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3201, -0.1397) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(70.2608, -0.3201, -0.2085)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3201, -0.2085) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(96.0844, -0.3201, -0.2774)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3201, -0.2774) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(106.0551, -0.3201, -0.3463)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.3201, -0.3463) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-53.3544, -0.2152, 0.2736)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2152, 0.2736) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-51.2345, -0.2152, 0.2047)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2152, 0.2047) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-48.0128, -0.2152, 0.1358)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2152, 0.1358) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-42.5805, -0.2152, 0.0669)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2152, 0.0669) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-31.8274, -0.2152, -0.0019)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2152, -0.0019) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-5.4403, -0.2152, -0.0708)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2152, -0.0708) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(47.1211, -0.2152, -0.1397)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2152, -0.1397) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(80.5377, -0.2152, -0.2085)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2152, -0.2085) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(93.7314, -0.2152, -0.2774)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2152, -0.2774) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(100.0607, -0.2152, -0.3463)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.2152, -0.3463) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-61.4810, -0.1103, 0.2736)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1103, 0.2736) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-58.6701, -0.1103, 0.2047)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1103, 0.2047) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-54.1700, -0.1103, 0.1358)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1103, 0.1358) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-45.9710, -0.1103, 0.0669)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1103, 0.0669) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-27.9309, -0.1103, -0.0019)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1103, -0.0019) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(14.4459, -0.1103, -0.0708)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1103, -0.0708) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(58.9537, -0.1103, -0.1397)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1103, -0.1397) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(78.3877, -0.1103, -0.2085)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1103, -0.2085) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(87.0722, -0.1103, -0.2774)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1103, -0.2774) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(91.7753, -0.1103, -0.3463)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.1103, -0.3463) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-71.6316, -0.0055, 0.2736)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0055, 0.2736) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-68.3038, -0.0055, 0.2047)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0055, 0.2047) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-62.7134, -0.0055, 0.1358)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0055, 0.1358) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-51.7434, -0.0055, 0.0669)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0055, 0.0669) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-25.4633, -0.0055, -0.0019)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0055, -0.0019) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(25.3523, -0.0055, -0.0708)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0055, -0.0708) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(58.5390, -0.0055, -0.1397)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0055, -0.1397) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(72.0351, -0.0055, -0.2085)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0055, -0.2085) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(78.5712, -0.0055, -0.2774)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0055, -0.2774) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(82.3320, -0.0055, -0.3463)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(-0.0055, -0.3463) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-83.7258, 0.0994, 0.2736)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.0994, 0.2736) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-80.3796, 0.0994, 0.2047)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.0994, 0.2047) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-74.5578, 0.0994, 0.1358)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.0994, 0.1358) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-62.3926, 0.0994, 0.0669)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.0994, 0.0669) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-30.3259, 0.0994, -0.0019)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.0994, -0.0019) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(25.4633, 0.0994, -0.0708)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.0994, -0.0708) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(53.3483, 0.0994, -0.1397)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.0994, -0.1397) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(64.1805, 0.0994, -0.2085)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.0994, -0.2085) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(69.5253, 0.0994, -0.2774)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.0994, -0.2774) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(72.6569, 0.0994, -0.3463)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.0994, -0.3463) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-96.8488, 0.2043, 0.2736)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2043, 0.2736) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-94.1075, 0.2043, 0.2047)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2043, 0.2047) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-89.3167, 0.2043, 0.1358)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2043, 0.1358) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-79.0898, 0.2043, 0.0669)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2043, 0.0669) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-48.8981, 0.2043, -0.0019)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2043, -0.0019) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(16.4311, 0.2043, -0.0708)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2043, -0.0708) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(45.9710, 0.2043, -0.1397)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2043, -0.1397) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(56.0348, 0.2043, -0.2085)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2043, -0.2085) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(60.7712, 0.2043, -0.2774)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2043, -0.2774) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(63.4886, 0.2043, -0.3463)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.2043, -0.3463) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-109.4766, 0.3091, 0.2736)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3091, 0.2736) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-107.6501, 0.3091, 0.2047)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3091, 0.2047) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-104.5742, 0.3091, 0.1358)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3091, 0.1358) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-98.3659, 0.3091, 0.0669)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3091, 0.0669) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-80.5377, 0.3091, -0.0019)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3091, -0.0019) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-10.3048, 0.3091, -0.0708)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3091, -0.0708) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(36.3844, 0.3091, -0.1397)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3091, -0.1397) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(48.0128, 0.3091, -0.2085)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3091, -0.2085) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(52.7336, 0.3091, -0.2774)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3091, -0.2774) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(55.2568, 0.3091, -0.3463)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.3091, -0.3463) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-120.3900, 0.4140, 0.2736)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4140, 0.2736) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-119.3549, 0.4140, 0.2047)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4140, 0.2047) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-117.7221, 0.4140, 0.1358)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4140, 0.1358) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-114.7718, 0.4140, 0.0669)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4140, 0.0669) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-107.9102, 0.4140, -0.0019)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4140, -0.0019) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-78.8802, 0.4140, -0.0708)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4140, -0.0708) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(18.0772, 0.4140, -0.1397)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4140, -0.1397) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(39.5765, 0.4140, -0.2085)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4140, -0.2085) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(45.4122, 0.4140, -0.2774)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4140, -0.2774) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(48.0612, 0.4140, -0.3463)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.4140, -0.3463) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-129.2044, 0.5189, 0.2736)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.5189, 0.2736) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-128.6756, 0.5189, 0.2047)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.5189, 0.2047) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-127.8991, 0.5189, 0.1358)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.5189, 0.1358) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-126.6482, 0.5189, 0.0669)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.5189, 0.0669) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-124.3010, 0.5189, -0.0019)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.5189, -0.0019) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-118.3399, 0.5189, -0.0708)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.5189, -0.0708) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(-81.6027, 0.5189, -0.1397)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.5189, -0.1397) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(25.9167, 0.5189, -0.2085)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.5189, -0.2085) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(38.1539, 0.5189, -0.2774)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.5189, -0.2774) scale(0.0500)"/></g></g><g stroke-width="0.0500" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><g transform="rotate(41.7039, 0.5189, -0.3463)"><path d="M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" transform="translate(0.5189, -0.3463) scale(0.0500)"/></g></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2584" height="0.8264" x="-0.5822" y="-0.4496"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.8298" x="-0.5940" y="-0.4512"/></g></g><g class="ticks"><g class="tickglyph"><g stroke-width="0.0034" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6174,0.3769+-0.5923,0.3769"/><polyline points="-0.6174,0.2391+-0.5923,0.2391"/><polyline points="-0.6174,0.1014+-0.5923,0.1014"/><polyline points="-0.6174,-0.0364+-0.5923,-0.0364"/><polyline points="-0.6174,-0.1741+-0.5923,-0.1741"/><polyline points="-0.6174,-0.3118+-0.5923,-0.3118"/><polyline points="-0.6174,-0.4496+-0.5923,-0.4496"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6359" y="0.3860">-0.6</text><text x="-0.6359" y="0.2482">-0.4</text><text x="-0.6359" y="0.1105">-0.2</text><text x="-0.6359" y="-0.0273"> 0.0</text><text x="-0.6359" y="-0.1650"> 0.2</text><text x="-0.6359" y="-0.3028"> 0.4</text><text x="-0.6359" y="-0.4405"> 0.6</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2617" height="0.0033" x="-0.5839" y="0.3851"/></g></g><g class="ticks"><g class="tickglyph"><g stroke-width="0.0033" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5822,0.4116+-0.5822,0.3868"/><polyline points="-0.3725,0.4116+-0.3725,0.3868"/><polyline points="-0.1628,0.4116+-0.1628,0.3868"/><polyline points="0.0470,0.4116+0.0470,0.3868"/><polyline points="0.2567,0.4116+0.2567,0.3868"/><polyline points="0.4664,0.4116+0.4664,0.3868"/><polyline points="0.6762,0.4116+0.6762,0.3868"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.5822" y="0.4570">-0.6</text><text x="-0.3725" y="0.4570">-0.4</text><text x="-0.1628" y="0.4570">-0.2</text><text x="0.0470" y="0.4570"> 0.0</text><text x="0.2567" y="0.4570"> 0.2</text><text x="0.4664" y="0.4570"> 0.4</text><text x="0.6762" y="0.4570"> 0.6</text></g></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>
+ other/ast.svg view
@@ -0,0 +1,1114 @@+<?xml version="1.0" encoding="UTF-8" standalone="no"?>+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">+<!-- Generated by graphviz version 9.0.0 (20230911.1827)+ -->+<!-- Pages: 1 -->+<svg width="339pt" height="360pt"+ viewBox="0.00 0.00 339.06 360.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">+<g id="graph0" class="graph" transform="scale(0.200865 0.200865) rotate(0) translate(4 1788.25)">+<polygon fill="white" stroke="none" points="-4,4 -4,-1788.25 1684,-1788.25 1684,4 -4,4"/>+<!-- Tree -->+<g id="node1" class="node">+<title>Tree</title>+<g id="a_node1"><a xlink:href="https://hackage.haskell.org/package/containers/docs/Data-Tree.html#t:Tree" xlink:title="<xTree> Tree">+<polygon fill="none" stroke="black" points="401.75,-1397 401.75,-1433 455.75,-1433 455.75,-1397 401.75,-1397"/>+<text text-anchor="middle" x="428.75" y="-1410.2" font-family="Times,serif" font-size="14.00">Tree</text>+</a>+</g>+</g>+<!-- TitleOptions -->+<g id="node2" class="node">+<title>TitleOptions</title>+<g id="a_node2"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:TitleOptions" xlink:title="<xTitleOptions> TitleOptions| <xtext> text| <xstyle> style| <xplace> place| <xbuffer> buffer| <xanchor> anchor">+<polygon fill="none" stroke="black" points="632.12,-1192.5 632.12,-1339.5 716.38,-1339.5 716.38,-1192.5 632.12,-1192.5"/>+<text text-anchor="middle" x="674.25" y="-1322.2" font-family="Times,serif" font-size="14.00">TitleOptions</text>+<polyline fill="none" stroke="black" points="632.12,-1315 716.38,-1315"/>+<text text-anchor="middle" x="674.25" y="-1297.7" font-family="Times,serif" font-size="14.00">text</text>+<polyline fill="none" stroke="black" points="632.12,-1290.5 716.38,-1290.5"/>+<text text-anchor="middle" x="674.25" y="-1273.2" font-family="Times,serif" font-size="14.00">style</text>+<polyline fill="none" stroke="black" points="632.12,-1266 716.38,-1266"/>+<text text-anchor="middle" x="674.25" y="-1248.7" font-family="Times,serif" font-size="14.00">place</text>+<polyline fill="none" stroke="black" points="632.12,-1241.5 716.38,-1241.5"/>+<text text-anchor="middle" x="674.25" y="-1224.2" font-family="Times,serif" font-size="14.00">buffer</text>+<polyline fill="none" stroke="black" points="632.12,-1217 716.38,-1217"/>+<text text-anchor="middle" x="674.25" y="-1199.7" font-family="Times,serif" font-size="14.00">anchor</text>+</a>+</g>+</g>+<!-- Style -->+<g id="node7" class="node">+<title>Style</title>+<g id="a_node7"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Style.html#t:Style" xlink:title="<xStyle> Style| <xvsize> vsize| <xvshift> vshift| <xtranslate> translate| <xsize> size| <xscaleP> scaleP| <xrotation> rotation| <xlineJoin> lineJoin| <xlineCap> lineCap| <xhsize> hsize| <xglyphShape> glyphShape| <xframe> frame| <xescapeText> escapeText| <xdashoffset> dashoffset| <xdasharray> dasharray| <xcolor> color| <xborderSize> borderSize| <xborderColor> borderColor| <xanchor> anchor">+<polygon fill="none" stroke="black" points="1136.62,-670.25 1136.62,-1135.75 1218.62,-1135.75 1218.62,-670.25 1136.62,-670.25"/>+<text text-anchor="middle" x="1177.62" y="-1118.45" font-family="Times,serif" font-size="14.00">Style</text>+<polyline fill="none" stroke="black" points="1136.62,-1111.25 1218.62,-1111.25"/>+<text text-anchor="middle" x="1177.62" y="-1093.95" font-family="Times,serif" font-size="14.00">vsize</text>+<polyline fill="none" stroke="black" points="1136.62,-1086.75 1218.62,-1086.75"/>+<text text-anchor="middle" x="1177.62" y="-1069.45" font-family="Times,serif" font-size="14.00">vshift</text>+<polyline fill="none" stroke="black" points="1136.62,-1062.25 1218.62,-1062.25"/>+<text text-anchor="middle" x="1177.62" y="-1044.95" font-family="Times,serif" font-size="14.00">translate</text>+<polyline fill="none" stroke="black" points="1136.62,-1037.75 1218.62,-1037.75"/>+<text text-anchor="middle" x="1177.62" y="-1020.45" font-family="Times,serif" font-size="14.00">size</text>+<polyline fill="none" stroke="black" points="1136.62,-1013.25 1218.62,-1013.25"/>+<text text-anchor="middle" x="1177.62" y="-995.95" font-family="Times,serif" font-size="14.00">scaleP</text>+<polyline fill="none" stroke="black" points="1136.62,-988.75 1218.62,-988.75"/>+<text text-anchor="middle" x="1177.62" y="-971.45" font-family="Times,serif" font-size="14.00">rotation</text>+<polyline fill="none" stroke="black" points="1136.62,-964.25 1218.62,-964.25"/>+<text text-anchor="middle" x="1177.62" y="-946.95" font-family="Times,serif" font-size="14.00">lineJoin</text>+<polyline fill="none" stroke="black" points="1136.62,-939.75 1218.62,-939.75"/>+<text text-anchor="middle" x="1177.62" y="-922.45" font-family="Times,serif" font-size="14.00">lineCap</text>+<polyline fill="none" stroke="black" points="1136.62,-915.25 1218.62,-915.25"/>+<text text-anchor="middle" x="1177.62" y="-897.95" font-family="Times,serif" font-size="14.00">hsize</text>+<polyline fill="none" stroke="black" points="1136.62,-890.75 1218.62,-890.75"/>+<text text-anchor="middle" x="1177.62" y="-873.45" font-family="Times,serif" font-size="14.00">glyphShape</text>+<polyline fill="none" stroke="black" points="1136.62,-866.25 1218.62,-866.25"/>+<text text-anchor="middle" x="1177.62" y="-848.95" font-family="Times,serif" font-size="14.00">frame</text>+<polyline fill="none" stroke="black" points="1136.62,-841.75 1218.62,-841.75"/>+<text text-anchor="middle" x="1177.62" y="-824.45" font-family="Times,serif" font-size="14.00">escapeText</text>+<polyline fill="none" stroke="black" points="1136.62,-817.25 1218.62,-817.25"/>+<text text-anchor="middle" x="1177.62" y="-799.95" font-family="Times,serif" font-size="14.00">dashoffset</text>+<polyline fill="none" stroke="black" points="1136.62,-792.75 1218.62,-792.75"/>+<text text-anchor="middle" x="1177.62" y="-775.45" font-family="Times,serif" font-size="14.00">dasharray</text>+<polyline fill="none" stroke="black" points="1136.62,-768.25 1218.62,-768.25"/>+<text text-anchor="middle" x="1177.62" y="-750.95" font-family="Times,serif" font-size="14.00">color</text>+<polyline fill="none" stroke="black" points="1136.62,-743.75 1218.62,-743.75"/>+<text text-anchor="middle" x="1177.62" y="-726.45" font-family="Times,serif" font-size="14.00">borderSize</text>+<polyline fill="none" stroke="black" points="1136.62,-719.25 1218.62,-719.25"/>+<text text-anchor="middle" x="1177.62" y="-701.95" font-family="Times,serif" font-size="14.00">borderColor</text>+<polyline fill="none" stroke="black" points="1136.62,-694.75 1218.62,-694.75"/>+<text text-anchor="middle" x="1177.62" y="-677.45" font-family="Times,serif" font-size="14.00">anchor</text>+</a>+</g>+</g>+<!-- TitleOptions->Style -->+<g id="edge1" class="edge">+<title>TitleOptions:xstyle->Style:xStyle</title>+<path fill="none" stroke="black" d="M717.25,-1278C743.47,-1278 739.84,-1304.81 764.75,-1313 807.82,-1327.15 823.3,-1325.92 866.75,-1313 976.73,-1280.31 992.26,-1242.22 1083,-1172 1106.18,-1154.06 1104.41,-1128.2 1129.14,-1124.46"/>+<polygon fill="black" stroke="black" points="1129.25,-1126.2 1134.12,-1124.11 1129,-1122.71 1129.25,-1126.2"/>+</g>+<!-- Place -->+<g id="node15" class="node">+<title>Place</title>+<g id="a_node15"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:Place" xlink:title="<xPlace> Place| <xPlaceTop> PlaceTop| <xPlaceRight> PlaceRight| <xPlaceLeft> PlaceLeft| <xPlaceBottom> PlaceBottom| <xPlaceAbsolute> PlaceAbsolute">+<polygon fill="none" stroke="black" points="884.75,-919.5 884.75,-1066.5 978.75,-1066.5 978.75,-919.5 884.75,-919.5"/>+<text text-anchor="middle" x="931.75" y="-1049.2" font-family="Times,serif" font-size="14.00">Place</text>+<polyline fill="none" stroke="black" points="884.75,-1042 978.75,-1042"/>+<text text-anchor="middle" x="931.75" y="-1024.7" font-family="Times,serif" font-size="14.00">PlaceTop</text>+<polyline fill="none" stroke="black" points="884.75,-1017.5 978.75,-1017.5"/>+<text text-anchor="middle" x="931.75" y="-1000.2" font-family="Times,serif" font-size="14.00">PlaceRight</text>+<polyline fill="none" stroke="black" points="884.75,-993 978.75,-993"/>+<text text-anchor="middle" x="931.75" y="-975.7" font-family="Times,serif" font-size="14.00">PlaceLeft</text>+<polyline fill="none" stroke="black" points="884.75,-968.5 978.75,-968.5"/>+<text text-anchor="middle" x="931.75" y="-951.2" font-family="Times,serif" font-size="14.00">PlaceBottom</text>+<polyline fill="none" stroke="black" points="884.75,-944 978.75,-944"/>+<text text-anchor="middle" x="931.75" y="-926.7" font-family="Times,serif" font-size="14.00">PlaceAbsolute</text>+</a>+</g>+</g>+<!-- TitleOptions->Place -->+<g id="edge2" class="edge">+<title>TitleOptions:xplace->Place:xPlace</title>+<path fill="none" stroke="black" d="M717.25,-1254C751.42,-1254 737.49,-1215.89 746.75,-1183 753.76,-1158.1 746.11,-1085.93 764.75,-1068 801.87,-1032.31 828.77,-1052.2 878.27,-1053.89"/>+<polygon fill="black" stroke="black" points="878.21,-1055.64 883.24,-1053.97 878.27,-1052.14 878.21,-1055.64"/>+</g>+<!-- Anchor -->+<g id="node38" class="node">+<title>Anchor</title>+<g id="a_node38"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Style.html#t:Anchor" xlink:title="<xAnchor> Anchor| <xAnchorStart> AnchorStart| <xAnchorMiddle> AnchorMiddle| <xAnchorEnd> AnchorEnd">+<polygon fill="none" stroke="black" points="1375.75,-739 1375.75,-837 1472,-837 1472,-739 1375.75,-739"/>+<text text-anchor="middle" x="1423.88" y="-819.7" font-family="Times,serif" font-size="14.00">Anchor</text>+<polyline fill="none" stroke="black" points="1375.75,-812.5 1472,-812.5"/>+<text text-anchor="middle" x="1423.88" y="-795.2" font-family="Times,serif" font-size="14.00">AnchorStart</text>+<polyline fill="none" stroke="black" points="1375.75,-788 1472,-788"/>+<text text-anchor="middle" x="1423.88" y="-770.7" font-family="Times,serif" font-size="14.00">AnchorMiddle</text>+<polyline fill="none" stroke="black" points="1375.75,-763.5 1472,-763.5"/>+<text text-anchor="middle" x="1423.88" y="-746.2" font-family="Times,serif" font-size="14.00">AnchorEnd</text>+</a>+</g>+</g>+<!-- TitleOptions->Anchor -->+<g id="edge3" class="edge">+<title>TitleOptions:xanchor->Anchor:xAnchor</title>+<path fill="none" stroke="black" d="M717.25,-1205C792.52,-1205 809.69,-1224.43 884.75,-1230 1052.8,-1242.47 1105.06,-1223.35 1254.25,-1145 1299.36,-1121.31 1320.23,-1118.93 1344.25,-1074 1368.11,-1029.38 1327.67,-883.94 1362.25,-847 1370.08,-838.63 1407.2,-847.44 1419.73,-842.86"/>+<polygon fill="black" stroke="black" points="1420.98,-844.09 1422.89,-839.15 1418.32,-841.82 1420.98,-844.09"/>+</g>+<!-- Ticks -->+<g id="node3" class="node">+<title>Ticks</title>+<g id="a_node3"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:Ticks" xlink:title="<xTicks> Ticks| <xtick> tick| <xtextTick> textTick| <xlineTick> lineTick| <xglyphTick> glyphTick">+<polygon fill="none" stroke="black" points="638.5,-599.75 638.5,-722.25 710,-722.25 710,-599.75 638.5,-599.75"/>+<text text-anchor="middle" x="674.25" y="-704.95" font-family="Times,serif" font-size="14.00">Ticks</text>+<polyline fill="none" stroke="black" points="638.5,-697.75 710,-697.75"/>+<text text-anchor="middle" x="674.25" y="-680.45" font-family="Times,serif" font-size="14.00">tick</text>+<polyline fill="none" stroke="black" points="638.5,-673.25 710,-673.25"/>+<text text-anchor="middle" x="674.25" y="-655.95" font-family="Times,serif" font-size="14.00">textTick</text>+<polyline fill="none" stroke="black" points="638.5,-648.75 710,-648.75"/>+<text text-anchor="middle" x="674.25" y="-631.45" font-family="Times,serif" font-size="14.00">lineTick</text>+<polyline fill="none" stroke="black" points="638.5,-624.25 710,-624.25"/>+<text text-anchor="middle" x="674.25" y="-606.95" font-family="Times,serif" font-size="14.00">glyphTick</text>+</a>+</g>+</g>+<!-- TickStyle -->+<g id="node4" class="node">+<title>TickStyle</title>+<g id="a_node4"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:TickStyle" xlink:title="<xTickStyle> TickStyle| <xstyle> style| <xbuffer> buffer| <xanchorTo> anchorTo">+<polygon fill="none" stroke="black" points="897.5,-510 897.5,-608 966,-608 966,-510 897.5,-510"/>+<text text-anchor="middle" x="931.75" y="-590.7" font-family="Times,serif" font-size="14.00">TickStyle</text>+<polyline fill="none" stroke="black" points="897.5,-583.5 966,-583.5"/>+<text text-anchor="middle" x="931.75" y="-566.2" font-family="Times,serif" font-size="14.00">style</text>+<polyline fill="none" stroke="black" points="897.5,-559 966,-559"/>+<text text-anchor="middle" x="931.75" y="-541.7" font-family="Times,serif" font-size="14.00">buffer</text>+<polyline fill="none" stroke="black" points="897.5,-534.5 966,-534.5"/>+<text text-anchor="middle" x="931.75" y="-517.2" font-family="Times,serif" font-size="14.00">anchorTo</text>+</a>+</g>+</g>+<!-- Ticks->TickStyle -->+<g id="edge5" class="edge">+<title>Ticks:xtextTick->TickStyle:xTickStyle</title>+<path fill="none" stroke="black" d="M711.25,-661C780.43,-661 808.94,-692 866.75,-654 888.92,-639.43 871.38,-603.04 890.36,-596.89"/>+<polygon fill="black" stroke="black" points="890.54,-598.63 895.25,-596.21 890.06,-595.16 890.54,-598.63"/>+<text text-anchor="middle" x="815.75" y="-675.2" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- Ticks->TickStyle -->+<g id="edge6" class="edge">+<title>Ticks:xlineTick->TickStyle:xTickStyle</title>+<path fill="none" stroke="black" d="M711.25,-636C746.15,-636 833.85,-625.65 866.75,-614 879.12,-609.62 880.9,-599.82 890.5,-596.86"/>+<polygon fill="black" stroke="black" points="890.54,-598.62 895.25,-596.21 890.06,-595.15 890.54,-598.62"/>+<text text-anchor="middle" x="815.75" y="-635.2" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- Ticks->TickStyle -->+<g id="edge7" class="edge">+<title>Ticks:xglyphTick->TickStyle:xTickStyle</title>+<path fill="none" stroke="black" d="M711.25,-612C736.41,-612 739.94,-597.67 764.75,-593.5 809.46,-585.99 821.46,-591.62 866.75,-593.5 877.82,-593.96 881.95,-595.37 890.65,-595.84"/>+<polygon fill="black" stroke="black" points="890.19,-597.58 895.24,-595.96 890.28,-594.08 890.19,-597.58"/>+<text text-anchor="middle" x="815.75" y="-596.2" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- Tick -->+<g id="node6" class="node">+<title>Tick</title>+<g id="a_node6"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:Tick" xlink:title="<xTick> Tick| <xtickExtend'> tickExtend'| <xnumTicks'> numTicks'| <xformatN'> formatN'| <xTickRound> TickRound| <xTickPlaced> TickPlaced| <xTickNone> TickNone| <xTickLabels> TickLabels| <xTickExact> TickExact">+<polygon fill="none" stroke="black" points="893.38,-626.75 893.38,-847.25 970.12,-847.25 970.12,-626.75 893.38,-626.75"/>+<text text-anchor="middle" x="931.75" y="-829.95" font-family="Times,serif" font-size="14.00">Tick</text>+<polyline fill="none" stroke="black" points="893.38,-822.75 970.12,-822.75"/>+<text text-anchor="middle" x="931.75" y="-805.45" font-family="Times,serif" font-size="14.00">tickExtend'</text>+<polyline fill="none" stroke="black" points="893.38,-798.25 970.12,-798.25"/>+<text text-anchor="middle" x="931.75" y="-780.95" font-family="Times,serif" font-size="14.00">numTicks'</text>+<polyline fill="none" stroke="black" points="893.38,-773.75 970.12,-773.75"/>+<text text-anchor="middle" x="931.75" y="-756.45" font-family="Times,serif" font-size="14.00">formatN'</text>+<polyline fill="none" stroke="black" points="893.38,-749.25 970.12,-749.25"/>+<text text-anchor="middle" x="931.75" y="-731.95" font-family="Times,serif" font-size="14.00">TickRound</text>+<polyline fill="none" stroke="black" points="893.38,-724.75 970.12,-724.75"/>+<text text-anchor="middle" x="931.75" y="-707.45" font-family="Times,serif" font-size="14.00">TickPlaced</text>+<polyline fill="none" stroke="black" points="893.38,-700.25 970.12,-700.25"/>+<text text-anchor="middle" x="931.75" y="-682.95" font-family="Times,serif" font-size="14.00">TickNone</text>+<polyline fill="none" stroke="black" points="893.38,-675.75 970.12,-675.75"/>+<text text-anchor="middle" x="931.75" y="-658.45" font-family="Times,serif" font-size="14.00">TickLabels</text>+<polyline fill="none" stroke="black" points="893.38,-651.25 970.12,-651.25"/>+<text text-anchor="middle" x="931.75" y="-633.95" font-family="Times,serif" font-size="14.00">TickExact</text>+</a>+</g>+</g>+<!-- Ticks->Tick -->+<g id="edge4" class="edge">+<title>Ticks:xtick->Tick:xTick</title>+<path fill="none" stroke="black" d="M711.25,-686C813.48,-686 789.44,-828.95 886.49,-834.81"/>+<polygon fill="black" stroke="black" points="886.19,-836.56 891.24,-834.96 886.29,-833.06 886.19,-836.56"/>+<text text-anchor="middle" x="815.75" y="-833.2" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- TickStyle->Style -->+<g id="edge8" class="edge">+<title>TickStyle:xstyle->Style:xStyle</title>+<path fill="none" stroke="black" d="M966.75,-571C1018.79,-571 1046.62,-547.79 1083,-585 1123.59,-626.51 1078.83,-1089.69 1129.68,-1122.2"/>+<polygon fill="black" stroke="black" points="1128.88,-1123.79 1134.18,-1123.56 1129.9,-1120.44 1128.88,-1123.79"/>+</g>+<!-- HudChartSection -->+<g id="node22" class="node">+<title>HudChartSection</title>+<g id="a_node22"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:HudChartSection" xlink:title="<xHudChartSection> HudChartSection| <xHudStyleSection> HudStyleSection| <xHudSection> HudSection| <xCanvasStyleSection> CanvasStyleSection| <xCanvasSection> CanvasSection">+<polygon fill="none" stroke="black" points="1115.62,-245.75 1115.62,-368.25 1239.62,-368.25 1239.62,-245.75 1115.62,-245.75"/>+<text text-anchor="middle" x="1177.62" y="-350.95" font-family="Times,serif" font-size="14.00">HudChartSection</text>+<polyline fill="none" stroke="black" points="1115.62,-343.75 1239.62,-343.75"/>+<text text-anchor="middle" x="1177.62" y="-326.45" font-family="Times,serif" font-size="14.00">HudStyleSection</text>+<polyline fill="none" stroke="black" points="1115.62,-319.25 1239.62,-319.25"/>+<text text-anchor="middle" x="1177.62" y="-301.95" font-family="Times,serif" font-size="14.00">HudSection</text>+<polyline fill="none" stroke="black" points="1115.62,-294.75 1239.62,-294.75"/>+<text text-anchor="middle" x="1177.62" y="-277.45" font-family="Times,serif" font-size="14.00">CanvasStyleSection</text>+<polyline fill="none" stroke="black" points="1115.62,-270.25 1239.62,-270.25"/>+<text text-anchor="middle" x="1177.62" y="-252.95" font-family="Times,serif" font-size="14.00">CanvasSection</text>+</a>+</g>+</g>+<!-- TickStyle->HudChartSection -->+<g id="edge9" class="edge">+<title>TickStyle:xanchorTo->HudChartSection:xHudChartSection</title>+<path fill="none" stroke="black" d="M966.75,-522C977.89,-522 974.01,-510.08 978.75,-500 987.92,-480.51 984.12,-472.45 996.75,-455 1005.91,-442.33 1082.52,-370.11 1108.68,-357.79"/>+<polygon fill="black" stroke="black" points="1108.89,-359.55 1113.18,-356.44 1107.88,-356.2 1108.89,-359.55"/>+</g>+<!-- TickExtend -->+<g id="node5" class="node">+<title>TickExtend</title>+<g id="a_node5"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:TickExtend" xlink:title="<xTickExtend> TickExtend| <xNoTickExtend> NoTickExtend">+<polygon fill="none" stroke="black" points="1129.88,-602.5 1129.88,-651.5 1225.38,-651.5 1225.38,-602.5 1129.88,-602.5"/>+<text text-anchor="middle" x="1177.62" y="-634.2" font-family="Times,serif" font-size="14.00">TickExtend</text>+<polyline fill="none" stroke="black" points="1129.88,-627 1225.38,-627"/>+<text text-anchor="middle" x="1177.62" y="-609.7" font-family="Times,serif" font-size="14.00">NoTickExtend</text>+</a>+</g>+</g>+<!-- Tick->TickExtend -->+<g id="edge10" class="edge">+<title>Tick:xtickExtend'->TickExtend:xTickExtend</title>+<path fill="none" stroke="black" d="M970.75,-811C1072.29,-811 1026.92,-646.31 1122.15,-639.23"/>+<polygon fill="black" stroke="black" points="1122.18,-640.98 1127.11,-639.05 1122.05,-637.49 1122.18,-640.98"/>+<text text-anchor="middle" x="1039.88" y="-809.2" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- FormatN -->+<g id="node25" class="node">+<title>FormatN</title>+<g id="a_node25"><a xlink:href="https://hackage.haskell.org/package/formatn/docs/Data-FormatN.html#t:FormatN" xlink:title="<xFormatN> FormatN| <xsigFigs> sigFigs| <xmaxDistinguishIterations> maxDistinguishIterations| <xfstyle> fstyle| <xcutRightZeros> cutRightZeros| <xaddLPad> addLPad">+<polygon fill="none" stroke="black" points="1101,-414.5 1101,-561.5 1254.25,-561.5 1254.25,-414.5 1101,-414.5"/>+<text text-anchor="middle" x="1177.62" y="-544.2" font-family="Times,serif" font-size="14.00">FormatN</text>+<polyline fill="none" stroke="black" points="1101,-537 1254.25,-537"/>+<text text-anchor="middle" x="1177.62" y="-519.7" font-family="Times,serif" font-size="14.00">sigFigs</text>+<polyline fill="none" stroke="black" points="1101,-512.5 1254.25,-512.5"/>+<text text-anchor="middle" x="1177.62" y="-495.2" font-family="Times,serif" font-size="14.00">maxDistinguishIterations</text>+<polyline fill="none" stroke="black" points="1101,-488 1254.25,-488"/>+<text text-anchor="middle" x="1177.62" y="-470.7" font-family="Times,serif" font-size="14.00">fstyle</text>+<polyline fill="none" stroke="black" points="1101,-463.5 1254.25,-463.5"/>+<text text-anchor="middle" x="1177.62" y="-446.2" font-family="Times,serif" font-size="14.00">cutRightZeros</text>+<polyline fill="none" stroke="black" points="1101,-439 1254.25,-439"/>+<text text-anchor="middle" x="1177.62" y="-421.7" font-family="Times,serif" font-size="14.00">addLPad</text>+</a>+</g>+</g>+<!-- Tick->FormatN -->+<g id="edge11" class="edge">+<title>Tick:xformatN'->FormatN:xFormatN</title>+<path fill="none" stroke="black" d="M970.75,-762C1028.15,-762 967.22,-684.72 996.75,-635.5 1026.58,-585.79 1039.8,-551.61 1094.49,-549.14"/>+<polygon fill="black" stroke="black" points="1094.53,-550.89 1099.49,-549.03 1094.45,-547.39 1094.53,-550.89"/>+<text text-anchor="middle" x="1039.88" y="-638.2" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- Style->Style -->+<g id="edge17" class="edge">+<title>Style:xframe->Style:xStyle</title>+<path fill="none" stroke="black" d="M1136.16,-852.56C1104.05,-859.77 1071.31,-891.12 1071.31,-989 1071.31,-1080.76 1100.09,-1114.05 1130.14,-1123.8"/>+<polygon fill="black" stroke="black" points="1129.41,-1125.41 1134.7,-1125.04 1130.34,-1122.04 1129.41,-1125.41"/>+<text text-anchor="middle" x="1057.44" y="-897.95" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- ScaleP -->+<g id="node9" class="node">+<title>ScaleP</title>+<g id="a_node9"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Style.html#t:ScaleP" xlink:title="<xScaleP> ScaleP| <xScalePY> ScalePY| <xScalePX> ScalePX| <xScalePMinDim> ScalePMinDim| <xScalePArea> ScalePArea| <xNoScaleP> NoScaleP">+<polygon fill="none" stroke="black" points="1373.5,-1090.5 1373.5,-1237.5 1474.25,-1237.5 1474.25,-1090.5 1373.5,-1090.5"/>+<text text-anchor="middle" x="1423.88" y="-1220.2" font-family="Times,serif" font-size="14.00">ScaleP</text>+<polyline fill="none" stroke="black" points="1373.5,-1213 1474.25,-1213"/>+<text text-anchor="middle" x="1423.88" y="-1195.7" font-family="Times,serif" font-size="14.00">ScalePY</text>+<polyline fill="none" stroke="black" points="1373.5,-1188.5 1474.25,-1188.5"/>+<text text-anchor="middle" x="1423.88" y="-1171.2" font-family="Times,serif" font-size="14.00">ScalePX</text>+<polyline fill="none" stroke="black" points="1373.5,-1164 1474.25,-1164"/>+<text text-anchor="middle" x="1423.88" y="-1146.7" font-family="Times,serif" font-size="14.00">ScalePMinDim</text>+<polyline fill="none" stroke="black" points="1373.5,-1139.5 1474.25,-1139.5"/>+<text text-anchor="middle" x="1423.88" y="-1122.2" font-family="Times,serif" font-size="14.00">ScalePArea</text>+<polyline fill="none" stroke="black" points="1373.5,-1115 1474.25,-1115"/>+<text text-anchor="middle" x="1423.88" y="-1097.7" font-family="Times,serif" font-size="14.00">NoScaleP</text>+</a>+</g>+</g>+<!-- Style->ScaleP -->+<g id="edge13" class="edge">+<title>Style:xscaleP->ScaleP:xScaleP</title>+<path fill="none" stroke="black" d="M1219.62,-1001C1233.58,-1001 1340.12,-1192.98 1367.82,-1221.48"/>+<polygon fill="black" stroke="black" points="1366.53,-1222.71 1371.63,-1224.14 1368.53,-1219.84 1366.53,-1222.71"/>+</g>+<!-- Point -->+<g id="node14" class="node">+<title>Point</title>+<g id="a_node14"><a xlink:href="https://hackage.haskell.org/package/numhask-space/docs/NumHask-Space-Point.html#t:Point" xlink:title="<xPoint> Point| <x_y> _y| <x_x> _x">+<polygon fill="none" stroke="black" points="1618,-1265.25 1618,-1338.75 1672,-1338.75 1672,-1265.25 1618,-1265.25"/>+<text text-anchor="middle" x="1645" y="-1321.45" font-family="Times,serif" font-size="14.00">Point</text>+<polyline fill="none" stroke="black" points="1618,-1314.25 1672,-1314.25"/>+<text text-anchor="middle" x="1645" y="-1296.95" font-family="Times,serif" font-size="14.00">_y</text>+<polyline fill="none" stroke="black" points="1618,-1289.75 1672,-1289.75"/>+<text text-anchor="middle" x="1645" y="-1272.45" font-family="Times,serif" font-size="14.00">_x</text>+</a>+</g>+</g>+<!-- Style->Point -->+<g id="edge12" class="edge">+<title>Style:xtranslate->Point:xPoint</title>+<path fill="none" stroke="black" d="M1219.62,-1050C1268.67,-1050 1243.95,-1106.94 1272.25,-1147 1306.75,-1195.84 1311.81,-1214.89 1362.25,-1247 1452.3,-1304.32 1491.3,-1281.59 1592,-1317 1601,-1320.16 1603.93,-1324.64 1610.81,-1326.32"/>+<polygon fill="black" stroke="black" points="1610.33,-1328.03 1615.5,-1326.84 1610.72,-1324.55 1610.33,-1328.03"/>+<text text-anchor="middle" x="1423.88" y="-1295.2" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- LineJoin -->+<g id="node18" class="node">+<title>LineJoin</title>+<g id="a_node18"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Style.html#t:LineJoin" xlink:title="<xLineJoin> LineJoin| <xLineJoinRound> LineJoinRound| <xLineJoinMiter> LineJoinMiter| <xLineJoinBevel> LineJoinBevel">+<polygon fill="none" stroke="black" points="1374.25,-973 1374.25,-1071 1473.5,-1071 1473.5,-973 1374.25,-973"/>+<text text-anchor="middle" x="1423.88" y="-1053.7" font-family="Times,serif" font-size="14.00">LineJoin</text>+<polyline fill="none" stroke="black" points="1374.25,-1046.5 1473.5,-1046.5"/>+<text text-anchor="middle" x="1423.88" y="-1029.2" font-family="Times,serif" font-size="14.00">LineJoinRound</text>+<polyline fill="none" stroke="black" points="1374.25,-1022 1473.5,-1022"/>+<text text-anchor="middle" x="1423.88" y="-1004.7" font-family="Times,serif" font-size="14.00">LineJoinMiter</text>+<polyline fill="none" stroke="black" points="1374.25,-997.5 1473.5,-997.5"/>+<text text-anchor="middle" x="1423.88" y="-980.2" font-family="Times,serif" font-size="14.00">LineJoinBevel</text>+</a>+</g>+</g>+<!-- Style->LineJoin -->+<g id="edge14" class="edge">+<title>Style:xlineJoin->LineJoin:xLineJoin</title>+<path fill="none" stroke="black" d="M1219.62,-952C1300.59,-952 1290.4,-1053.64 1366.73,-1058.8"/>+<polygon fill="black" stroke="black" points="1366.31,-1060.53 1371.36,-1058.95 1366.42,-1057.04 1366.31,-1060.53"/>+<text text-anchor="middle" x="1308.25" y="-1056.2" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- LineCap -->+<g id="node19" class="node">+<title>LineCap</title>+<g id="a_node19"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Style.html#t:LineCap" xlink:title="<xLineCap> LineCap| <xLineCapSquare> LineCapSquare| <xLineCapRound> LineCapRound| <xLineCapButt> LineCapButt">+<polygon fill="none" stroke="black" points="1373.88,-856 1373.88,-954 1473.88,-954 1473.88,-856 1373.88,-856"/>+<text text-anchor="middle" x="1423.88" y="-936.7" font-family="Times,serif" font-size="14.00">LineCap</text>+<polyline fill="none" stroke="black" points="1373.88,-929.5 1473.88,-929.5"/>+<text text-anchor="middle" x="1423.88" y="-912.2" font-family="Times,serif" font-size="14.00">LineCapSquare</text>+<polyline fill="none" stroke="black" points="1373.88,-905 1473.88,-905"/>+<text text-anchor="middle" x="1423.88" y="-887.7" font-family="Times,serif" font-size="14.00">LineCapRound</text>+<polyline fill="none" stroke="black" points="1373.88,-880.5 1473.88,-880.5"/>+<text text-anchor="middle" x="1423.88" y="-863.2" font-family="Times,serif" font-size="14.00">LineCapButt</text>+</a>+</g>+</g>+<!-- Style->LineCap -->+<g id="edge15" class="edge">+<title>Style:xlineCap->LineCap:xLineCap</title>+<path fill="none" stroke="black" d="M1219.62,-928C1285.88,-928 1303.4,-941.14 1366.61,-941.96"/>+<polygon fill="black" stroke="black" points="1366.35,-943.71 1371.36,-941.99 1366.37,-940.21 1366.35,-943.71"/>+<text text-anchor="middle" x="1308.25" y="-944.2" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- GlyphShape -->+<g id="node23" class="node">+<title>GlyphShape</title>+<g id="a_node23"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Style.html#t:GlyphShape" xlink:title="<xGlyphShape> GlyphShape| <xVLineGlyph> VLineGlyph| <xTriangleGlyph> TriangleGlyph| <xSquareGlyph> SquareGlyph| <xRectSharpGlyph> RectSharpGlyph| <xRectRoundedGlyph> RectRoundedGlyph| <xPathGlyph> PathGlyph| <xHLineGlyph> HLineGlyph| <xEllipseGlyph> EllipseGlyph| <xCircleGlyph> CircleGlyph">+<polygon fill="none" stroke="black" points="1362.25,-474.5 1362.25,-719.5 1485.5,-719.5 1485.5,-474.5 1362.25,-474.5"/>+<text text-anchor="middle" x="1423.88" y="-702.2" font-family="Times,serif" font-size="14.00">GlyphShape</text>+<polyline fill="none" stroke="black" points="1362.25,-695 1485.5,-695"/>+<text text-anchor="middle" x="1423.88" y="-677.7" font-family="Times,serif" font-size="14.00">VLineGlyph</text>+<polyline fill="none" stroke="black" points="1362.25,-670.5 1485.5,-670.5"/>+<text text-anchor="middle" x="1423.88" y="-653.2" font-family="Times,serif" font-size="14.00">TriangleGlyph</text>+<polyline fill="none" stroke="black" points="1362.25,-646 1485.5,-646"/>+<text text-anchor="middle" x="1423.88" y="-628.7" font-family="Times,serif" font-size="14.00">SquareGlyph</text>+<polyline fill="none" stroke="black" points="1362.25,-621.5 1485.5,-621.5"/>+<text text-anchor="middle" x="1423.88" y="-604.2" font-family="Times,serif" font-size="14.00">RectSharpGlyph</text>+<polyline fill="none" stroke="black" points="1362.25,-597 1485.5,-597"/>+<text text-anchor="middle" x="1423.88" y="-579.7" font-family="Times,serif" font-size="14.00">RectRoundedGlyph</text>+<polyline fill="none" stroke="black" points="1362.25,-572.5 1485.5,-572.5"/>+<text text-anchor="middle" x="1423.88" y="-555.2" font-family="Times,serif" font-size="14.00">PathGlyph</text>+<polyline fill="none" stroke="black" points="1362.25,-548 1485.5,-548"/>+<text text-anchor="middle" x="1423.88" y="-530.7" font-family="Times,serif" font-size="14.00">HLineGlyph</text>+<polyline fill="none" stroke="black" points="1362.25,-523.5 1485.5,-523.5"/>+<text text-anchor="middle" x="1423.88" y="-506.2" font-family="Times,serif" font-size="14.00">EllipseGlyph</text>+<polyline fill="none" stroke="black" points="1362.25,-499 1485.5,-499"/>+<text text-anchor="middle" x="1423.88" y="-481.7" font-family="Times,serif" font-size="14.00">CircleGlyph</text>+</a>+</g>+</g>+<!-- Style->GlyphShape -->+<g id="edge16" class="edge">+<title>Style:xglyphShape->GlyphShape:xGlyphShape</title>+<path fill="none" stroke="black" d="M1219.62,-878C1293.22,-878 1216,-768.46 1272.25,-721 1301.5,-696.32 1319.7,-705.79 1355.8,-706.9"/>+<polygon fill="black" stroke="black" points="1355.71,-708.65 1360.74,-706.98 1355.76,-705.15 1355.71,-708.65"/>+</g>+<!-- EscapeText -->+<g id="node27" class="node">+<title>EscapeText</title>+<g id="a_node27"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Style.html#t:EscapeText" xlink:title="<xEscapeText> EscapeText| <xNoEscapeText> NoEscapeText">+<polygon fill="none" stroke="black" points="1376.12,-406.5 1376.12,-455.5 1471.62,-455.5 1471.62,-406.5 1376.12,-406.5"/>+<text text-anchor="middle" x="1423.88" y="-438.2" font-family="Times,serif" font-size="14.00">EscapeText</text>+<polyline fill="none" stroke="black" points="1376.12,-431 1471.62,-431"/>+<text text-anchor="middle" x="1423.88" y="-413.7" font-family="Times,serif" font-size="14.00">NoEscapeText</text>+</a>+</g>+</g>+<!-- Style->EscapeText -->+<g id="edge18" class="edge">+<title>Style:xescapeText->EscapeText:xEscapeText</title>+<path fill="none" stroke="black" d="M1219.62,-829C1222.34,-829 1361.08,-467.45 1362.25,-465 1365.91,-457.38 1364.84,-448.81 1368.83,-445.01"/>+<polygon fill="black" stroke="black" points="1369.25,-446.71 1373.44,-443.48 1368.14,-443.39 1369.25,-446.71"/>+</g>+<!-- Colour -->+<g id="node29" class="node">+<title>Colour</title>+<g id="a_node29"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Data-Colour.html#t:Colour" xlink:title="<xColour> Colour| <xopac'> opac'| <xlightness'> lightness'| <xhue'> hue'| <xchroma'> chroma'">+<polygon fill="none" stroke="black" points="1390.75,-264.75 1390.75,-387.25 1457,-387.25 1457,-264.75 1390.75,-264.75"/>+<text text-anchor="middle" x="1423.88" y="-369.95" font-family="Times,serif" font-size="14.00">Colour</text>+<polyline fill="none" stroke="black" points="1390.75,-362.75 1457,-362.75"/>+<text text-anchor="middle" x="1423.88" y="-345.45" font-family="Times,serif" font-size="14.00">opac'</text>+<polyline fill="none" stroke="black" points="1390.75,-338.25 1457,-338.25"/>+<text text-anchor="middle" x="1423.88" y="-320.95" font-family="Times,serif" font-size="14.00">lightness'</text>+<polyline fill="none" stroke="black" points="1390.75,-313.75 1457,-313.75"/>+<text text-anchor="middle" x="1423.88" y="-296.45" font-family="Times,serif" font-size="14.00">hue'</text>+<polyline fill="none" stroke="black" points="1390.75,-289.25 1457,-289.25"/>+<text text-anchor="middle" x="1423.88" y="-271.95" font-family="Times,serif" font-size="14.00">chroma'</text>+</a>+</g>+</g>+<!-- Style->Colour -->+<g id="edge19" class="edge">+<title>Style:xcolor->Colour:xColour</title>+<path fill="none" stroke="black" d="M1219.62,-756C1264.56,-756 1243.76,-704.7 1254.25,-661 1269.62,-597 1247.3,-574.91 1272.25,-514 1286.81,-478.46 1343.25,-385.15 1383.55,-375.76"/>+<polygon fill="black" stroke="black" points="1383.62,-377.52 1388.37,-375.18 1383.2,-374.04 1383.62,-377.52"/>+</g>+<!-- Style->Colour -->+<g id="edge20" class="edge">+<title>Style:xborderColor->Colour:xColour</title>+<path fill="none" stroke="black" d="M1219.62,-707C1245.21,-707 1245.31,-684.98 1254.25,-661 1274.57,-606.53 1234.13,-443.9 1272.25,-400 1305.86,-361.3 1334.03,-373.83 1383.42,-374.93"/>+<polygon fill="black" stroke="black" points="1383.34,-376.68 1388.36,-374.98 1383.38,-373.18 1383.34,-376.68"/>+</g>+<!-- Style->Anchor -->+<g id="edge21" class="edge">+<title>Style:xanchor->Anchor:xAnchor</title>+<path fill="none" stroke="black" d="M1219.62,-682C1264.42,-682 1322.48,-812.44 1368.47,-824.16"/>+<polygon fill="black" stroke="black" points="1368.19,-825.89 1373.37,-824.8 1368.64,-822.42 1368.19,-825.89"/>+</g>+<!-- ShapeRendering -->+<g id="node8" class="node">+<title>ShapeRendering</title>+<g id="a_node8"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Markup.html#t:ShapeRendering" xlink:title="<xShapeRendering> ShapeRendering| <xUseGeometricPrecision> UseGeometricPrecision| <xUseCssCrisp> UseCssCrisp| <xNoShapeRendering> NoShapeRendering">+<polygon fill="none" stroke="black" points="601.75,-1615 601.75,-1713 746.75,-1713 746.75,-1615 601.75,-1615"/>+<text text-anchor="middle" x="674.25" y="-1695.7" font-family="Times,serif" font-size="14.00">ShapeRendering</text>+<polyline fill="none" stroke="black" points="601.75,-1688.5 746.75,-1688.5"/>+<text text-anchor="middle" x="674.25" y="-1671.2" font-family="Times,serif" font-size="14.00">UseGeometricPrecision</text>+<polyline fill="none" stroke="black" points="601.75,-1664 746.75,-1664"/>+<text text-anchor="middle" x="674.25" y="-1646.7" font-family="Times,serif" font-size="14.00">UseCssCrisp</text>+<polyline fill="none" stroke="black" points="601.75,-1639.5 746.75,-1639.5"/>+<text text-anchor="middle" x="674.25" y="-1622.2" font-family="Times,serif" font-size="14.00">NoShapeRendering</text>+</a>+</g>+</g>+<!-- RenderStyle -->+<g id="node10" class="node">+<title>RenderStyle</title>+<g id="a_node10"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Markup.html#t:RenderStyle" xlink:title="<xRenderStyle> RenderStyle| <xIndented> Indented| <xCompact> Compact">+<polygon fill="none" stroke="black" points="387.38,-1710.25 387.38,-1783.75 470.12,-1783.75 470.12,-1710.25 387.38,-1710.25"/>+<text text-anchor="middle" x="428.75" y="-1766.45" font-family="Times,serif" font-size="14.00">RenderStyle</text>+<polyline fill="none" stroke="black" points="387.38,-1759.25 470.12,-1759.25"/>+<text text-anchor="middle" x="428.75" y="-1741.95" font-family="Times,serif" font-size="14.00">Indented</text>+<polyline fill="none" stroke="black" points="387.38,-1734.75 470.12,-1734.75"/>+<text text-anchor="middle" x="428.75" y="-1717.45" font-family="Times,serif" font-size="14.00">Compact</text>+</a>+</g>+</g>+<!-- Rect -->+<g id="node11" class="node">+<title>Rect</title>+<g id="a_node11"><a xlink:href="https://hackage.haskell.org/package/numhask-space/docs/NumHask-Space-Rect.html#t:Rect" xlink:title="<xRect> Rect">+<polygon fill="none" stroke="black" points="1396.88,-1582 1396.88,-1618 1450.88,-1618 1450.88,-1582 1396.88,-1582"/>+<text text-anchor="middle" x="1423.88" y="-1595.2" font-family="Times,serif" font-size="14.00">Rect</text>+</a>+</g>+</g>+<!-- Priority -->+<g id="node12" class="node">+<title>Priority</title>+<g id="a_node12"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:Priority" xlink:title="<xPriority> Priority">+<polygon fill="none" stroke="black" points="400.12,-1051 400.12,-1087 457.38,-1087 457.38,-1051 400.12,-1051"/>+<text text-anchor="middle" x="428.75" y="-1064.2" font-family="Times,serif" font-size="14.00">Priority</text>+</a>+</g>+</g>+<!-- PreferColorScheme -->+<g id="node13" class="node">+<title>PreferColorScheme</title>+<g id="a_node13"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Primitive.html#t:PreferColorScheme" xlink:title="<xPreferColorScheme> PreferColorScheme| <xPreferNormal> PreferNormal| <xPreferLight> PreferLight| <xPreferHud> PreferHud| <xPreferDark> PreferDark">+<polygon fill="none" stroke="black" points="612.62,-1473.75 612.62,-1596.25 735.88,-1596.25 735.88,-1473.75 612.62,-1473.75"/>+<text text-anchor="middle" x="674.25" y="-1578.95" font-family="Times,serif" font-size="14.00">PreferColorScheme</text>+<polyline fill="none" stroke="black" points="612.62,-1571.75 735.88,-1571.75"/>+<text text-anchor="middle" x="674.25" y="-1554.45" font-family="Times,serif" font-size="14.00">PreferNormal</text>+<polyline fill="none" stroke="black" points="612.62,-1547.25 735.88,-1547.25"/>+<text text-anchor="middle" x="674.25" y="-1529.95" font-family="Times,serif" font-size="14.00">PreferLight</text>+<polyline fill="none" stroke="black" points="612.62,-1522.75 735.88,-1522.75"/>+<text text-anchor="middle" x="674.25" y="-1505.45" font-family="Times,serif" font-size="14.00">PreferHud</text>+<polyline fill="none" stroke="black" points="612.62,-1498.25 735.88,-1498.25"/>+<text text-anchor="middle" x="674.25" y="-1480.95" font-family="Times,serif" font-size="14.00">PreferDark</text>+</a>+</g>+</g>+<!-- PathData -->+<g id="node16" class="node">+<title>PathData</title>+<g id="a_node16"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Data-Path.html#t:PathData" xlink:title="<xPathData> PathData| <xStartP> StartP| <xQuadP> QuadP| <xLineP> LineP| <xCubicP> CubicP| <xArcP> ArcP">+<polygon fill="none" stroke="black" points="1391.12,-1415.5 1391.12,-1562.5 1456.62,-1562.5 1456.62,-1415.5 1391.12,-1415.5"/>+<text text-anchor="middle" x="1423.88" y="-1545.2" font-family="Times,serif" font-size="14.00">PathData</text>+<polyline fill="none" stroke="black" points="1391.12,-1538 1456.62,-1538"/>+<text text-anchor="middle" x="1423.88" y="-1520.7" font-family="Times,serif" font-size="14.00">StartP</text>+<polyline fill="none" stroke="black" points="1391.12,-1513.5 1456.62,-1513.5"/>+<text text-anchor="middle" x="1423.88" y="-1496.2" font-family="Times,serif" font-size="14.00">QuadP</text>+<polyline fill="none" stroke="black" points="1391.12,-1489 1456.62,-1489"/>+<text text-anchor="middle" x="1423.88" y="-1471.7" font-family="Times,serif" font-size="14.00">LineP</text>+<polyline fill="none" stroke="black" points="1391.12,-1464.5 1456.62,-1464.5"/>+<text text-anchor="middle" x="1423.88" y="-1447.2" font-family="Times,serif" font-size="14.00">CubicP</text>+<polyline fill="none" stroke="black" points="1391.12,-1440 1456.62,-1440"/>+<text text-anchor="middle" x="1423.88" y="-1422.7" font-family="Times,serif" font-size="14.00">ArcP</text>+</a>+</g>+</g>+<!-- ArcInfo -->+<g id="node37" class="node">+<title>ArcInfo</title>+<g id="a_node37"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Data-Path.html#t:ArcInfo" xlink:title="<xArcInfo> ArcInfo| <xradii> radii| <xphi> phi| <xlarge> large| <xclockwise> clockwise">+<polygon fill="none" stroke="black" points="1610,-1357.75 1610,-1480.25 1680,-1480.25 1680,-1357.75 1610,-1357.75"/>+<text text-anchor="middle" x="1645" y="-1462.95" font-family="Times,serif" font-size="14.00">ArcInfo</text>+<polyline fill="none" stroke="black" points="1610,-1455.75 1680,-1455.75"/>+<text text-anchor="middle" x="1645" y="-1438.45" font-family="Times,serif" font-size="14.00">radii</text>+<polyline fill="none" stroke="black" points="1610,-1431.25 1680,-1431.25"/>+<text text-anchor="middle" x="1645" y="-1413.95" font-family="Times,serif" font-size="14.00">phi</text>+<polyline fill="none" stroke="black" points="1610,-1406.75 1680,-1406.75"/>+<text text-anchor="middle" x="1645" y="-1389.45" font-family="Times,serif" font-size="14.00">large</text>+<polyline fill="none" stroke="black" points="1610,-1382.25 1680,-1382.25"/>+<text text-anchor="middle" x="1645" y="-1364.95" font-family="Times,serif" font-size="14.00">clockwise</text>+</a>+</g>+</g>+<!-- PathData->ArcInfo -->+<g id="edge22" class="edge">+<title>PathData:xArcP->ArcInfo:xArcInfo</title>+<path fill="none" stroke="black" d="M1457.88,-1428C1525.6,-1428 1539.27,-1465.54 1603.61,-1467.89"/>+<polygon fill="black" stroke="black" points="1603.46,-1469.63 1608.49,-1467.97 1603.52,-1466.13 1603.46,-1469.63"/>+<text text-anchor="middle" x="1547.75" y="-1469.2" font-family="Times,serif" font-size="14.00">(ArcP arcinfo _)</text>+</g>+<!-- MarkupOptions -->+<g id="node17" class="node">+<title>MarkupOptions</title>+<g id="a_node17"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Markup.html#t:MarkupOptions" xlink:title="<xMarkupOptions> MarkupOptions| <xrenderStyle> renderStyle| <xmarkupHeight> markupHeight| <xcssOptions> cssOptions| <xchartAspect> chartAspect">+<polygon fill="none" stroke="black" points="137.75,-1554.75 137.75,-1677.25 240,-1677.25 240,-1554.75 137.75,-1554.75"/>+<text text-anchor="middle" x="188.88" y="-1659.95" font-family="Times,serif" font-size="14.00">MarkupOptions</text>+<polyline fill="none" stroke="black" points="137.75,-1652.75 240,-1652.75"/>+<text text-anchor="middle" x="188.88" y="-1635.45" font-family="Times,serif" font-size="14.00">renderStyle</text>+<polyline fill="none" stroke="black" points="137.75,-1628.25 240,-1628.25"/>+<text text-anchor="middle" x="188.88" y="-1610.95" font-family="Times,serif" font-size="14.00">markupHeight</text>+<polyline fill="none" stroke="black" points="137.75,-1603.75 240,-1603.75"/>+<text text-anchor="middle" x="188.88" y="-1586.45" font-family="Times,serif" font-size="14.00">cssOptions</text>+<polyline fill="none" stroke="black" points="137.75,-1579.25 240,-1579.25"/>+<text text-anchor="middle" x="188.88" y="-1561.95" font-family="Times,serif" font-size="14.00">chartAspect</text>+</a>+</g>+</g>+<!-- MarkupOptions->RenderStyle -->+<g id="edge23" class="edge">+<title>MarkupOptions:xrenderStyle->RenderStyle:xRenderStyle</title>+<path fill="none" stroke="black" d="M240,-1641C260.23,-1641 350.05,-1753.28 380.61,-1769.94"/>+<polygon fill="black" stroke="black" points="380.02,-1771.59 385.31,-1771.52 381.13,-1768.27 380.02,-1771.59"/>+</g>+<!-- CssOptions -->+<g id="node28" class="node">+<title>CssOptions</title>+<g id="a_node28"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Markup.html#t:CssOptions" xlink:title="<xCssOptions> CssOptions| <xshapeRendering> shapeRendering| <xpreferColorScheme> preferColorScheme| <xfontFamilies> fontFamilies| <xcssExtra> cssExtra">+<polygon fill="none" stroke="black" points="367.5,-1568.75 367.5,-1691.25 490,-1691.25 490,-1568.75 367.5,-1568.75"/>+<text text-anchor="middle" x="428.75" y="-1673.95" font-family="Times,serif" font-size="14.00">CssOptions</text>+<polyline fill="none" stroke="black" points="367.5,-1666.75 490,-1666.75"/>+<text text-anchor="middle" x="428.75" y="-1649.45" font-family="Times,serif" font-size="14.00">shapeRendering</text>+<polyline fill="none" stroke="black" points="367.5,-1642.25 490,-1642.25"/>+<text text-anchor="middle" x="428.75" y="-1624.95" font-family="Times,serif" font-size="14.00">preferColorScheme</text>+<polyline fill="none" stroke="black" points="367.5,-1617.75 490,-1617.75"/>+<text text-anchor="middle" x="428.75" y="-1600.45" font-family="Times,serif" font-size="14.00">fontFamilies</text>+<polyline fill="none" stroke="black" points="367.5,-1593.25 490,-1593.25"/>+<text text-anchor="middle" x="428.75" y="-1575.95" font-family="Times,serif" font-size="14.00">cssExtra</text>+</a>+</g>+</g>+<!-- MarkupOptions->CssOptions -->+<g id="edge24" class="edge">+<title>MarkupOptions:xcssOptions->CssOptions:xCssOptions</title>+<path fill="none" stroke="black" d="M240,-1591C306.7,-1591 299.21,-1673.59 361.27,-1678.75"/>+<polygon fill="black" stroke="black" points="360.92,-1680.48 365.99,-1678.94 361.06,-1676.99 360.92,-1680.48"/>+</g>+<!-- ChartAspect -->+<g id="node33" class="node">+<title>ChartAspect</title>+<g id="a_node33"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Primitive.html#t:ChartAspect" xlink:title="<xChartAspect> ChartAspect| <xUnscaledAspect> UnscaledAspect| <xFixedAspect> FixedAspect| <xCanvasAspect> CanvasAspect">+<polygon fill="none" stroke="black" points="376.88,-1452 376.88,-1550 480.62,-1550 480.62,-1452 376.88,-1452"/>+<text text-anchor="middle" x="428.75" y="-1532.7" font-family="Times,serif" font-size="14.00">ChartAspect</text>+<polyline fill="none" stroke="black" points="376.88,-1525.5 480.62,-1525.5"/>+<text text-anchor="middle" x="428.75" y="-1508.2" font-family="Times,serif" font-size="14.00">UnscaledAspect</text>+<polyline fill="none" stroke="black" points="376.88,-1501 480.62,-1501"/>+<text text-anchor="middle" x="428.75" y="-1483.7" font-family="Times,serif" font-size="14.00">FixedAspect</text>+<polyline fill="none" stroke="black" points="376.88,-1476.5 480.62,-1476.5"/>+<text text-anchor="middle" x="428.75" y="-1459.2" font-family="Times,serif" font-size="14.00">CanvasAspect</text>+</a>+</g>+</g>+<!-- MarkupOptions->ChartAspect -->+<g id="edge25" class="edge">+<title>MarkupOptions:xchartAspect->ChartAspect:xChartAspect</title>+<path fill="none" stroke="black" d="M240,-1567C299.53,-1567 313.13,-1540 369.42,-1538.11"/>+<polygon fill="black" stroke="black" points="369.27,-1539.86 374.24,-1538.03 369.21,-1536.36 369.27,-1539.86"/>+</g>+<!-- LegendOptions -->+<g id="node20" class="node">+<title>LegendOptions</title>+<g id="a_node20"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:LegendOptions" xlink:title="<xLegendOptions> LegendOptions| <xvgap> vgap| <xtextStyle> textStyle| <xscaleP> scaleP| <xscaleChartsBy> scaleChartsBy| <xplace> place| <xouterPad> outerPad| <xlegendSize> legendSize| <xlegendCharts> legendCharts| <xinnerPad> innerPad| <xhgap> hgap| <xframe> frame| <xbuffer> buffer">+<polygon fill="none" stroke="black" points="624.62,-854.75 624.62,-1173.25 723.88,-1173.25 723.88,-854.75 624.62,-854.75"/>+<text text-anchor="middle" x="674.25" y="-1155.95" font-family="Times,serif" font-size="14.00">LegendOptions</text>+<polyline fill="none" stroke="black" points="624.62,-1148.75 723.88,-1148.75"/>+<text text-anchor="middle" x="674.25" y="-1131.45" font-family="Times,serif" font-size="14.00">vgap</text>+<polyline fill="none" stroke="black" points="624.62,-1124.25 723.88,-1124.25"/>+<text text-anchor="middle" x="674.25" y="-1106.95" font-family="Times,serif" font-size="14.00">textStyle</text>+<polyline fill="none" stroke="black" points="624.62,-1099.75 723.88,-1099.75"/>+<text text-anchor="middle" x="674.25" y="-1082.45" font-family="Times,serif" font-size="14.00">scaleP</text>+<polyline fill="none" stroke="black" points="624.62,-1075.25 723.88,-1075.25"/>+<text text-anchor="middle" x="674.25" y="-1057.95" font-family="Times,serif" font-size="14.00">scaleChartsBy</text>+<polyline fill="none" stroke="black" points="624.62,-1050.75 723.88,-1050.75"/>+<text text-anchor="middle" x="674.25" y="-1033.45" font-family="Times,serif" font-size="14.00">place</text>+<polyline fill="none" stroke="black" points="624.62,-1026.25 723.88,-1026.25"/>+<text text-anchor="middle" x="674.25" y="-1008.95" font-family="Times,serif" font-size="14.00">outerPad</text>+<polyline fill="none" stroke="black" points="624.62,-1001.75 723.88,-1001.75"/>+<text text-anchor="middle" x="674.25" y="-984.45" font-family="Times,serif" font-size="14.00">legendSize</text>+<polyline fill="none" stroke="black" points="624.62,-977.25 723.88,-977.25"/>+<text text-anchor="middle" x="674.25" y="-959.95" font-family="Times,serif" font-size="14.00">legendCharts</text>+<polyline fill="none" stroke="black" points="624.62,-952.75 723.88,-952.75"/>+<text text-anchor="middle" x="674.25" y="-935.45" font-family="Times,serif" font-size="14.00">innerPad</text>+<polyline fill="none" stroke="black" points="624.62,-928.25 723.88,-928.25"/>+<text text-anchor="middle" x="674.25" y="-910.95" font-family="Times,serif" font-size="14.00">hgap</text>+<polyline fill="none" stroke="black" points="624.62,-903.75 723.88,-903.75"/>+<text text-anchor="middle" x="674.25" y="-886.45" font-family="Times,serif" font-size="14.00">frame</text>+<polyline fill="none" stroke="black" points="624.62,-879.25 723.88,-879.25"/>+<text text-anchor="middle" x="674.25" y="-861.95" font-family="Times,serif" font-size="14.00">buffer</text>+</a>+</g>+</g>+<!-- LegendOptions->Style -->+<g id="edge26" class="edge">+<title>LegendOptions:xtextStyle->Style:xStyle</title>+<path fill="none" stroke="black" d="M725.25,-1112C905.58,-1112 952.07,-1123.72 1129.27,-1124"/>+<polygon fill="black" stroke="black" points="1129.11,-1125.74 1134.11,-1124 1129.11,-1122.24 1129.11,-1125.74"/>+</g>+<!-- LegendOptions->Style -->+<g id="edge30" class="edge">+<title>LegendOptions:xframe->Style:xStyle</title>+<path fill="none" stroke="black" d="M725.25,-891C837.92,-891 879.42,-840.32 978.75,-893.5 1086.08,-950.96 1014.33,-1117.99 1129.27,-1123.84"/>+<polygon fill="black" stroke="black" points="1129.07,-1125.59 1134.11,-1123.96 1129.16,-1122.09 1129.07,-1125.59"/>+<text text-anchor="middle" x="931.75" y="-896.2" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- LegendOptions->ScaleP -->+<g id="edge27" class="edge">+<title>LegendOptions:xscaleP->ScaleP:xScaleP</title>+<path fill="none" stroke="black" d="M725.25,-1088C749.92,-1088 746.6,-1110.29 764.75,-1127 816.46,-1174.61 823,-1196.43 884.75,-1230 930.34,-1254.78 945.39,-1255.59 996.75,-1263 1149.61,-1285.05 1206.04,-1331.92 1344.25,-1263 1360.95,-1254.67 1354,-1231.43 1366.68,-1226.1"/>+<polygon fill="black" stroke="black" points="1366.77,-1227.86 1371.38,-1225.26 1366.16,-1224.42 1366.77,-1227.86"/>+</g>+<!-- LegendOptions->Place -->+<g id="edge28" class="edge">+<title>LegendOptions:xplace->Place:xPlace</title>+<path fill="none" stroke="black" d="M725.25,-1039C788.16,-1039 806.43,-1025.11 866.75,-1043 873.21,-1044.92 874.84,-1049.76 878.73,-1052.33"/>+<polygon fill="black" stroke="black" points="878.01,-1053.95 883.29,-1053.6 878.94,-1050.58 878.01,-1053.95"/>+</g>+<!-- Chart -->+<g id="node34" class="node">+<title>Chart</title>+<g id="a_node34"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Primitive.html#t:Chart" xlink:title="<xChart> Chart| <xchartStyle> chartStyle| <xchartData> chartData">+<polygon fill="none" stroke="black" points="896.38,-1147.25 896.38,-1220.75 967.12,-1220.75 967.12,-1147.25 896.38,-1147.25"/>+<text text-anchor="middle" x="931.75" y="-1203.45" font-family="Times,serif" font-size="14.00">Chart</text>+<polyline fill="none" stroke="black" points="896.38,-1196.25 967.12,-1196.25"/>+<text text-anchor="middle" x="931.75" y="-1178.95" font-family="Times,serif" font-size="14.00">chartStyle</text>+<polyline fill="none" stroke="black" points="896.38,-1171.75 967.12,-1171.75"/>+<text text-anchor="middle" x="931.75" y="-1154.45" font-family="Times,serif" font-size="14.00">chartData</text>+</a>+</g>+</g>+<!-- LegendOptions->Chart -->+<g id="edge29" class="edge">+<title>LegendOptions:xlegendCharts->Chart:xChart</title>+<path fill="none" stroke="black" d="M725.25,-965C767.72,-965 742.16,-1016.04 764.75,-1052 811.9,-1127.08 805.24,-1205.09 889.27,-1208.86"/>+<polygon fill="black" stroke="black" points="889.2,-1210.61 894.24,-1208.97 889.28,-1207.11 889.2,-1210.61"/>+<text text-anchor="middle" x="815.75" y="-1207.2" font-family="Times,serif" font-size="14.00">each % _2 % each</text>+</g>+<!-- HudOptions -->+<g id="node21" class="node">+<title>HudOptions</title>+<g id="a_node21"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:HudOptions" xlink:title="<xHudOptions> HudOptions| <xtitles> titles| <xlegends> legends| <xframes> frames| <xaxes> axes">+<polygon fill="none" stroke="black" points="147.88,-1027.75 147.88,-1150.25 229.88,-1150.25 229.88,-1027.75 147.88,-1027.75"/>+<text text-anchor="middle" x="188.88" y="-1132.95" font-family="Times,serif" font-size="14.00">HudOptions</text>+<polyline fill="none" stroke="black" points="147.88,-1125.75 229.88,-1125.75"/>+<text text-anchor="middle" x="188.88" y="-1108.45" font-family="Times,serif" font-size="14.00">titles</text>+<polyline fill="none" stroke="black" points="147.88,-1101.25 229.88,-1101.25"/>+<text text-anchor="middle" x="188.88" y="-1083.95" font-family="Times,serif" font-size="14.00">legends</text>+<polyline fill="none" stroke="black" points="147.88,-1076.75 229.88,-1076.75"/>+<text text-anchor="middle" x="188.88" y="-1059.45" font-family="Times,serif" font-size="14.00">frames</text>+<polyline fill="none" stroke="black" points="147.88,-1052.25 229.88,-1052.25"/>+<text text-anchor="middle" x="188.88" y="-1034.95" font-family="Times,serif" font-size="14.00">axes</text>+</a>+</g>+</g>+<!-- HudOptions->TitleOptions -->+<g id="edge31" class="edge">+<title>HudOptions:xtitles->TitleOptions:xTitleOptions</title>+<path fill="none" stroke="black" d="M230.88,-1114C258.13,-1114 238.18,-1150.29 258,-1169 387.47,-1291.2 449.65,-1326.18 624.97,-1326.99"/>+<polygon fill="black" stroke="black" points="624.73,-1328.74 629.74,-1327 624.74,-1325.24 624.73,-1328.74"/>+<text text-anchor="middle" x="428.75" y="-1317.2" font-family="Times,serif" font-size="14.00">each % #item</text>+</g>+<!-- HudOptions->Priority -->+<g id="edge32" class="edge">+<title>HudOptions:xtitles->Priority:xPriority</title>+<path fill="none" stroke="black" d="M230.88,-1114C283.69,-1114 298.37,-1120.22 349.5,-1107 364.75,-1103.06 380.59,-1096.11 394.07,-1089.23"/>+<polygon fill="black" stroke="black" points="394.72,-1090.86 398.35,-1086.99 393.1,-1087.76 394.72,-1090.86"/>+<text text-anchor="middle" x="303.75" y="-1118.2" font-family="Times,serif" font-size="14.00">each % #priority</text>+</g>+<!-- HudOptions->Priority -->+<g id="edge33" class="edge">+<title>HudOptions:xlegends->Priority:xPriority</title>+<path fill="none" stroke="black" d="M230.88,-1089C234.9,-1089 337.88,-1078.41 393.64,-1072.64"/>+<polygon fill="black" stroke="black" points="393.57,-1074.41 398.37,-1072.15 393.21,-1070.92 393.57,-1074.41"/>+<text text-anchor="middle" x="303.75" y="-1089.2" font-family="Times,serif" font-size="14.00">each % #priority</text>+</g>+<!-- HudOptions->Priority -->+<g id="edge35" class="edge">+<title>HudOptions:xframes->Priority:xPriority</title>+<path fill="none" stroke="black" d="M230.88,-1064C243.38,-1064 245.61,-1058.18 258,-1056.5 298.3,-1051.03 308.96,-1053.32 349.5,-1056.5 364.07,-1057.64 380.01,-1059.95 393.75,-1062.27"/>+<polygon fill="black" stroke="black" points="393.18,-1063.95 398.4,-1063.08 393.78,-1060.5 393.18,-1063.95"/>+<text text-anchor="middle" x="303.75" y="-1059.2" font-family="Times,serif" font-size="14.00">each % #priority</text>+</g>+<!-- HudOptions->Priority -->+<g id="edge37" class="edge">+<title>HudOptions:xaxes->Priority:xPriority</title>+<path fill="none" stroke="black" d="M230.88,-1040C243.38,-1040 245.61,-1034.18 258,-1032.5 298.3,-1027.03 309.78,-1023.79 349.5,-1032.5 364.78,-1035.85 380.62,-1042.43 394.09,-1049.1"/>+<polygon fill="black" stroke="black" points="393.11,-1050.56 398.36,-1051.27 394.7,-1047.44 393.11,-1050.56"/>+<text text-anchor="middle" x="303.75" y="-1035.2" font-family="Times,serif" font-size="14.00">each % #priority</text>+</g>+<!-- HudOptions->LegendOptions -->+<g id="edge34" class="edge">+<title>HudOptions:xlegends->LegendOptions:xLegendOptions</title>+<path fill="none" stroke="black" d="M230.88,-1089C254.99,-1089 237.54,-1123.23 258,-1136 394.29,-1221.04 458.89,-1162.53 617.1,-1161.03"/>+<polygon fill="black" stroke="black" points="616.74,-1162.78 621.74,-1161.01 616.73,-1159.28 616.74,-1162.78"/>+<text text-anchor="middle" x="428.75" y="-1185.2" font-family="Times,serif" font-size="14.00">each % #item</text>+</g>+<!-- FrameOptions -->+<g id="node24" class="node">+<title>FrameOptions</title>+<g id="a_node24"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:FrameOptions" xlink:title="<xFrameOptions> FrameOptions| <xframe> frame| <xbuffer> buffer| <xanchorTo> anchorTo">+<polygon fill="none" stroke="black" points="884.75,-226 884.75,-324 978.75,-324 978.75,-226 884.75,-226"/>+<text text-anchor="middle" x="931.75" y="-306.7" font-family="Times,serif" font-size="14.00">FrameOptions</text>+<polyline fill="none" stroke="black" points="884.75,-299.5 978.75,-299.5"/>+<text text-anchor="middle" x="931.75" y="-282.2" font-family="Times,serif" font-size="14.00">frame</text>+<polyline fill="none" stroke="black" points="884.75,-275 978.75,-275"/>+<text text-anchor="middle" x="931.75" y="-257.7" font-family="Times,serif" font-size="14.00">buffer</text>+<polyline fill="none" stroke="black" points="884.75,-250.5 978.75,-250.5"/>+<text text-anchor="middle" x="931.75" y="-233.2" font-family="Times,serif" font-size="14.00">anchorTo</text>+</a>+</g>+</g>+<!-- HudOptions->FrameOptions -->+<g id="edge36" class="edge">+<title>HudOptions:xframes->FrameOptions:xFrameOptions</title>+<path fill="none" stroke="black" d="M230.88,-1064C262.2,-1064 348.15,-541.63 367.5,-517 518.95,-324.27 635.4,-312.2 878.26,-312"/>+<polygon fill="black" stroke="black" points="878.24,-313.75 883.24,-312 878.24,-310.25 878.24,-313.75"/>+<text text-anchor="middle" x="545.88" y="-384.2" font-family="Times,serif" font-size="14.00">each % #item</text>+</g>+<!-- AxisOptions -->+<g id="node35" class="node">+<title>AxisOptions</title>+<g id="a_node35"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:AxisOptions" xlink:title="<xAxisOptions> AxisOptions| <xticks> ticks| <xplace> place| <xaxisBar> axisBar| <xadjustments> adjustments">+<polygon fill="none" stroke="black" points="386.62,-526.75 386.62,-649.25 470.88,-649.25 470.88,-526.75 386.62,-526.75"/>+<text text-anchor="middle" x="428.75" y="-631.95" font-family="Times,serif" font-size="14.00">AxisOptions</text>+<polyline fill="none" stroke="black" points="386.62,-624.75 470.88,-624.75"/>+<text text-anchor="middle" x="428.75" y="-607.45" font-family="Times,serif" font-size="14.00">ticks</text>+<polyline fill="none" stroke="black" points="386.62,-600.25 470.88,-600.25"/>+<text text-anchor="middle" x="428.75" y="-582.95" font-family="Times,serif" font-size="14.00">place</text>+<polyline fill="none" stroke="black" points="386.62,-575.75 470.88,-575.75"/>+<text text-anchor="middle" x="428.75" y="-558.45" font-family="Times,serif" font-size="14.00">axisBar</text>+<polyline fill="none" stroke="black" points="386.62,-551.25 470.88,-551.25"/>+<text text-anchor="middle" x="428.75" y="-533.95" font-family="Times,serif" font-size="14.00">adjustments</text>+</a>+</g>+</g>+<!-- HudOptions->AxisOptions -->+<g id="edge38" class="edge">+<title>HudOptions:xaxes->AxisOptions:xAxisOptions</title>+<path fill="none" stroke="black" d="M188.88,-1027C188.88,-835.01 191.52,-641.4 379.28,-637.07"/>+<polygon fill="black" stroke="black" points="379.26,-638.82 384.24,-637.02 379.22,-635.32 379.26,-638.82"/>+<text text-anchor="middle" x="303.75" y="-682.2" font-family="Times,serif" font-size="14.00">each % #item</text>+</g>+<!-- FrameOptions->Style -->+<g id="edge39" class="edge">+<title>FrameOptions:xframe->Style:xStyle</title>+<path fill="none" stroke="black" d="M978.75,-287C990.81,-287 1079.54,-465.94 1083,-477.5 1103.07,-544.52 1065.85,-1090.6 1129.58,-1122.54"/>+<polygon fill="black" stroke="black" points="1128.88,-1124.17 1134.15,-1123.65 1129.7,-1120.77 1128.88,-1124.17"/>+<text text-anchor="middle" x="1039.88" y="-480.2" font-family="Times,serif" font-size="14.00">#frame % _Just</text>+</g>+<!-- FrameOptions->HudChartSection -->+<g id="edge40" class="edge">+<title>FrameOptions:xanchorTo->HudChartSection:xHudChartSection</title>+<path fill="none" stroke="black" d="M978.75,-238C1016.71,-238 1069,-344.32 1108.41,-355.12"/>+<polygon fill="black" stroke="black" points="1107.93,-356.82 1113.13,-355.79 1108.42,-353.35 1107.93,-356.82"/>+</g>+<!-- FStyle -->+<g id="node26" class="node">+<title>FStyle</title>+<g id="a_node26"><a xlink:href="https://hackage.haskell.org/package/formatn/docs/Data-FormatN.html#t:FStyle" xlink:title="<xFStyle> FStyle| <xFSPrec> FSPrec| <xFSPercent> FSPercent| <xFSNone> FSNone| <xFSFixed Int> FSFixed Int| <xFSExponent> FSExponent| <xFSDollar> FSDollar| <xFSDecimal> FSDecimal| <xFSCommaPrec> FSCommaPrec| <xFSComma> FSComma">+<polygon fill="none" stroke="black" points="1374.25,-0.5 1374.25,-245.5 1473.5,-245.5 1473.5,-0.5 1374.25,-0.5"/>+<text text-anchor="middle" x="1423.88" y="-228.2" font-family="Times,serif" font-size="14.00">FStyle</text>+<polyline fill="none" stroke="black" points="1374.25,-221 1473.5,-221"/>+<text text-anchor="middle" x="1423.88" y="-203.7" font-family="Times,serif" font-size="14.00">FSPrec</text>+<polyline fill="none" stroke="black" points="1374.25,-196.5 1473.5,-196.5"/>+<text text-anchor="middle" x="1423.88" y="-179.2" font-family="Times,serif" font-size="14.00">FSPercent</text>+<polyline fill="none" stroke="black" points="1374.25,-172 1473.5,-172"/>+<text text-anchor="middle" x="1423.88" y="-154.7" font-family="Times,serif" font-size="14.00">FSNone</text>+<polyline fill="none" stroke="black" points="1374.25,-147.5 1473.5,-147.5"/>+<text text-anchor="middle" x="1423.88" y="-130.2" font-family="Times,serif" font-size="14.00">FSFixed Int</text>+<polyline fill="none" stroke="black" points="1374.25,-123 1473.5,-123"/>+<text text-anchor="middle" x="1423.88" y="-105.7" font-family="Times,serif" font-size="14.00">FSExponent</text>+<polyline fill="none" stroke="black" points="1374.25,-98.5 1473.5,-98.5"/>+<text text-anchor="middle" x="1423.88" y="-81.2" font-family="Times,serif" font-size="14.00">FSDollar</text>+<polyline fill="none" stroke="black" points="1374.25,-74 1473.5,-74"/>+<text text-anchor="middle" x="1423.88" y="-56.7" font-family="Times,serif" font-size="14.00">FSDecimal</text>+<polyline fill="none" stroke="black" points="1374.25,-49.5 1473.5,-49.5"/>+<text text-anchor="middle" x="1423.88" y="-32.2" font-family="Times,serif" font-size="14.00">FSCommaPrec</text>+<polyline fill="none" stroke="black" points="1374.25,-25 1473.5,-25"/>+<text text-anchor="middle" x="1423.88" y="-7.7" font-family="Times,serif" font-size="14.00">FSComma</text>+</a>+</g>+</g>+<!-- FormatN->FStyle -->+<g id="edge41" class="edge">+<title>FormatN:xfstyle->FStyle:xFStyle</title>+<path fill="none" stroke="black" d="M1254.25,-476C1279.24,-476 1262.38,-387.96 1272.25,-365 1300.53,-299.21 1299.21,-236.77 1366.58,-233.16"/>+<polygon fill="black" stroke="black" points="1366.41,-234.92 1371.36,-233.04 1366.32,-231.42 1366.41,-234.92"/>+</g>+<!-- CssOptions->ShapeRendering -->+<g id="edge42" class="edge">+<title>CssOptions:xshapeRendering->ShapeRendering:xShapeRendering</title>+<path fill="none" stroke="black" d="M490,-1655C541.51,-1655 547.6,-1697.3 595.38,-1700.77"/>+<polygon fill="black" stroke="black" points="595.18,-1702.52 600.24,-1700.95 595.3,-1699.02 595.18,-1702.52"/>+</g>+<!-- CssOptions->PreferColorScheme -->+<g id="edge43" class="edge">+<title>CssOptions:xpreferColorScheme->PreferColorScheme:xPreferColorScheme</title>+<path fill="none" stroke="black" d="M490,-1630C545.5,-1630 553.1,-1587.35 605.04,-1584.19"/>+<polygon fill="black" stroke="black" points="604.79,-1585.94 609.74,-1584.05 604.69,-1582.45 604.79,-1585.94"/>+</g>+<!-- ChartTree -->+<g id="node30" class="node">+<title>ChartTree</title>+<g id="a_node30"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Primitive.html#t:ChartTree" xlink:title="<xChartTree> ChartTree| <xtree> tree| <xcharts'> charts'">+<polygon fill="none" stroke="black" points="153.5,-1367.25 153.5,-1440.75 224.25,-1440.75 224.25,-1367.25 153.5,-1367.25"/>+<text text-anchor="middle" x="188.88" y="-1423.45" font-family="Times,serif" font-size="14.00">ChartTree</text>+<polyline fill="none" stroke="black" points="153.5,-1416.25 224.25,-1416.25"/>+<text text-anchor="middle" x="188.88" y="-1398.95" font-family="Times,serif" font-size="14.00">tree</text>+<polyline fill="none" stroke="black" points="153.5,-1391.75 224.25,-1391.75"/>+<text text-anchor="middle" x="188.88" y="-1374.45" font-family="Times,serif" font-size="14.00">charts'</text>+</a>+</g>+</g>+<!-- ChartTree->Tree -->+<g id="edge44" class="edge">+<title>ChartTree:xtree->Tree:xTree</title>+<path fill="none" stroke="black" d="M224.88,-1404C284.81,-1404 354.51,-1408.8 394.93,-1412.06"/>+<polygon fill="black" stroke="black" points="394.77,-1413.8 399.9,-1412.46 395.06,-1410.31 394.77,-1413.8"/>+</g>+<!-- ChartTree->Chart -->+<g id="edge45" class="edge">+<title>ChartTree:xcharts'->Chart:xChart</title>+<path fill="none" stroke="black" d="M224.88,-1379C341.04,-1379 640.02,-1394.86 746.75,-1349 828.28,-1313.97 806.01,-1213.84 889.55,-1209.17"/>+<polygon fill="black" stroke="black" points="889.29,-1210.93 894.24,-1209.04 889.19,-1207.43 889.29,-1210.93"/>+<text text-anchor="middle" x="545.88" y="-1383.2" font-family="Times,serif" font-size="14.00">each</text>+</g>+<!-- ChartOptions -->+<g id="node31" class="node">+<title>ChartOptions</title>+<g id="a_node31"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Markup.html#t:ChartOptions" xlink:title="<xChartOptions> ChartOptions| <xmarkupOptions> markupOptions| <xhudOptions> hudOptions| <xchartTree> chartTree">+<polygon fill="none" stroke="black" points="0,-1417 0,-1515 100.75,-1515 100.75,-1417 0,-1417"/>+<text text-anchor="middle" x="50.38" y="-1497.7" font-family="Times,serif" font-size="14.00">ChartOptions</text>+<polyline fill="none" stroke="black" points="0,-1490.5 100.75,-1490.5"/>+<text text-anchor="middle" x="50.38" y="-1473.2" font-family="Times,serif" font-size="14.00">markupOptions</text>+<polyline fill="none" stroke="black" points="0,-1466 100.75,-1466"/>+<text text-anchor="middle" x="50.38" y="-1448.7" font-family="Times,serif" font-size="14.00">hudOptions</text>+<polyline fill="none" stroke="black" points="0,-1441.5 100.75,-1441.5"/>+<text text-anchor="middle" x="50.38" y="-1424.2" font-family="Times,serif" font-size="14.00">chartTree</text>+</a>+</g>+</g>+<!-- ChartOptions->MarkupOptions -->+<g id="edge46" class="edge">+<title>ChartOptions:xmarkupOptions->MarkupOptions:xMarkupOptions</title>+<path fill="none" stroke="black" d="M100.75,-1478C183.16,-1478 60.11,-1654.91 131.28,-1664.59"/>+<polygon fill="black" stroke="black" points="131.14,-1666.33 136.24,-1664.9 131.36,-1662.84 131.14,-1666.33"/>+</g>+<!-- ChartOptions->HudOptions -->+<g id="edge47" class="edge">+<title>ChartOptions:xhudOptions->HudOptions:xHudOptions</title>+<path fill="none" stroke="black" d="M100.75,-1454C134.15,-1454 114.1,-1173.95 141.23,-1141.13"/>+<polygon fill="black" stroke="black" points="142.03,-1142.69 145.55,-1138.73 140.33,-1139.63 142.03,-1142.69"/>+</g>+<!-- ChartOptions->ChartTree -->+<g id="edge48" class="edge">+<title>ChartOptions:xchartTree->ChartTree:xChartTree</title>+<path fill="none" stroke="black" d="M100.75,-1429C121.74,-1429 128.47,-1429 146.79,-1429"/>+<polygon fill="black" stroke="black" points="146.36,-1430.75 151.36,-1429 146.36,-1427.25 146.36,-1430.75"/>+</g>+<!-- ChartData -->+<g id="node32" class="node">+<title>ChartData</title>+<g id="a_node32"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Primitive.html#t:ChartData" xlink:title="<xChartData> ChartData| <xtextData'> textData'| <xrectData'> rectData'| <xpathData'> pathData'| <xlineData'> lineData'| <xglyphData'> glyphData'| <xblankData'> blankData'">+<polygon fill="none" stroke="black" points="1140.38,-1464.25 1140.38,-1635.75 1214.88,-1635.75 1214.88,-1464.25 1140.38,-1464.25"/>+<text text-anchor="middle" x="1177.62" y="-1618.45" font-family="Times,serif" font-size="14.00">ChartData</text>+<polyline fill="none" stroke="black" points="1140.38,-1611.25 1214.88,-1611.25"/>+<text text-anchor="middle" x="1177.62" y="-1593.95" font-family="Times,serif" font-size="14.00">textData'</text>+<polyline fill="none" stroke="black" points="1140.38,-1586.75 1214.88,-1586.75"/>+<text text-anchor="middle" x="1177.62" y="-1569.45" font-family="Times,serif" font-size="14.00">rectData'</text>+<polyline fill="none" stroke="black" points="1140.38,-1562.25 1214.88,-1562.25"/>+<text text-anchor="middle" x="1177.62" y="-1544.95" font-family="Times,serif" font-size="14.00">pathData'</text>+<polyline fill="none" stroke="black" points="1140.38,-1537.75 1214.88,-1537.75"/>+<text text-anchor="middle" x="1177.62" y="-1520.45" font-family="Times,serif" font-size="14.00">lineData'</text>+<polyline fill="none" stroke="black" points="1140.38,-1513.25 1214.88,-1513.25"/>+<text text-anchor="middle" x="1177.62" y="-1495.95" font-family="Times,serif" font-size="14.00">glyphData'</text>+<polyline fill="none" stroke="black" points="1140.38,-1488.75 1214.88,-1488.75"/>+<text text-anchor="middle" x="1177.62" y="-1471.45" font-family="Times,serif" font-size="14.00">blankData'</text>+</a>+</g>+</g>+<!-- ChartData->Rect -->+<g id="edge50" class="edge">+<title>ChartData:xrectData'->Rect:xRect</title>+<path fill="none" stroke="black" d="M1215.62,-1575C1277.5,-1575 1348.98,-1586.01 1390.05,-1593.42"/>+<polygon fill="black" stroke="black" points="1389.66,-1595.13 1394.89,-1594.3 1390.29,-1591.68 1389.66,-1595.13"/>+<text text-anchor="middle" x="1308.25" y="-1588.2" font-family="Times,serif" font-size="14.00">_Just % each</text>+</g>+<!-- ChartData->Rect -->+<g id="edge54" class="edge">+<title>ChartData:xblankData'->Rect:xRect</title>+<path fill="none" stroke="black" d="M1215.62,-1476C1274.93,-1476 1301.9,-1469.98 1344.25,-1511.5 1364.28,-1531.14 1343.82,-1550.85 1362.25,-1572 1369.67,-1580.52 1380.21,-1586.59 1390.48,-1590.84"/>+<polygon fill="black" stroke="black" points="1389.76,-1592.44 1395.05,-1592.6 1391.01,-1589.18 1389.76,-1592.44"/>+<text text-anchor="middle" x="1308.25" y="-1514.2" font-family="Times,serif" font-size="14.00">_Just % each</text>+</g>+<!-- ChartData->Point -->+<g id="edge52" class="edge">+<title>ChartData:xlineData'->Point:xPoint</title>+<path fill="none" stroke="black" d="M1215.62,-1525C1250.1,-1525 1246.96,-1495.42 1272.25,-1472 1312.06,-1435.13 1313.99,-1414.32 1362.25,-1389.5 1455.06,-1341.77 1494.3,-1377.69 1592,-1341 1601.69,-1337.36 1603.73,-1330.39 1610.99,-1327.91"/>+<polygon fill="black" stroke="black" points="1610.82,-1329.7 1615.5,-1327.23 1610.3,-1326.24 1610.82,-1329.7"/>+<text text-anchor="middle" x="1423.88" y="-1392.2" font-family="Times,serif" font-size="14.00">_Just % each % each</text>+</g>+<!-- ChartData->Point -->+<g id="edge53" class="edge">+<title>ChartData:xglyphData'->Point:xPoint</title>+<path fill="none" stroke="black" d="M1215.62,-1501C1268.65,-1501 1236.02,-1434.71 1272.25,-1396 1304.53,-1361.52 1317.2,-1353.67 1362.25,-1339.5 1468.38,-1306.11 1502.38,-1326.22 1610.77,-1326.98"/>+<polygon fill="black" stroke="black" points="1610.48,-1328.73 1615.49,-1326.99 1610.49,-1325.23 1610.48,-1328.73"/>+<text text-anchor="middle" x="1423.88" y="-1342.2" font-family="Times,serif" font-size="14.00">_Just % each</text>+</g>+<!-- ChartData->PathData -->+<g id="edge51" class="edge">+<title>ChartData:xpathData'->PathData:xPathData</title>+<path fill="none" stroke="black" d="M1215.62,-1550C1290.95,-1550 1311.33,-1550 1383.65,-1550"/>+<polygon fill="black" stroke="black" points="1383.36,-1551.75 1388.36,-1550 1383.36,-1548.25 1383.36,-1551.75"/>+<text text-anchor="middle" x="1308.25" y="-1553.2" font-family="Times,serif" font-size="14.00">_Just % each</text>+</g>+<!-- (Text,Point) -->+<g id="node40" class="node">+<title>(Text,Point)</title>+<polygon fill="none" stroke="black" points="1382.88,-1637.25 1382.88,-1710.75 1464.88,-1710.75 1464.88,-1637.25 1382.88,-1637.25"/>+<text text-anchor="middle" x="1423.88" y="-1693.45" font-family="Times,serif" font-size="14.00">(Text,Point)</text>+<polyline fill="none" stroke="black" points="1382.88,-1686.25 1464.88,-1686.25"/>+<text text-anchor="middle" x="1423.88" y="-1668.95" font-family="Times,serif" font-size="14.00">_2</text>+<polyline fill="none" stroke="black" points="1382.88,-1661.75 1464.88,-1661.75"/>+<text text-anchor="middle" x="1423.88" y="-1644.45" font-family="Times,serif" font-size="14.00">_1</text>+</g>+<!-- ChartData->(Text,Point) -->+<g id="edge49" class="edge">+<title>ChartData:xtextData'->(Text,Point):x(Text,Point)</title>+<path fill="none" stroke="black" d="M1215.62,-1599C1299.66,-1599 1295.9,-1693.99 1375.48,-1698.81"/>+<polygon fill="black" stroke="black" points="1375.31,-1700.56 1380.36,-1698.95 1375.42,-1697.06 1375.31,-1700.56"/>+<text text-anchor="middle" x="1308.25" y="-1693.2" font-family="Times,serif" font-size="14.00">_Just % each</text>+</g>+<!-- Chart->Style -->+<g id="edge55" class="edge">+<title>Chart:xchartStyle->Style:xStyle</title>+<path fill="none" stroke="black" d="M967.75,-1184C1044.82,-1184 1055.82,-1127.24 1129.28,-1124.13"/>+<polygon fill="black" stroke="black" points="1129.15,-1125.89 1134.11,-1124.03 1129.08,-1122.39 1129.15,-1125.89"/>+</g>+<!-- Chart->ChartData -->+<g id="edge56" class="edge">+<title>Chart:xchartData->ChartData:xChartData</title>+<path fill="none" stroke="black" d="M967.75,-1159C1075.76,-1159 1031.29,-1606.01 1133.35,-1623.47"/>+<polygon fill="black" stroke="black" points="1132.99,-1625.2 1138.12,-1623.87 1133.28,-1621.71 1132.99,-1625.2"/>+</g>+<!-- AxisOptions->Ticks -->+<g id="edge57" class="edge">+<title>AxisOptions:xticks->Ticks:xTicks</title>+<path fill="none" stroke="black" d="M471.75,-613C554.84,-613 552.19,-705.14 630.93,-709.82"/>+<polygon fill="black" stroke="black" points="630.69,-711.56 635.74,-709.96 630.79,-708.06 630.69,-711.56"/>+</g>+<!-- AxisOptions->Place -->+<g id="edge58" class="edge">+<title>AxisOptions:xplace->Place:xPlace</title>+<path fill="none" stroke="black" d="M471.75,-588C511.6,-588 483.03,-638.95 508,-670 590.45,-772.53 656.03,-749.72 746.75,-845 748.93,-847.29 858.58,-1018.54 880.88,-1049.3"/>+<polygon fill="black" stroke="black" points="879.26,-1050.08 883.79,-1052.83 881.97,-1047.86 879.26,-1050.08"/>+</g>+<!-- AxisBar -->+<g id="node36" class="node">+<title>AxisBar</title>+<g id="a_node36"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:AxisBar" xlink:title="<xAxisBar> AxisBar| <xstyle> style| <xsize> size| <xoverhang> overhang| <xbuffer> buffer| <xanchorTo> anchorTo">+<polygon fill="none" stroke="black" points="897.88,-343.5 897.88,-490.5 965.62,-490.5 965.62,-343.5 897.88,-343.5"/>+<text text-anchor="middle" x="931.75" y="-473.2" font-family="Times,serif" font-size="14.00">AxisBar</text>+<polyline fill="none" stroke="black" points="897.88,-466 965.62,-466"/>+<text text-anchor="middle" x="931.75" y="-448.7" font-family="Times,serif" font-size="14.00">style</text>+<polyline fill="none" stroke="black" points="897.88,-441.5 965.62,-441.5"/>+<text text-anchor="middle" x="931.75" y="-424.2" font-family="Times,serif" font-size="14.00">size</text>+<polyline fill="none" stroke="black" points="897.88,-417 965.62,-417"/>+<text text-anchor="middle" x="931.75" y="-399.7" font-family="Times,serif" font-size="14.00">overhang</text>+<polyline fill="none" stroke="black" points="897.88,-392.5 965.62,-392.5"/>+<text text-anchor="middle" x="931.75" y="-375.2" font-family="Times,serif" font-size="14.00">buffer</text>+<polyline fill="none" stroke="black" points="897.88,-368 965.62,-368"/>+<text text-anchor="middle" x="931.75" y="-350.7" font-family="Times,serif" font-size="14.00">anchorTo</text>+</a>+</g>+</g>+<!-- AxisOptions->AxisBar -->+<g id="edge59" class="edge">+<title>AxisOptions:xaxisBar->AxisBar:xAxisBar</title>+<path fill="none" stroke="black" d="M471.75,-563C594.56,-563 627.27,-564.41 746.75,-536 814.25,-519.95 824.69,-480.41 890.63,-478.11"/>+<polygon fill="black" stroke="black" points="890.27,-479.86 895.24,-478.03 890.21,-476.36 890.27,-479.86"/>+<text text-anchor="middle" x="674.25" y="-563.2" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- Adjustments -->+<g id="node39" class="node">+<title>Adjustments</title>+<g id="a_node39"><a xlink:href="https://hackage.haskell.org/package/chart-svg/docs/Chart-Hud.html#t:Adjustments" xlink:title="<xAdjustments> Adjustments| <xmaxYRatio> maxYRatio| <xmaxXRatio> maxXRatio| <xangledRatio> angledRatio| <xallowDiagonal> allowDiagonal">+<polygon fill="none" stroke="black" points="626.5,-403.75 626.5,-526.25 722,-526.25 722,-403.75 626.5,-403.75"/>+<text text-anchor="middle" x="674.25" y="-508.95" font-family="Times,serif" font-size="14.00">Adjustments</text>+<polyline fill="none" stroke="black" points="626.5,-501.75 722,-501.75"/>+<text text-anchor="middle" x="674.25" y="-484.45" font-family="Times,serif" font-size="14.00">maxYRatio</text>+<polyline fill="none" stroke="black" points="626.5,-477.25 722,-477.25"/>+<text text-anchor="middle" x="674.25" y="-459.95" font-family="Times,serif" font-size="14.00">maxXRatio</text>+<polyline fill="none" stroke="black" points="626.5,-452.75 722,-452.75"/>+<text text-anchor="middle" x="674.25" y="-435.45" font-family="Times,serif" font-size="14.00">angledRatio</text>+<polyline fill="none" stroke="black" points="626.5,-428.25 722,-428.25"/>+<text text-anchor="middle" x="674.25" y="-410.95" font-family="Times,serif" font-size="14.00">allowDiagonal</text>+</a>+</g>+</g>+<!-- AxisOptions->Adjustments -->+<g id="edge60" class="edge">+<title>AxisOptions:xadjustments->Adjustments:xAdjustments</title>+<path fill="none" stroke="black" d="M471.75,-539C488.12,-539 491.86,-535.22 508,-532.5 557.89,-524.09 571.4,-514.8 618.96,-514.05"/>+<polygon fill="black" stroke="black" points="618.75,-515.8 623.74,-514.01 618.72,-512.3 618.75,-515.8"/>+<text text-anchor="middle" x="545.88" y="-535.2" font-family="Times,serif" font-size="14.00">_Just</text>+</g>+<!-- AxisBar->Style -->+<g id="edge61" class="edge">+<title>AxisBar:xstyle->Style:xStyle</title>+<path fill="none" stroke="black" d="M966.75,-454C990.42,-454 980.16,-481.12 996.75,-498 1029.66,-531.48 1059.51,-518.35 1083,-559 1113.5,-611.78 1075.28,-1090.61 1129.69,-1122.35"/>+<polygon fill="black" stroke="black" points="1128.88,-1123.94 1134.17,-1123.59 1129.82,-1120.57 1128.88,-1123.94"/>+</g>+<!-- AxisBar->HudChartSection -->+<g id="edge62" class="edge">+<title>AxisBar:xanchorTo->HudChartSection:xHudChartSection</title>+<path fill="none" stroke="black" d="M966.75,-356C1030.29,-356 1047.76,-356 1108.24,-356"/>+<polygon fill="black" stroke="black" points="1108.11,-357.75 1113.11,-356 1108.11,-354.25 1108.11,-357.75"/>+</g>+<!-- (Text,Point)->Point -->+<g id="edge63" class="edge">+<title>(Text,Point):x_2->Point:xPoint</title>+<path fill="none" stroke="black" d="M1465.88,-1674C1488.1,-1674 1480.05,-1649.55 1485.5,-1628 1496.12,-1586.03 1478.36,-1469.25 1503.5,-1434 1528.56,-1398.85 1562.52,-1425.53 1592,-1394 1612.01,-1372.6 1589.36,-1333.72 1610.6,-1327.77"/>+<polygon fill="black" stroke="black" points="1610.74,-1329.52 1615.5,-1327.18 1610.32,-1326.04 1610.74,-1329.52"/>+</g>+</g>+</svg>
other/bar.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="462" height="300" viewBox="-0.7427 -0.4932 1.4927 0.9682"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="451" height="300" viewBox="-0.7625 -0.5 1.5125 1.0057"><style>svg { color-scheme: light dark; } {@@ -22,14 +22,21 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="barchart"><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 29%, 48%)" fill-opacity="0.7"><rect width="0.0516" height="0.0539" x="-0.7119" y="0.0913"/><rect width="0.0516" height="0.1078" x="-0.5972" y="0.0374"/><rect width="0.0516" height="0.1616" x="-0.4825" y="-0.0164"/><rect width="0.0516" height="0.2694" x="-0.3679" y="-0.1242"/><rect width="0.0516" height="0.4310" x="-0.2532" y="-0.2859"/><rect width="0.0516" height="0" x="-0.1385" y="0.1452"/><rect width="0.0516" height="0.1078" x="-0.0238" y="0.1452"/><rect width="0.0516" height="0.5927" x="0.0909" y="-0.4475"/><rect width="0.0516" height="0.1078" x="0.2055" y="0.0374"/><rect width="0.0516" height="0.0539" x="0.3202" y="0.0913"/></g><g stroke-width="0.0050" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.7"><rect width="0.0516" height="0.0539" x="-0.6603" y="0.0913"/><rect width="0.0516" height="0.1078" x="-0.5456" y="0.0374"/><rect width="0.0516" height="0.1616" x="-0.4309" y="-0.0164"/><rect width="0.0516" height="0.2155" x="-0.3163" y="-0.0703"/><rect width="0.0516" height="0.2694" x="-0.2016" y="-0.1242"/><rect width="0.0516" height="0.3233" x="-0.0869" y="-0.1781"/><rect width="0.0516" height="0.3772" x="0.0278" y="-0.2320"/><rect width="0.0516" height="0.4310" x="0.1425" y="-0.2859"/><rect width="0.0516" height="0.4849" x="0.2572" y="-0.3397"/><rect width="0.0516" height="0.5388" x="0.3718" y="-0.3936"/></g><g stroke-width="0.0" stroke="none" fill="rgb(2%, 29%, 48%)" fill-opacity="1.0" font-size="0.0275" text-anchor="middle"><text x="-0.6861" y="0.0676">1.0</text><text x="-0.5714" y="0.0137">2.0</text><text x="-0.4567" y="-0.0402">3.0</text><text x="-0.3421" y="-0.1479">5.0</text><text x="-0.2274" y="-0.3096">8.0</text><text x="-0.1127" y="0.1215">0.0</text><text x="0.0020" y="0.3122">-2.0</text><text x="0.1167" y="-0.4712">11</text><text x="0.2314" y="0.0137">2.0</text><text x="0.3460" y="0.0676">1.0</text></g><g stroke-width="0.0" stroke="none" fill="rgb(66%, 7%, 55%)" fill-opacity="1.0" font-size="0.0275" text-anchor="middle"><text x="-0.6345" y="0.0676">1.0</text><text x="-0.5198" y="0.0137">2.0</text><text x="-0.4051" y="-0.0402">3.0</text><text x="-0.2904" y="-0.0940">4.0</text><text x="-0.1758" y="-0.1479">5.0</text><text x="-0.0611" y="-0.2018">6.0</text><text x="0.0536" y="-0.2557">7.0</text><text x="0.1683" y="-0.3096">8.0</text><text x="0.2830" y="-0.3634">9.0</text><text x="0.3976" y="-0.4173">10</text></g></g></g><g class="hud"><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6603,0.3592--0.6603,0.3292"/><polyline points="-0.5456,0.3592--0.5456,0.3292"/><polyline points="-0.4309,0.3592--0.4309,0.3292"/><polyline points="-0.3163,0.3592--0.3163,0.3292"/><polyline points="-0.2016,0.3592--0.2016,0.3292"/><polyline points="-0.0869,0.3592--0.0869,0.3292"/><polyline points="0.0278,0.3592-0.0278,0.3292"/><polyline points="0.1425,0.3592-0.1425,0.3292"/><polyline points="0.2572,0.3592-0.2572,0.3292"/><polyline points="0.3718,0.3592-0.3718,0.3292"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0382" text-anchor="end"><text x="-0.6603" y="0.3939" transform="rotate(-45.0, -0.6603, 0.3939)">row 1</text><text x="-0.5456" y="0.3939" transform="rotate(-45.0, -0.5456, 0.3939)">row 2</text><text x="-0.4309" y="0.3939" transform="rotate(-45.0, -0.4309, 0.3939)">row 3</text><text x="-0.3163" y="0.3939" transform="rotate(-45.0, -0.3163, 0.3939)">row 4</text><text x="-0.2016" y="0.3939" transform="rotate(-45.0, -0.2016, 0.3939)">row 5</text><text x="-0.0869" y="0.3939" transform="rotate(-45.0, -0.0869, 0.3939)">row 6</text><text x="0.0278" y="0.3939" transform="rotate(-45.0, 0.0278, 0.3939)">row 7</text><text x="0.1425" y="0.3939" transform="rotate(-45.0, 0.1425, 0.3939)">row 8</text><text x="0.2572" y="0.3939" transform="rotate(-45.0, 0.2572, 0.3939)">row 9</text><text x="0.3718" y="0.3939" transform="rotate(-45.0, 0.3718, 0.3939)">row 10</text></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.1499" height="0.0031" x="-0.7192" y="0.3285"/></g></g></g><g class="legend"><g class="legendBorder"><g stroke-width="0.0025" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.2581" height="0.1782" x="0.4880" y="-0.1371"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0344" text-anchor="start"><text x="0.5072" y="0.0004">column 2</text></g><g stroke-width="0.0012" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.7"><rect width="0.0573" height="0.0588" x="0.6692" y="-0.0377"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0344" text-anchor="start"><text x="0.5072" y="-0.0789">column 1</text></g><g stroke-width="0.0012" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 29%, 48%)" fill-opacity="0.7"><rect width="0.0573" height="0.0588" x="0.6692" y="-0.1171"/></g></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="barchart"><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 29%, 48%)" fill-opacity="0.7"><rect width="0.0505" height="0.0555" x="-0.7105" y="0.1149"/><rect width="0.0505" height="0.1110" x="-0.5984" y="0.0594"/><rect width="0.0505" height="0.1665" x="-0.4862" y="0.0039"/><rect width="0.0505" height="0.2775" x="-0.3741" y="-0.1070"/><rect width="0.0505" height="0.4439" x="-0.2620" y="-0.2735"/><rect width="0.0505" height="0" x="-0.1498" y="0.1704"/><rect width="0.0505" height="0.1110" x="-0.0377" y="0.1704"/><rect width="0.0505" height="0.6104" x="0.0745" y="-0.4400"/><rect width="0.0505" height="0.1110" x="0.1866" y="0.0594"/><rect width="0.0505" height="0.0555" x="0.2988" y="0.1149"/></g><g stroke-width="0.0050" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.7"><rect width="0.0505" height="0.0555" x="-0.6601" y="0.1149"/><rect width="0.0505" height="0.1110" x="-0.5479" y="0.0594"/><rect width="0.0505" height="0.1665" x="-0.4358" y="0.0039"/><rect width="0.0505" height="0.2220" x="-0.3236" y="-0.0515"/><rect width="0.0505" height="0.2775" x="-0.2115" y="-0.1070"/><rect width="0.0505" height="0.3330" x="-0.0993" y="-0.1625"/><rect width="0.0505" height="0.3885" x="0.0128" y="-0.2180"/><rect width="0.0505" height="0.4439" x="0.1249" y="-0.2735"/><rect width="0.0505" height="0.4994" x="0.2371" y="-0.3290"/><rect width="0.0505" height="0.5549" x="0.3492" y="-0.3845"/></g><g stroke-width="0.0" stroke="none" fill="rgb(2%, 29%, 48%)" fill-opacity="1.0" font-size="0.0268" text-anchor="middle"><text x="-0.6853" y="0.0933">1.0</text><text x="-0.5731" y="0.0378">2.0</text><text x="-0.4610" y="-0.0177">3.0</text><text x="-0.3489" y="-0.1287">5.0</text><text x="-0.2367" y="-0.2952">8.0</text><text x="-0.1246" y="0.1488">0.0</text><text x="-0.0124" y="0.3175">-2.0</text><text x="0.0997" y="-0.4616">11</text><text x="0.2118" y="0.0378">2.0</text><text x="0.3240" y="0.0933">1.0</text></g><g stroke-width="0.0" stroke="none" fill="rgb(66%, 7%, 55%)" fill-opacity="1.0" font-size="0.0268" text-anchor="middle"><text x="-0.6348" y="0.0933">1.0</text><text x="-0.5227" y="0.0378">2.0</text><text x="-0.4105" y="-0.0177">3.0</text><text x="-0.2984" y="-0.0732">4.0</text><text x="-0.1863" y="-0.1287">5.0</text><text x="-0.0741" y="-0.1842">6.0</text><text x="0.0380" y="-0.2397">7.0</text><text x="0.1502" y="-0.2952">8.0</text><text x="0.2623" y="-0.3507">9.0</text><text x="0.3745" y="-0.4062">10</text></g></g></g><g class="hud"><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.1132" height="0.0032" x="-0.7120" y="0.3255"/></g></g><g class="ticks"><g class="tickglyph"><g stroke-width="0.0032" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6550,0.3512+-0.6550,0.3271"/><polyline points="-0.5440,0.3512+-0.5440,0.3271"/><polyline points="-0.4330,0.3512+-0.4330,0.3271"/><polyline points="-0.3219,0.3512+-0.3219,0.3271"/><polyline points="-0.2109,0.3512+-0.2109,0.3271"/><polyline points="-0.0999,0.3512+-0.0999,0.3271"/><polyline points="0.0111,0.3512+0.0111,0.3271"/><polyline points="0.1221,0.3512+0.1221,0.3271"/><polyline points="0.2332,0.3512+0.2332,0.3271"/><polyline points="0.3442,0.3512+0.3442,0.3271"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6550" y="0.3954" transform="rotate(-45.0, -0.6550, 0.3954)">row 1</text><text x="-0.5440" y="0.3954" transform="rotate(-45.0, -0.5440, 0.3954)">row 2</text><text x="-0.4330" y="0.3954" transform="rotate(-45.0, -0.4330, 0.3954)">row 3</text><text x="-0.3219" y="0.3954" transform="rotate(-45.0, -0.3219, 0.3954)">row 4</text><text x="-0.2109" y="0.3954" transform="rotate(-45.0, -0.2109, 0.3954)">row 5</text><text x="-0.0999" y="0.3954" transform="rotate(-45.0, -0.0999, 0.3954)">row 6</text><text x="0.0111" y="0.3954" transform="rotate(-45.0, 0.0111, 0.3954)">row 7</text><text x="0.1221" y="0.3954" transform="rotate(-45.0, 0.1221, 0.3954)">row 8</text><text x="0.2332" y="0.3954" transform="rotate(-45.0, 0.2332, 0.3954)">row 9</text><text x="0.3442" y="0.3954" transform="rotate(-45.0, 0.3442, 0.3954)">row 10</text></g></g></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0009" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.2739" height="0.1827" x="0.4574" y="-0.1320"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0298" text-anchor="start"><text x="0.4761" y="0.0080">column 2</text></g><g stroke-width="0.0009" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.7"><rect width="0.0559" height="0.0602" x="0.6564" y="-0.0301"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0298" text-anchor="start"><text x="0.4761" y="-0.0733">column 1</text></g><g stroke-width="0.0009" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 29%, 48%)" fill-opacity="0.7"><rect width="0.0559" height="0.0602" x="0.6564" y="-0.1114"/></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>
+ other/compound.svg view
@@ -0,0 +1,56 @@+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="449" height="300" viewBox="-0.7521 -0.5035 1.5041 1.0040"><style>svg {+ color-scheme: light dark;+}+{+ .canvas g, .title g, .axisbar g, .ticktext g, .tickglyph g, .ticklines g, .legendContent g text {+ fill: rgb(5%, 5%, 5%);+ }+ .ticklines g, .tickglyph g, .legendBorder g {+ stroke: rgb(5%, 5%, 5%);+ }+ .legendBorder g {+ fill: rgb(94%, 94%, 94%);+ }+}+@media (prefers-color-scheme:dark) {+ .canvas g, .title g, .axisbar g, .ticktext g, .tickglyph g, .ticklines g, .legendContent g text {+ fill: rgb(94%, 94%, 94%);+ }+ .ticklines g, .tickglyph g, .legendBorder g {+ stroke: rgb(94%, 94%, 94%);+ }+ .legendBorder g {+ fill: rgb(5%, 5%, 5%);+ }+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="chart"><g class="c1"><g stroke-width="0.0100" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.1"><rect width="1.2083" height="0.6152" x="-0.6042" y="-0.1870"/></g></g><g class="c2"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(96%, 60%, 92%)" fill-opacity="0.3"><rect width="0.8055" height="0.4101" x="-0.4028" y="-0.0845"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 73%, 80%)" fill-opacity="1.0"><rect width="0.0032" height="0.6176" x="-0.6155" y="-0.1882"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6042,0.4282 0.6042,0.4282"/><polyline points="-0.6042,0.2744 0.6042,0.2744"/><polyline points="-0.6042,0.1206 0.6042,0.1206"/><polyline points="-0.6042,-0.0332 0.6042,-0.0332"/><polyline points="-0.6042,-0.1870 0.6042,-0.1870"/></g></g><g class="tickglyph"><g stroke-width="0.0032" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="1.0"><polyline points="-0.6382,0.4282+-0.6139,0.4282"/><polyline points="-0.6382,0.2744+-0.6139,0.2744"/><polyline points="-0.6382,0.1206+-0.6139,0.1206"/><polyline points="-0.6382,-0.0332+-0.6139,-0.0332"/><polyline points="-0.6382,-0.1870+-0.6139,-0.1870"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(2%, 73%, 80%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6561" y="0.4350">-1.0</text><text x="-0.6561" y="0.2812">-0.5</text><text x="-0.6561" y="0.1274"> 0.0</text><text x="-0.6561" y="-0.0264"> 0.5</text><text x="-0.6561" y="-0.1801"> 1.0</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 73%, 80%)" fill-opacity="1.0"><rect width="1.2116" height="0.0025" x="-0.6058" y="0.4344"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6042,0.4282 -0.6042,-0.1870"/><polyline points="-0.3021,0.4282 -0.3021,-0.1870"/><polyline points="0,0.4282 0,-0.1870"/><polyline points="0.3021,0.4282 0.3021,-0.1870"/><polyline points="0.6042,0.4282 0.6042,-0.1870"/></g></g><g class="tickglyph"><g stroke-width="0.0025" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="1.0"><polyline points="-0.6042,0.4543+-0.6042,0.4356"/><polyline points="-0.3021,0.4543+-0.3021,0.4356"/><polyline points="0,0.4543+0,0.4356"/><polyline points="0.3021,0.4543+0.3021,0.4356"/><polyline points="0.6042,0.4543+0.6042,0.4356"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(2%, 73%, 80%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.6042" y="0.4884">-1.0</text><text x="-0.3021" y="0.4884">-0.5</text><text x="0" y="0.4884"> 0.0</text><text x="0.3021" y="0.4884"> 0.5</text><text x="0.6042" y="0.4884"> 1.0</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(96%, 60%, 92%)" fill-opacity="1.0"><rect width="0.0032" height="0.6176" x="0.6123" y="-0.1882"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(96%, 60%, 92%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6042,0.4282 0.6042,0.4282"/><polyline points="-0.6042,0.3257 0.6042,0.3257"/><polyline points="-0.6042,0.2231 0.6042,0.2231"/><polyline points="-0.6042,0.1206 0.6042,0.1206"/><polyline points="-0.6042,0.0181 0.6042,0.0181"/><polyline points="-0.6042,-0.0845 0.6042,-0.0845"/><polyline points="-0.6042,-0.1870 0.6042,-0.1870"/></g></g><g class="tickglyph"><g stroke-width="0.0032" stroke="rgb(96%, 60%, 92%)" stroke-opacity="1.0" fill="rgb(96%, 60%, 92%)" fill-opacity="1.0"><polyline points="0.6139,0.4282+0.6382,0.4282"/><polyline points="0.6139,0.3257+0.6382,0.3257"/><polyline points="0.6139,0.2231+0.6382,0.2231"/><polyline points="0.6139,0.1206+0.6382,0.1206"/><polyline points="0.6139,0.0181+0.6382,0.0181"/><polyline points="0.6139,-0.0845+0.6382,-0.0845"/><polyline points="0.6139,-0.1870+0.6382,-0.1870"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(96%, 60%, 92%)" fill-opacity="1.0" font-size="0.0400" text-anchor="start"><text x="0.6561" y="0.4350">-0.6</text><text x="0.6561" y="0.3325">-0.4</text><text x="0.6561" y="0.2300">-0.2</text><text x="0.6561" y="0.1274"> 0.0</text><text x="0.6561" y="0.0249"> 0.2</text><text x="0.6561" y="-0.0776"> 0.4</text><text x="0.6561" y="-0.1801"> 0.6</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(96%, 60%, 92%)" fill-opacity="1.0"><rect width="1.2116" height="0.0025" x="-0.6058" y="-0.1957"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(96%, 60%, 92%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6042,0.4282 -0.6042,-0.1870"/><polyline points="-0.4028,0.4282 -0.4028,-0.1870"/><polyline points="-0.2014,0.4282 -0.2014,-0.1870"/><polyline points="0,0.4282 0,-0.1870"/><polyline points="0.2014,0.4282 0.2014,-0.1870"/><polyline points="0.4028,0.4282 0.4028,-0.1870"/><polyline points="0.6042,0.4282 0.6042,-0.1870"/></g></g><g class="tickglyph"><g stroke-width="0.0025" stroke="rgb(96%, 60%, 92%)" stroke-opacity="1.0" fill="rgb(96%, 60%, 92%)" fill-opacity="1.0"><polyline points="-0.6042,-0.1944+-0.6042,-0.2131"/><polyline points="-0.4028,-0.1944+-0.4028,-0.2131"/><polyline points="-0.2014,-0.1944+-0.2014,-0.2131"/><polyline points="0,-0.1944+0,-0.2131"/><polyline points="0.2014,-0.1944+0.2014,-0.2131"/><polyline points="0.4028,-0.1944+0.4028,-0.2131"/><polyline points="0.6042,-0.1944+0.6042,-0.2131"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(96%, 60%, 92%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.6042" y="-0.2336">-0.6</text><text x="-0.4028" y="-0.2336">-0.4</text><text x="-0.2014" y="-0.2336">-0.2</text><text x="0" y="-0.2336"> 0.0</text><text x="0.2014" y="-0.2336"> 0.2</text><text x="0.4028" y="-0.2336"> 0.4</text><text x="0.6042" y="-0.2336"> 0.6</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(2%, 73%, 80%)" fill-opacity="1.0" font-size="0.12" text-anchor="middle"><text x="0" y="-0.3007">chart1</text></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(96%, 60%, 92%)" fill-opacity="1.0" font-size="0.12" text-anchor="middle"><text x="0" y="-0.4075">chart2</text></g></g></g></g><g class="hud"></g></svg>
other/cubic.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="459" height="300" viewBox="-0.75 -0.4791 1.5 0.9791"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="450" height="300" viewBox="-0.7559 -0.5017 1.5059 1.0028"><style>svg { color-scheme: light dark; } {@@ -22,4 +22,11 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="cubic"><g stroke-width="0.0100" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(96%, 60%, 92%)" fill-opacity="0.2"><path d="M -0.7335,0.4835 C 0.2768,0.4835 -0.7335,-0.3675 0.2768,-0.3675"/></g><g stroke-width="0.0020" stroke="rgb(53%, 51%, 28%)" stroke-opacity="1.0" fill="none"><polyline points="-0.7335,0.4835 -0.7038,0.4832 -0.6753,0.4825 -0.6479,0.4812 -0.6217,0.4795 -0.5966,0.4773 -0.5726,0.4747 -0.5496,0.4716 -0.5277,0.4680 -0.5069,0.4641 -0.4870,0.4597 -0.4681,0.4549 -0.4501,0.4497 -0.4330,0.4441 -0.4169,0.4381 -0.4016,0.4318 -0.3872,0.4251 -0.3736,0.4181 -0.3608,0.4107 -0.3487,0.4030 -0.3375,0.3950 -0.3269,0.3867 -0.3171,0.3781 -0.3079,0.3692 -0.2994,0.3600 -0.2915,0.3505 -0.2842,0.3408 -0.2775,0.3309 -0.2714,0.3207 -0.2658,0.3103 -0.2607,0.2997 -0.2561,0.2889 -0.2519,0.2778 -0.2482,0.2666 -0.2449,0.2553 -0.2420,0.2437 -0.2394,0.2320 -0.2372,0.2202 -0.2353,0.2082 -0.2337,0.1962 -0.2324,0.1839 -0.2313,0.1716 -0.2304,0.1593 -0.2297,0.1468 -0.2292,0.1342 -0.2288,0.1216 -0.2286,0.1090 -0.2284,0.0963 -0.2284,0.0835 -0.2283,0.0708 -0.2283,0.0580 -0.2283,0.0452 -0.2283,0.0325 -0.2282,0.0198 -0.2281,0.0071 -0.2278,-0.0056 -0.2275,-0.0182 -0.2269,-0.0308 -0.2263,-0.0432 -0.2254,-0.0556 -0.2243,-0.0679 -0.2230,-0.0801 -0.2214,-0.0922 -0.2195,-0.1042 -0.2172,-0.1160 -0.2147,-0.1277 -0.2118,-0.1393 -0.2085,-0.1506 -0.2048,-0.1618 -0.2006,-0.1729 -0.1960,-0.1837 -0.1909,-0.1943 -0.1853,-0.2047 -0.1792,-0.2149 -0.1725,-0.2248 -0.1652,-0.2345 -0.1573,-0.2440 -0.1488,-0.2532 -0.1396,-0.2621 -0.1298,-0.2707 -0.1192,-0.2790 -0.1079,-0.2870 -0.0959,-0.2947 -0.0831,-0.3021 -0.0695,-0.3091 -0.0551,-0.3158 -0.0398,-0.3221 -0.0236,-0.3281 -0.0066,-0.3337 0.0114,-0.3389 0.0303,-0.3437 0.0502,-0.3481 0.0711,-0.3520 0.0930,-0.3556 0.1159,-0.3587 0.1399,-0.3613 0.1650,-0.3635 0.1912,-0.3652 0.2186,-0.3665 0.2471,-0.3672 0.2768,-0.3675"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0300" height="0.0300" x="-0.7485" y="0.4685"/><rect width="0.0300" height="0.0300" x="0.2618" y="-0.3825"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.2768" cy="0.4835" r="0.0150"/><circle cx="-0.7335" cy="-0.3675" r="0.0150"/></g><g stroke-width="0.0020" stroke="rgb(40%, 40%, 40%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.0103" height="0.8510" x="-0.7335" y="-0.3675"/></g></g></g><g class="hud"><g class="legend"><g class="legendBorder"><g stroke-width="0.0025" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.4082" height="0.3879" x="0.3385" y="-0.2852"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0337" text-anchor="start"><text x="0.3553" y="0.0686">Bounding Box</text></g><g stroke-width="0.0025" stroke="rgb(40%, 40%, 40%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0337" height="0.0425" x="0.6618" y="0.0367"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0337" text-anchor="start"><text x="0.3553" y="0.0006">Path Control Point</text></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.6786" cy="-0.0101" r="0.0250"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0337" text-anchor="start"><text x="0.3553" y="-0.0675">Path Endpoints</text></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0500" height="0.0500" x="0.6536" y="-0.1032"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0337" text-anchor="start"><text x="0.3553" y="-0.1356">Path Chord</text></g><g stroke-width="0.0020" stroke="rgb(53%, 51%, 28%)" stroke-opacity="1.0" fill="none"><polyline points="0.6618,-0.1462 0.7291,-0.1462"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0337" text-anchor="start"><text x="0.3553" y="-0.2037">Path Fill</text></g><g stroke-width="0.0500" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(96%, 60%, 92%)" fill-opacity="0.2"><path d="M 0.6618,-0.2001 Q 0.7291,-0.1576 0.6954,-0.2427"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0539" text-anchor="middle"><text x="0.0027" y="-0.4360">CubicPosition (Point 0 0) (Point 1 1) (Point 1 0) (Point 0 1)</text></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="cubic"><g stroke-width="0.0100" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(96%, 60%, 92%)" fill-opacity="0.2"><path d="M -0.7394,0.4846 C 0.1950,0.4846 -0.7394,-0.4167 0.1950,-0.4167"/></g><g stroke-width="0.0020" stroke="rgb(53%, 51%, 28%)" stroke-opacity="1.0" fill="none"><polyline points="-0.7394,0.4846 -0.7119,0.4844 -0.6855,0.4836 -0.6602,0.4823 -0.6360,0.4804 -0.6128,0.4781 -0.5906,0.4753 -0.5694,0.4720 -0.5491,0.4683 -0.5298,0.4640 -0.5114,0.4594 -0.4939,0.4543 -0.4773,0.4488 -0.4615,0.4429 -0.4466,0.4366 -0.4324,0.4299 -0.4191,0.4228 -0.4065,0.4154 -0.3947,0.4075 -0.3835,0.3994 -0.3731,0.3909 -0.3633,0.3821 -0.3542,0.3730 -0.3458,0.3635 -0.3379,0.3538 -0.3306,0.3438 -0.3239,0.3335 -0.3177,0.3230 -0.3120,0.3122 -0.3068,0.3012 -0.3021,0.2900 -0.2978,0.2785 -0.2940,0.2668 -0.2906,0.2550 -0.2875,0.2429 -0.2848,0.2307 -0.2824,0.2183 -0.2804,0.2058 -0.2786,0.1931 -0.2772,0.1803 -0.2759,0.1674 -0.2749,0.1543 -0.2741,0.1412 -0.2735,0.1280 -0.2730,0.1147 -0.2727,0.1014 -0.2724,0.0879 -0.2723,0.0745 -0.2722,0.0610 -0.2722,0.0475 -0.2722,0.0340 -0.2722,0.0205 -0.2722,0.0070 -0.2721,-0.0065 -0.2720,-0.0200 -0.2717,-0.0334 -0.2714,-0.0467 -0.2709,-0.0600 -0.2703,-0.0733 -0.2695,-0.0864 -0.2685,-0.0994 -0.2672,-0.1123 -0.2657,-0.1251 -0.2640,-0.1378 -0.2619,-0.1503 -0.2596,-0.1627 -0.2569,-0.1749 -0.2538,-0.1870 -0.2504,-0.1989 -0.2466,-0.2105 -0.2423,-0.2220 -0.2376,-0.2332 -0.2324,-0.2443 -0.2267,-0.2550 -0.2205,-0.2656 -0.2138,-0.2758 -0.2065,-0.2858 -0.1986,-0.2956 -0.1901,-0.3050 -0.1810,-0.3141 -0.1713,-0.3229 -0.1608,-0.3314 -0.1497,-0.3396 -0.1379,-0.3474 -0.1253,-0.3548 -0.1119,-0.3619 -0.0978,-0.3686 -0.0829,-0.3749 -0.0671,-0.3808 -0.0505,-0.3864 -0.0330,-0.3914 -0.0146,-0.3961 0.0047,-0.4003 0.0250,-0.4040 0.0462,-0.4073 0.0684,-0.4101 0.0916,-0.4125 0.1159,-0.4143 0.1411,-0.4156 0.1675,-0.4164 0.1950,-0.4167"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0300" height="0.0300" x="-0.7544" y="0.4696"/><rect width="0.0300" height="0.0300" x="0.1800" y="-0.4317"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.1950" cy="0.4846" r="0.0150"/><circle cx="-0.7394" cy="-0.4167" r="0.0150"/></g><g stroke-width="0.0020" stroke="rgb(40%, 40%, 40%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.9344" height="0.9013" x="-0.7394" y="-0.4167"/></g></g></g><g class="hud"><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0008" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.4929" height="0.4244" x="0.2539" y="-0.3415"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0322" text-anchor="start"><text x="0.2700" y="0.0456">Bounding Box</text></g><g stroke-width="0.0016" stroke="rgb(40%, 40%, 40%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0322" height="0.0466" x="0.6657" y="0.0107"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0322" text-anchor="start"><text x="0.2700" y="-0.0289">Path Control Point</text></g><g stroke-width="0.0005" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.6818" cy="-0.0405" r="0.0161"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0322" text-anchor="start"><text x="0.2700" y="-0.1033">Path Endpoints</text></g><g stroke-width="0.0005" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0322" height="0.0322" x="0.6657" y="-0.1311"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0322" text-anchor="start"><text x="0.2700" y="-0.1778">Path Chord</text></g><g stroke-width="0.0013" stroke="rgb(53%, 51%, 28%)" stroke-opacity="1.0" fill="none"><polyline points="0.6657,-0.1895 0.7301,-0.1895"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0322" text-anchor="start"><text x="0.2700" y="-0.2523">Path Fill</text></g><g stroke-width="0.0322" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(96%, 60%, 92%)" fill-opacity="0.2"><path d="M 0.6657,-0.2484 Q 0.7301,-0.2019 0.6979,-0.2950"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0300" text-anchor="middle"><text x="0" y="-0.4777">CubicPosition (Point 0 0) (Point 1 1) (Point 1 0) (Point 0 1)</text></g></g></g></svg>
other/date.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="452" height="300" viewBox="-0.7364 -0.4984 1.4854 0.9856"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="450" height="300" viewBox="-0.75 -0.5 1.5 1.0"><style>svg { color-scheme: light dark; } {@@ -22,18 +22,25 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"></g><g class="hud"><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5795,0.3585--0.5795,0.3285"/><polyline points="-0.2395,0.3585--0.2395,0.3285"/><polyline points="0.1821,0.3585-0.1821,0.3285"/><polyline points="0.5628,0.3585-0.5628,0.3285"/><polyline points="0.7396,0.3585-0.7396,0.3285"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0440" text-anchor="end"><text x="-0.5795" y="0.3939" transform="rotate(-45.0, -0.5795, 0.3939)">06 Dec</text><text x="-0.2395" y="0.3939" transform="rotate(-45.0, -0.2395, 0.3939)">31 Dec</text><text x="0.1821" y="0.3939" transform="rotate(-45.0, 0.1821, 0.3939)">31 Jan</text><text x="0.5628" y="0.3939" transform="rotate(-45.0, 0.5628, 0.3939)">28 Feb</text><text x="0.7396" y="0.3939" transform="rotate(-45.0, 0.7396, 0.3939)">13 Mar</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5795,0.3197 -0.5795,-0.4742"/><polyline points="-0.2395,0.3197 -0.2395,-0.4742"/><polyline points="0.1821,0.3197 0.1821,-0.4742"/><polyline points="0.5628,0.3197 0.5628,-0.4742"/><polyline points="0.7396,0.3197 0.7396,-0.4742"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.3226" height="0.0032" x="-0.5812" y="0.3276"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6058, 0.3197)"><polyline points="-0.6058,0.3347--0.6058,0.3047"/></g><g transform="rotate(-90.0, -0.6058, 0.2205)"><polyline points="-0.6058,0.2355--0.6058,0.2055"/></g><g transform="rotate(-90.0, -0.6058, 0.1212)"><polyline points="-0.6058,0.1362--0.6058,0.1062"/></g><g transform="rotate(-90.0, -0.6058, 0.0220)"><polyline points="-0.6058,0.0370--0.6058,0.0070"/></g><g transform="rotate(-90.0, -0.6058, -0.0772)"><polyline points="-0.6058,-0.0622--0.6058,-0.0922"/></g><g transform="rotate(-90.0, -0.6058, -0.1765)"><polyline points="-0.6058,-0.1615--0.6058,-0.1915"/></g><g transform="rotate(-90.0, -0.6058, -0.2757)"><polyline points="-0.6058,-0.2607--0.6058,-0.2907"/></g><g transform="rotate(-90.0, -0.6058, -0.3749)"><polyline points="-0.6058,-0.3599--0.6058,-0.3899"/></g><g transform="rotate(-90.0, -0.6058, -0.4742)"><polyline points="-0.6058,-0.4592--0.6058,-0.4892"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0440" text-anchor="end"><text x="-0.6375" y="0.3306">00:00</text><text x="-0.6375" y="0.2314">03:00</text><text x="-0.6375" y="0.1322">06:00</text><text x="-0.6375" y="0.0329">09:00</text><text x="-0.6375" y="-0.0663">12:00</text><text x="-0.6375" y="-0.1655">15:00</text><text x="-0.6375" y="-0.2648">18:00</text><text x="-0.6375" y="-0.3640">21:00</text><text x="-0.6375" y="-0.4632">00:00</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5795,0.3197 0.7396,0.3197"/><polyline points="-0.5795,0.2205 0.7396,0.2205"/><polyline points="-0.5795,0.1212 0.7396,0.1212"/><polyline points="-0.5795,0.0220 0.7396,0.0220"/><polyline points="-0.5795,-0.0772 0.7396,-0.0772"/><polyline points="-0.5795,-0.1765 0.7396,-0.1765"/><polyline points="-0.5795,-0.2757 0.7396,-0.2757"/><polyline points="-0.5795,-0.3749 0.7396,-0.3749"/><polyline points="-0.5795,-0.4742 0.7396,-0.4742"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0035" height="0.7970" x="-0.5918" y="-0.4758"/></g></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"></g><g class="hud"><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0033" height="0.7558" x="-0.5659" y="-0.4481"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5542,0.3063 0.7011,0.3063"/><polyline points="-0.5542,0.2122 0.7011,0.2122"/><polyline points="-0.5542,0.1181 0.7011,0.1181"/><polyline points="-0.5542,0.0240 0.7011,0.0240"/><polyline points="-0.5542,-0.0701 0.7011,-0.0701"/><polyline points="-0.5542,-0.1642 0.7011,-0.1642"/><polyline points="-0.5542,-0.2583 0.7011,-0.2583"/><polyline points="-0.5542,-0.3524 0.7011,-0.3524"/><polyline points="-0.5542,-0.4465 0.7011,-0.4465"/></g></g><g class="tickglyph"><g stroke-width="0.0033" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5893,0.3063+-0.5642,0.3063"/><polyline points="-0.5893,0.2122+-0.5642,0.2122"/><polyline points="-0.5893,0.1181+-0.5642,0.1181"/><polyline points="-0.5893,0.0240+-0.5642,0.0240"/><polyline points="-0.5893,-0.0701+-0.5642,-0.0701"/><polyline points="-0.5893,-0.1642+-0.5642,-0.1642"/><polyline points="-0.5893,-0.2583+-0.5642,-0.2583"/><polyline points="-0.5893,-0.3524+-0.5642,-0.3524"/><polyline points="-0.5893,-0.4465+-0.5642,-0.4465"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6077" y="0.3146">00:00</text><text x="-0.6077" y="0.2205">03:00</text><text x="-0.6077" y="0.1264">06:00</text><text x="-0.6077" y="0.0323">09:00</text><text x="-0.6077" y="-0.0618">12:00</text><text x="-0.6077" y="-0.1560">15:00</text><text x="-0.6077" y="-0.2501">18:00</text><text x="-0.6077" y="-0.3442">21:00</text><text x="-0.6077" y="-0.4383">00:00</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2586" height="0.0030" x="-0.5559" y="0.3138"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5542,0.3063 -0.5542,-0.4465"/><polyline points="-0.2307,0.3063 -0.2307,-0.4465"/><polyline points="0.1705,0.3063 0.1705,-0.4465"/><polyline points="0.5328,0.3063 0.5328,-0.4465"/><polyline points="0.7011,0.3063 0.7011,-0.4465"/></g></g><g class="tickglyph"><g stroke-width="0.0030" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5542,0.3379+-0.5542,0.3153"/><polyline points="-0.2307,0.3379+-0.2307,0.3153"/><polyline points="0.1705,0.3379+0.1705,0.3153"/><polyline points="0.5328,0.3379+0.5328,0.3153"/><polyline points="0.7011,0.3379+0.7011,0.3153"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.5542" y="0.3793" transform="rotate(-45.0, -0.5542, 0.3793)">06 Dec</text><text x="-0.2307" y="0.3793" transform="rotate(-45.0, -0.2307, 0.3793)">31 Dec</text><text x="0.1705" y="0.3793" transform="rotate(-45.0, 0.1705, 0.3793)">31 Jan</text><text x="0.5328" y="0.3793" transform="rotate(-45.0, 0.5328, 0.3793)">28 Feb</text><text x="0.7011" y="0.3793" transform="rotate(-45.0, 0.7011, 0.3793)">13 Mar</text></g></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>
other/debug.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="450" height="300" viewBox="-0.75 -0.5 1.5 1.0"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="449" height="300" viewBox="-0.7500 -0.5000 1.5000 1.0000"><style>svg { color-scheme: light dark; } {@@ -22,22 +22,24 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="chart"><g class="line"><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6054,0.1873 -0.2075,0.1873 0.1904,-0.3534"/></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6054,0.3224 0.5088,-0.0830"/></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4065,-0.2182 -0.4065,0.3224"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.1998" height="0.6859" x="-0.6114" y="-0.3584"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6353, 0.3224)"><polyline points="-0.6353,0.3374--0.6353,0.3074"/></g><g transform="rotate(-90.0, -0.6353, 0.2549)"><polyline points="-0.6353,0.2699--0.6353,0.2399"/></g><g transform="rotate(-90.0, -0.6353, 0.1873)"><polyline points="-0.6353,0.2023--0.6353,0.1723"/></g><g transform="rotate(-90.0, -0.6353, 0.1197)"><polyline points="-0.6353,0.1347--0.6353,0.1047"/></g><g transform="rotate(-90.0, -0.6353, 0.0521)"><polyline points="-0.6353,0.0671--0.6353,0.0371"/></g><g transform="rotate(-90.0, -0.6353, -0.0155)"><polyline points="-0.6353,-0.0005--0.6353,-0.0305"/></g><g transform="rotate(-90.0, -0.6353, -0.0830)"><polyline points="-0.6353,-0.0680--0.6353,-0.0980"/></g><g transform="rotate(-90.0, -0.6353, -0.1506)"><polyline points="-0.6353,-0.1356--0.6353,-0.1656"/></g><g transform="rotate(-90.0, -0.6353, -0.2182)"><polyline points="-0.6353,-0.2032--0.6353,-0.2332"/></g><g transform="rotate(-90.0, -0.6353, -0.2858)"><polyline points="-0.6353,-0.2708--0.6353,-0.3008"/></g><g transform="rotate(-90.0, -0.6353, -0.3534)"><polyline points="-0.6353,-0.3384--0.6353,-0.3684"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="end"><text x="-0.6639" y="0.3317">0.0</text><text x="-0.6639" y="0.2642">0.5</text><text x="-0.6639" y="0.1966">1.0</text><text x="-0.6639" y="0.1290">1.5</text><text x="-0.6639" y="0.0614">2.0</text><text x="-0.6639" y="-0.0062">2.5</text><text x="-0.6639" y="-0.0737">3.0</text><text x="-0.6639" y="-0.1413">3.5</text><text x="-0.6639" y="-0.2089">4.0</text><text x="-0.6639" y="-0.2765">4.5</text><text x="-0.6639" y="-0.3441">5.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6054,0.3224 0.5883,0.3224"/><polyline points="-0.6054,0.2549 0.5883,0.2549"/><polyline points="-0.6054,0.1873 0.5883,0.1873"/><polyline points="-0.6054,0.1197 0.5883,0.1197"/><polyline points="-0.6054,0.0521 0.5883,0.0521"/><polyline points="-0.6054,-0.0155 0.5883,-0.0155"/><polyline points="-0.6054,-0.0830 0.5883,-0.0830"/><polyline points="-0.6054,-0.1506 0.5883,-0.1506"/><polyline points="-0.6054,-0.2182 0.5883,-0.2182"/><polyline points="-0.6054,-0.2858 0.5883,-0.2858"/><polyline points="-0.6054,-0.3534 0.5883,-0.3534"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0032" height="0.6785" x="-0.6226" y="-0.3547"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6054,0.3628--0.6054,0.3328"/><polyline points="-0.4065,0.3628--0.4065,0.3328"/><polyline points="-0.2075,0.3628--0.2075,0.3328"/><polyline points="-0.0086,0.3628--0.0086,0.3328"/><polyline points="0.1904,0.3628-0.1904,0.3328"/><polyline points="0.3894,0.3628-0.3894,0.3328"/><polyline points="0.5883,0.3628-0.5883,0.3328"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="middle"><text x="-0.6054" y="0.3907">0.0</text><text x="-0.4065" y="0.3907">0.5</text><text x="-0.2075" y="0.3907">1.0</text><text x="-0.0086" y="0.3907">1.5</text><text x="0.1904" y="0.3907">2.0</text><text x="0.3894" y="0.3907">2.5</text><text x="0.5883" y="0.3907">3.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6054,0.3224 -0.6054,-0.3534"/><polyline points="-0.4065,0.3224 -0.4065,-0.3534"/><polyline points="-0.2075,0.3224 -0.2075,-0.3534"/><polyline points="-0.0086,0.3224 -0.0086,-0.3534"/><polyline points="0.1904,0.3224 0.1904,-0.3534"/><polyline points="0.3894,0.3224 0.3894,-0.3534"/><polyline points="0.5883,0.3224 0.5883,-0.3534"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.1970" height="0.0027" x="-0.6070" y="0.3343"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0796" text-anchor="middle"><text x="-0.0512" y="-0.4184">Line Chart</text></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0478" text-anchor="end"><text x="0.6152" y="0.4603">Made with love and chart-svg</text></g></g><g class="legend"><g class="legendBorder"><g stroke-width="0.0025" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(99%, 99%, 99%)" fill-opacity="1.0"><rect width="0.3840" height="0.1791" x="0.3297" y="0.0775"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="start"><text x="0.3496" y="0.2295">palette1 2</text></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5684,0.2211 0.6878,0.2211"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="start"><text x="0.3496" y="0.1755">palette1 1</text></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.5684,0.1670 0.6878,0.1670"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="start"><text x="0.3496" y="0.1214">palette1 0</text></g><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.5684,0.1129 0.6878,0.1129"/></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.499" height="0.9990" x="-0.7495" y="-0.4995"/></g></g></g><g class="glyphize"><g class="chart"><g class="line"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6054" cy="0.1873" r="0.0050"/><circle cx="-0.2075" cy="0.1873" r="0.0050"/><circle cx="0.1904" cy="-0.3534" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6054" cy="0.3224" r="0.0050"/><circle cx="0.5088" cy="-0.0830" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.4065" cy="-0.2182" r="0.0050"/><circle cx="-0.4065" cy="0.3224" r="0.0050"/></g></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.0086" cy="-0.0155" r="0.0050"/></g></g><g class="hud"><g class="frame"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.0115" cy="-0.0155" r="0.0050"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6353" cy="0.3224" r="0.0050"/><circle cx="-0.6353" cy="0.2549" r="0.0050"/><circle cx="-0.6353" cy="0.1873" r="0.0050"/><circle cx="-0.6353" cy="0.1197" r="0.0050"/><circle cx="-0.6353" cy="0.0521" r="0.0050"/><circle cx="-0.6353" cy="-0.0155" r="0.0050"/><circle cx="-0.6353" cy="-0.0830" r="0.0050"/><circle cx="-0.6353" cy="-0.1506" r="0.0050"/><circle cx="-0.6353" cy="-0.2182" r="0.0050"/><circle cx="-0.6353" cy="-0.2858" r="0.0050"/><circle cx="-0.6353" cy="-0.3534" r="0.0050"/></g></g><g class="ticktext"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6639" cy="0.3317" r="0.0050"/><circle cx="-0.6639" cy="0.2642" r="0.0050"/><circle cx="-0.6639" cy="0.1966" r="0.0050"/><circle cx="-0.6639" cy="0.1290" r="0.0050"/><circle cx="-0.6639" cy="0.0614" r="0.0050"/><circle cx="-0.6639" cy="-0.0062" r="0.0050"/><circle cx="-0.6639" cy="-0.0737" r="0.0050"/><circle cx="-0.6639" cy="-0.1413" r="0.0050"/><circle cx="-0.6639" cy="-0.2089" r="0.0050"/><circle cx="-0.6639" cy="-0.2765" r="0.0050"/><circle cx="-0.6639" cy="-0.3441" r="0.0050"/></g></g><g class="ticklines"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6054" cy="0.3224" r="0.0050"/><circle cx="0.5883" cy="0.3224" r="0.0050"/><circle cx="-0.6054" cy="0.2549" r="0.0050"/><circle cx="0.5883" cy="0.2549" r="0.0050"/><circle cx="-0.6054" cy="0.1873" r="0.0050"/><circle cx="0.5883" cy="0.1873" r="0.0050"/><circle cx="-0.6054" cy="0.1197" r="0.0050"/><circle cx="0.5883" cy="0.1197" r="0.0050"/><circle cx="-0.6054" cy="0.0521" r="0.0050"/><circle cx="0.5883" cy="0.0521" r="0.0050"/><circle cx="-0.6054" cy="-0.0155" r="0.0050"/><circle cx="0.5883" cy="-0.0155" r="0.0050"/><circle cx="-0.6054" cy="-0.0830" r="0.0050"/><circle cx="0.5883" cy="-0.0830" r="0.0050"/><circle cx="-0.6054" cy="-0.1506" r="0.0050"/><circle cx="0.5883" cy="-0.1506" r="0.0050"/><circle cx="-0.6054" cy="-0.2182" r="0.0050"/><circle cx="0.5883" cy="-0.2182" r="0.0050"/><circle cx="-0.6054" cy="-0.2858" r="0.0050"/><circle cx="0.5883" cy="-0.2858" r="0.0050"/><circle cx="-0.6054" cy="-0.3534" r="0.0050"/><circle cx="0.5883" cy="-0.3534" r="0.0050"/></g></g></g><g class="axisbar"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6210" cy="-0.0155" r="0.0050"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6054" cy="0.3478" r="0.0050"/><circle cx="-0.4065" cy="0.3478" r="0.0050"/><circle cx="-0.2075" cy="0.3478" r="0.0050"/><circle cx="-0.0086" cy="0.3478" r="0.0050"/><circle cx="0.1904" cy="0.3478" r="0.0050"/><circle cx="0.3894" cy="0.3478" r="0.0050"/><circle cx="0.5883" cy="0.3478" r="0.0050"/></g></g><g class="ticktext"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6054" cy="0.3907" r="0.0050"/><circle cx="-0.4065" cy="0.3907" r="0.0050"/><circle cx="-0.2075" cy="0.3907" r="0.0050"/><circle cx="-0.0086" cy="0.3907" r="0.0050"/><circle cx="0.1904" cy="0.3907" r="0.0050"/><circle cx="0.3894" cy="0.3907" r="0.0050"/><circle cx="0.5883" cy="0.3907" r="0.0050"/></g></g><g class="ticklines"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6054" cy="0.3224" r="0.0050"/><circle cx="-0.6054" cy="-0.3534" r="0.0050"/><circle cx="-0.4065" cy="0.3224" r="0.0050"/><circle cx="-0.4065" cy="-0.3534" r="0.0050"/><circle cx="-0.2075" cy="0.3224" r="0.0050"/><circle cx="-0.2075" cy="-0.3534" r="0.0050"/><circle cx="-0.0086" cy="0.3224" r="0.0050"/><circle cx="-0.0086" cy="-0.3534" r="0.0050"/><circle cx="0.1904" cy="0.3224" r="0.0050"/><circle cx="0.1904" cy="-0.3534" r="0.0050"/><circle cx="0.3894" cy="0.3224" r="0.0050"/><circle cx="0.3894" cy="-0.3534" r="0.0050"/><circle cx="0.5883" cy="0.3224" r="0.0050"/><circle cx="0.5883" cy="-0.3534" r="0.0050"/></g></g></g><g class="axisbar"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.0086" cy="0.3356" r="0.0050"/></g></g></g><g class="title"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.0512" cy="-0.4184" r="0.0050"/></g></g><g class="title"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.6152" cy="0.4603" r="0.0050"/></g></g><g class="legend"><g class="legendBorder"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.5217" cy="0.1670" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.5217" cy="0.1670" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.5217" cy="0.1670" r="0.0050"/></g></g><g class="legendContent"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.3496" cy="0.2295" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.5684" cy="0.2211" r="0.0050"/><circle cx="0.6878" cy="0.2211" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.3496" cy="0.1755" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.5684" cy="0.1670" r="0.0050"/><circle cx="0.6878" cy="0.1670" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.3496" cy="0.1214" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.5684" cy="0.1129" r="0.0050"/><circle cx="0.6878" cy="0.1129" r="0.0050"/></g></g></g><g class="frame"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0" cy="0" r="0.0050"/></g></g></g></g><g class="rectangularize"><g class="chart"><g class="line"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.8108" height="0.5556" x="-0.6129" y="-0.3609"/></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.1292" height="0.4205" x="-0.6129" y="-0.0905"/></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0150" height="0.5556" x="-0.4140" y="-0.2257"/></g></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.1938" height="0.6758" x="-0.6054" y="-0.3534"/></g></g><g class="hud"><g class="frame"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.1998" height="0.6859" x="-0.6114" y="-0.3584"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0340" height="0.6838" x="-0.6523" y="-0.3574"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="end"><text x="-0.6639" y="0.3317"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.7177" y="0.2999"/></g>0.0</text><text x="-0.6639" y="0.2642"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.7177" y="0.2323"/></g>0.5</text><text x="-0.6639" y="0.1966"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.7177" y="0.1647"/></g>1.0</text><text x="-0.6639" y="0.1290"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.7177" y="0.0971"/></g>1.5</text><text x="-0.6639" y="0.0614"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.7177" y="0.0296"/></g>2.0</text><text x="-0.6639" y="-0.0062"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.7177" y="-0.0380"/></g>2.5</text><text x="-0.6639" y="-0.0737"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.7177" y="-0.1056"/></g>3.0</text><text x="-0.6639" y="-0.1413"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.7177" y="-0.1732"/></g>3.5</text><text x="-0.6639" y="-0.2089"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.7177" y="-0.2408"/></g>4.0</text><text x="-0.6639" y="-0.2765"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.7177" y="-0.3083"/></g>4.5</text><text x="-0.6639" y="-0.3441"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.7177" y="-0.3759"/></g>5.0</text></g></g><g class="ticklines"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.1988" height="0.6808" x="-0.6079" y="-0.3559"/></g></g></g><g class="axisbar"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0032" height="0.6785" x="-0.6226" y="-0.3547"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.2018" height="0.0340" x="-0.6094" y="0.3308"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="middle"><text x="-0.6054" y="0.3907"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.6323" y="0.3588"/></g>0.0</text><text x="-0.4065" y="0.3907"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.4334" y="0.3588"/></g>0.5</text><text x="-0.2075" y="0.3907"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.2344" y="0.3588"/></g>1.0</text><text x="-0.0086" y="0.3907"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="-0.0354" y="0.3588"/></g>1.5</text><text x="0.1904" y="0.3907"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="0.1635" y="0.3588"/></g>2.0</text><text x="0.3894" y="0.3907"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="0.3625" y="0.3588"/></g>2.5</text><text x="0.5883" y="0.3907"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0538" height="0.0438" x="0.5615" y="0.3588"/></g>3.0</text></g></g><g class="ticklines"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.1988" height="0.6808" x="-0.6079" y="-0.3559"/></g></g></g><g class="axisbar"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.1970" height="0.0027" x="-0.6070" y="0.3343"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0796" text-anchor="middle"><text x="-0.0512" y="-0.4184"><g stroke-width="0.0001" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.3582" height="0.0876" x="-0.2303" y="-0.4821"/></g>Line Chart</text></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0478" text-anchor="end"><text x="0.6152" y="0.4603"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.6017" height="0.0526" x="0.0135" y="0.4221"/></g>Made with love and chart-svg</text></g></g><g class="legend"><g class="legendBorder"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.3920" height="0.1858" x="0.3257" y="0.0741"/></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.3840" height="0.1791" x="0.3297" y="0.0775"/></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.3865" height="0.1816" x="0.3284" y="0.0762"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="start"><text x="0.3496" y="0.2295"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.1791" height="0.0438" x="0.3496" y="0.1977"/></g>palette1 2</text></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.1344" height="0.0150" x="0.5609" y="0.2136"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="start"><text x="0.3496" y="0.1755"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.1791" height="0.0438" x="0.3496" y="0.1436"/></g>palette1 1</text></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.1344" height="0.0150" x="0.5609" y="0.1595"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="start"><text x="0.3496" y="0.1214"><g stroke-width="0.0000" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.1791" height="0.0438" x="0.3496" y="0.0895"/></g>palette1 0</text></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.1344" height="0.0150" x="0.5609" y="0.1055"/></g></g></g><g class="frame"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.499" height="0.9990" x="-0.7495" y="-0.4995"/></g></g></g></g></g><g class="hud"></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="chart"><g class="line"><g stroke-width="0.0117" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6393,0.1951 -0.2101,0.1951 0.2191,-0.3664"/></g><g stroke-width="0.0117" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6393,0.3355 0.5625,-0.0857"/></g><g stroke-width="0.0117" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4247,-0.2261 -0.4247,0.3355"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2942" height="0.7125" x="-0.6458" y="-0.3717"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.7047" x="-0.6514" y="-0.3678"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0039" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6393,0.3355 0.6484,0.3355"/><polyline points="-0.6393,0.1951 0.6484,0.1951"/><polyline points="-0.6393,0.0547 0.6484,0.0547"/><polyline points="-0.6393,-0.0857 0.6484,-0.0857"/><polyline points="-0.6393,-0.2261 0.6484,-0.2261"/><polyline points="-0.6393,-0.3664 0.6484,-0.3664"/></g></g><g class="tickglyph"><g stroke-width="0.0031" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6743,0.3355+-0.6509,0.3355"/><polyline points="-0.6743,0.1951+-0.6509,0.1951"/><polyline points="-0.6743,0.0547+-0.6509,0.0547"/><polyline points="-0.6743,-0.0857+-0.6509,-0.0857"/><polyline points="-0.6743,-0.2261+-0.6509,-0.2261"/><polyline points="-0.6743,-0.3664+-0.6509,-0.3664"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0311" text-anchor="end"><text x="-0.6944" y="0.3432">0</text><text x="-0.6944" y="0.2028">1</text><text x="-0.6944" y="0.0624">2</text><text x="-0.6944" y="-0.0779">3</text><text x="-0.6944" y="-0.2183">4</text><text x="-0.6944" y="-0.3587">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2912" height="0.0028" x="-0.6411" y="0.3425"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0039" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6393,0.3355 -0.6393,-0.3664"/><polyline points="-0.4247,0.3355 -0.4247,-0.3664"/><polyline points="-0.2101,0.3355 -0.2101,-0.3664"/><polyline points="0.0045,0.3355 0.0045,-0.3664"/><polyline points="0.2191,0.3355 0.2191,-0.3664"/><polyline points="0.4338,0.3355 0.4338,-0.3664"/><polyline points="0.6484,0.3355 0.6484,-0.3664"/></g></g><g class="tickglyph"><g stroke-width="0.0031" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6393,0.3661+-0.6393,0.3428"/><polyline points="-0.4247,0.3661+-0.4247,0.3428"/><polyline points="-0.2101,0.3661+-0.2101,0.3428"/><polyline points="0.0045,0.3661+0.0045,0.3428"/><polyline points="0.2191,0.3661+0.2191,0.3428"/><polyline points="0.4338,0.3661+0.4338,0.3428"/><polyline points="0.6484,0.3661+0.6484,0.3428"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0311" text-anchor="middle"><text x="-0.6393" y="0.4038">0.0</text><text x="-0.4247" y="0.4038">0.5</text><text x="-0.2101" y="0.4038">1.0</text><text x="0.0045" y="0.4038">1.5</text><text x="0.2191" y="0.4038">2.0</text><text x="0.4338" y="0.4038">2.5</text><text x="0.6484" y="0.4038">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0623" text-anchor="middle"><text x="-0.0179" y="-0.4263">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.4282" height="0.1633" x="0.2826" y="0.1007"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0311" text-anchor="start"><text x="0.3041" y="0.2380">palette #2</text></g><g stroke-width="0.0117" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5537,0.2309 0.6828,0.2309"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0311" text-anchor="start"><text x="0.3041" y="0.1894">palette #1</text></g><g stroke-width="0.0117" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.5537,0.1823 0.6828,0.1823"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0311" text-anchor="start"><text x="0.3041" y="0.1408">palette #0</text></g><g stroke-width="0.0117" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.5537,0.1338 0.6828,0.1338"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0311" text-anchor="end"><text x="0.7151" y="0.4629">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.4990" height="0.9990" x="-0.7495" y="-0.4995"/></g></g></g><g class="glyphize"><g class="chart"><g class="line"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6393" cy="0.1951" r="0.0050"/><circle cx="-0.2101" cy="0.1951" r="0.0050"/><circle cx="0.2191" cy="-0.3664" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6393" cy="0.3355" r="0.0050"/><circle cx="0.5625" cy="-0.0857" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.4247" cy="-0.2261" r="0.0050"/><circle cx="-0.4247" cy="0.3355" r="0.0050"/></g></g><g class="datapadding"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.0045" cy="-0.0155" r="0.0050"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.0013" cy="-0.0155" r="0.0050"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6497" cy="-0.0155" r="0.0050"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6393" cy="0.3355" r="0.0050"/><circle cx="0.6484" cy="0.3355" r="0.0050"/><circle cx="-0.6393" cy="0.1951" r="0.0050"/><circle cx="0.6484" cy="0.1951" r="0.0050"/><circle cx="-0.6393" cy="0.0547" r="0.0050"/><circle cx="0.6484" cy="0.0547" r="0.0050"/><circle cx="-0.6393" cy="-0.0857" r="0.0050"/><circle cx="0.6484" cy="-0.0857" r="0.0050"/><circle cx="-0.6393" cy="-0.2261" r="0.0050"/><circle cx="0.6484" cy="-0.2261" r="0.0050"/><circle cx="-0.6393" cy="-0.3664" r="0.0050"/><circle cx="0.6484" cy="-0.3664" r="0.0050"/></g></g><g class="tickglyph"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6626" cy="0.3355" r="0.0050"/><circle cx="-0.6626" cy="0.1951" r="0.0050"/><circle cx="-0.6626" cy="0.0547" r="0.0050"/><circle cx="-0.6626" cy="-0.0857" r="0.0050"/><circle cx="-0.6626" cy="-0.2261" r="0.0050"/><circle cx="-0.6626" cy="-0.3664" r="0.0050"/></g></g><g class="ticktext"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6944" cy="0.3432" r="0.0050"/><circle cx="-0.6944" cy="0.2028" r="0.0050"/><circle cx="-0.6944" cy="0.0624" r="0.0050"/><circle cx="-0.6944" cy="-0.0779" r="0.0050"/><circle cx="-0.6944" cy="-0.2183" r="0.0050"/><circle cx="-0.6944" cy="-0.3587" r="0.0050"/></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.0045" cy="0.3439" r="0.0050"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6393" cy="0.3355" r="0.0050"/><circle cx="-0.6393" cy="-0.3664" r="0.0050"/><circle cx="-0.4247" cy="0.3355" r="0.0050"/><circle cx="-0.4247" cy="-0.3664" r="0.0050"/><circle cx="-0.2101" cy="0.3355" r="0.0050"/><circle cx="-0.2101" cy="-0.3664" r="0.0050"/><circle cx="0.0045" cy="0.3355" r="0.0050"/><circle cx="0.0045" cy="-0.3664" r="0.0050"/><circle cx="0.2191" cy="0.3355" r="0.0050"/><circle cx="0.2191" cy="-0.3664" r="0.0050"/><circle cx="0.4338" cy="0.3355" r="0.0050"/><circle cx="0.4338" cy="-0.3664" r="0.0050"/><circle cx="0.6484" cy="0.3355" r="0.0050"/><circle cx="0.6484" cy="-0.3664" r="0.0050"/></g></g><g class="tickglyph"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6393" cy="0.3545" r="0.0050"/><circle cx="-0.4247" cy="0.3545" r="0.0050"/><circle cx="-0.2101" cy="0.3545" r="0.0050"/><circle cx="0.0045" cy="0.3545" r="0.0050"/><circle cx="0.2191" cy="0.3545" r="0.0050"/><circle cx="0.4338" cy="0.3545" r="0.0050"/><circle cx="0.6484" cy="0.3545" r="0.0050"/></g></g><g class="ticktext"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.6393" cy="0.4038" r="0.0050"/><circle cx="-0.4247" cy="0.4038" r="0.0050"/><circle cx="-0.2101" cy="0.4038" r="0.0050"/><circle cx="0.0045" cy="0.4038" r="0.0050"/><circle cx="0.2191" cy="0.4038" r="0.0050"/><circle cx="0.4338" cy="0.4038" r="0.0050"/><circle cx="0.6484" cy="0.4038" r="0.0050"/></g></g></g></g><g class="title"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.0179" cy="-0.4263" r="0.0050"/></g></g><g class="legend"><g class="padding"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.4967" cy="0.1823" r="0.0050"/></g></g><g class="padding"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.4967" cy="0.1823" r="0.0050"/></g></g><g class="frame"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.4967" cy="0.1823" r="0.0050"/></g></g><g class="legendContent"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.3041" cy="0.2380" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.5537" cy="0.2309" r="0.0050"/><circle cx="0.6828" cy="0.2309" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.3041" cy="0.1894" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.5537" cy="0.1823" r="0.0050"/><circle cx="0.6828" cy="0.1823" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.3041" cy="0.1408" r="0.0050"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.5537" cy="0.1338" r="0.0050"/><circle cx="0.6828" cy="0.1338" r="0.0050"/></g></g></g><g class="title"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.7151" cy="0.4629" r="0.0050"/></g></g><g class="frame"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0" cy="0" r="0.0050"/></g></g></g></g><g class="rectangularize"><g class="chart"><g class="line"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.8714" height="0.5721" x="-0.6458" y="-0.3717"/></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.2148" height="0.4317" x="-0.6458" y="-0.0910"/></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0129" height="0.5721" x="-0.4312" y="-0.2313"/></g></g><g class="datapadding"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.2877" height="0.7019" x="-0.6393" y="-0.3664"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.2942" height="0.7125" x="-0.6458" y="-0.3717"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0034" height="0.7047" x="-0.6514" y="-0.3678"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.2920" height="0.7054" x="-0.6415" y="-0.3682"/></g></g><g class="tickglyph"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0293" height="0.7075" x="-0.6772" y="-0.3693"/></g></g><g class="ticktext"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0207" height="0.7329" x="-0.7151" y="-0.3812"/></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.2912" height="0.0028" x="-0.6411" y="0.3425"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.2920" height="0.7054" x="-0.6415" y="-0.3682"/></g></g><g class="tickglyph"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.2946" height="0.0239" x="-0.6428" y="0.3425"/></g></g><g class="ticktext"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.3497" height="0.0310" x="-0.6703" y="0.3812"/></g></g></g></g><g class="title"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.4131" height="0.0620" x="-0.2244" y="-0.4713"/></g></g><g class="legend"><g class="padding"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.4368" height="0.1704" x="0.2783" y="0.0972"/></g></g><g class="padding"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.4282" height="0.1633" x="0.2826" y="0.1007"/></g></g><g class="frame"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.4292" height="0.1642" x="0.2821" y="0.1002"/></g></g><g class="legendContent"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.2065" height="0.0310" x="0.3041" y="0.2154"/></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.1420" height="0.0106" x="0.5473" y="0.2256"/></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.2065" height="0.0310" x="0.3041" y="0.1669"/></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.1420" height="0.0106" x="0.5473" y="0.1771"/></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.2065" height="0.0310" x="0.3041" y="0.1183"/></g><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.1420" height="0.0106" x="0.5473" y="0.1285"/></g></g></g><g class="title"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.5164" height="0.0310" x="0.1987" y="0.4404"/></g></g><g class="frame"><g stroke-width="0.0010" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="1.4990" height="0.9990" x="-0.7495" y="-0.4995"/></g></g></g></g></g><g class="hud"></g></svg>
other/ellipse.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="510" height="300" viewBox="-0.85 -0.5 1.7 1.0"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="453" height="300" viewBox="-0.7633 -0.5 1.5133 1.0"><style>svg { color-scheme: light dark; } {@@ -22,19 +22,26 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="ellipse"><g stroke-width="0.0050" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.2183,-0.0362 0.2163,-0.0225 0.2135,-0.0087 0.2098,0.0053 0.2053,0.0193 0.1999,0.0333 0.1937,0.0474 0.1867,0.0614 0.1789,0.0754 0.1704,0.0894 0.1611,0.1032 0.1511,0.1168 0.1403,0.1303 0.1289,0.1436 0.1169,0.1567 0.1042,0.1695 0.0909,0.1820 0.0770,0.1941 0.0626,0.2060 0.0476,0.2174 0.0323,0.2285 0.0164,0.2391 0.0002,0.2493 -0.0164,0.2590 -0.0334,0.2682 -0.0506,0.2769 -0.0681,0.2851 -0.0857,0.2927 -0.1036,0.2998 -0.1216,0.3062 -0.1397,0.3121 -0.1578,0.3173 -0.1760,0.3219 -0.1941,0.3259 -0.2121,0.3292 -0.2301,0.3319 -0.2478,0.3340 -0.2654,0.3353 -0.2828,0.3360 -0.2999,0.3360 -0.3166,0.3354 -0.3331,0.3341 -0.3491,0.3321 -0.3647,0.3295 -0.3799,0.3262 -0.3946,0.3223 -0.4087,0.3177 -0.4223,0.3125 -0.4353,0.3067 -0.4477,0.3003 -0.4595,0.2933 -0.4705,0.2858 -0.4809,0.2776 -0.4906,0.2690 -0.4995,0.2598 -0.5077,0.2501 -0.5151,0.2400 -0.5216,0.2294 -0.5274,0.2184 -0.5324,0.2070 -0.5365,0.1952 -0.5398,0.1830 -0.5422,0.1705 -0.5438,0.1578 -0.5445,0.1447 -0.5443,0.1315 -0.5433,0.1180 -0.5414,0.1043 -0.5387,0.0905 -0.5351,0.0766 -0.5307,0.0626 -0.5255,0.0486 -0.5194,0.0345 -0.5125,0.0205 -0.5049,0.0064 -0.4964,-0.0075 -0.4872,-0.0213 -0.4773,-0.0350 -0.4667,-0.0485 -0.4554,-0.0618 -0.4434,-0.0749 -0.4308,-0.0878 -0.4176,-0.1003 -0.4038,-0.1125 -0.3894,-0.1244 -0.3746,-0.1359 -0.3593,-0.1471 -0.3435,-0.1577 -0.3273,-0.1680 -0.3108,-0.1778 -0.2939,-0.1871 -0.2767,-0.1958 -0.2592,-0.2041 -0.2416,-0.2118 -0.2237,-0.2189 -0.2058,-0.2255 -0.1877,-0.2314 -0.1696,-0.2367 -0.1514,-0.2414 -0.1333,-0.2455 -0.1152,-0.2489"/></g><g stroke-width="0.0020" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.0878,-0.2365 0.0692,-0.2426 0.0496,-0.2476 0.0292,-0.2515 0.0081,-0.2543 -0.0137,-0.2558 -0.0361,-0.2562 -0.0590,-0.2555 -0.0823,-0.2535 -0.1059,-0.2505 -0.1298,-0.2462 -0.1538,-0.2409 -0.1778,-0.2344 -0.2017,-0.2268 -0.2255,-0.2182 -0.2490,-0.2086 -0.2722,-0.1980 -0.2950,-0.1865 -0.3172,-0.1740 -0.3389,-0.1607 -0.3598,-0.1467 -0.3800,-0.1319 -0.3993,-0.1164 -0.4176,-0.1003 -0.4350,-0.0836 -0.4513,-0.0665 -0.4664,-0.0489 -0.4803,-0.0310 -0.4930,-0.0128 -0.5044,0.0056 -0.5144,0.0242 -0.5231,0.0428 -0.5303,0.0614 -0.5360,0.0799 -0.5403,0.0982 -0.5431,0.1163 -0.5444,0.1341 -0.5442,0.1516 -0.5425,0.1686 -0.5393,0.1851 -0.5346,0.2010 -0.5284,0.2163 -0.5208,0.2309 -0.5117,0.2447 -0.5013,0.2578 -0.4896,0.2699 -0.4765,0.2812 -0.4623,0.2915 -0.4468,0.3008 -0.4302,0.3091 -0.4126,0.3163 -0.3939,0.3225 -0.3744,0.3275 -0.3540,0.3314 -0.3329,0.3341 -0.3110,0.3357 -0.2886,0.3361 -0.2657,0.3353 -0.2424,0.3334 -0.2188,0.3303 -0.1950,0.3261 -0.1710,0.3207 -0.1470,0.3143 -0.1231,0.3067 -0.0993,0.2981 -0.0757,0.2885 -0.0525,0.2779 -0.0298,0.2663 -0.0075,0.2539 0.0141,0.2406 0.0350,0.2265 0.0552,0.2117 0.0745,0.1962 0.0929,0.1801 0.1102,0.1635 0.1265,0.1463 0.1416,0.1288 0.1556,0.1108 0.1683,0.0926 0.1796,0.0742 0.1897,0.0557 0.1983,0.0371 0.2055,0.0185 0.2113,0 0.2156,-0.0183 0.2184,-0.0365 0.2197,-0.0543 0.2195,-0.0717 0.2177,-0.0887 0.2145,-0.1052 0.2098,-0.1212 0.2036,-0.1364 0.1960,-0.1510 0.1870,-0.1649 0.1766,-0.1779 0.1648,-0.1901 0.1518,-0.2013 0.1375,-0.2117 0.1220,-0.2210 0.1054,-0.2293 0.0878,-0.2365"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.1624" cy="0.0399" r="0.0150"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.2"><rect width="0.0300" height="0.0300" x="0.2033" y="-0.0512"/><rect width="0.0300" height="0.0300" x="-0.1302" y="-0.2639"/></g><g stroke-width="0.0020" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(53%, 51%, 28%)" fill-opacity="0.00"><rect width="0.7629" height="0.5851" x="-0.5445" y="-0.2489"/></g><g stroke-width="0.0050" stroke="rgb(21%, 29%, 7%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="0.0878,-0.2365 -0.4126,0.3163"/></g><g stroke-width="0.0050" stroke="rgb(73%, 34%, 1%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="-0.4513,-0.0665 0.1265,0.1463"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.0007" height="0.7447" x="-0.6156" y="-0.3553"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6332, 0.3894)"><polyline points="-0.6332,0.4044--0.6332,0.3744"/></g><g transform="rotate(-90.0, -0.6332, 0.2830)"><polyline points="-0.6332,0.2980--0.6332,0.2680"/></g><g transform="rotate(-90.0, -0.6332, 0.1766)"><polyline points="-0.6332,0.1916--0.6332,0.1616"/></g><g transform="rotate(-90.0, -0.6332, 0.0702)"><polyline points="-0.6332,0.0852--0.6332,0.0552"/></g><g transform="rotate(-90.0, -0.6332, -0.0362)"><polyline points="-0.6332,-0.0212--0.6332,-0.0512"/></g><g transform="rotate(-90.0, -0.6332, -0.1426)"><polyline points="-0.6332,-0.1276--0.6332,-0.1576"/></g><g transform="rotate(-90.0, -0.6332, -0.2489)"><polyline points="-0.6332,-0.2339--0.6332,-0.2639"/></g><g transform="rotate(-90.0, -0.6332, -0.3553)"><polyline points="-0.6332,-0.3403--0.6332,-0.3703"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0294" text-anchor="end"><text x="-0.6544" y="0.3996">-2.0</text><text x="-0.6544" y="0.2933">-1.5</text><text x="-0.6544" y="0.1869">-1.0</text><text x="-0.6544" y="0.0805">-0.5</text><text x="-0.6544" y="-0.0259"> 0.0</text><text x="-0.6544" y="-0.1323"> 0.5</text><text x="-0.6544" y="-0.2387"> 1.0</text><text x="-0.6544" y="-0.3451"> 1.5</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6156,0.3894 0.3851,0.3894"/><polyline points="-0.6156,0.2830 0.3851,0.2830"/><polyline points="-0.6156,0.1766 0.3851,0.1766"/><polyline points="-0.6156,0.0702 0.3851,0.0702"/><polyline points="-0.6156,-0.0362 0.3851,-0.0362"/><polyline points="-0.6156,-0.1426 0.3851,-0.1426"/><polyline points="-0.6156,-0.2489 0.3851,-0.2489"/><polyline points="-0.6156,-0.3553 0.3851,-0.3553"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0024" height="0.7477" x="-0.6238" y="-0.3568"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6156,0.4267--0.6156,0.3967"/><polyline points="-0.4488,0.4267--0.4488,0.3967"/><polyline points="-0.2820,0.4267--0.2820,0.3967"/><polyline points="-0.1152,0.4267--0.1152,0.3967"/><polyline points="0.0516,0.4267-0.0516,0.3967"/><polyline points="0.2183,0.4267-0.2183,0.3967"/><polyline points="0.3851,0.4267-0.3851,0.3967"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0294" text-anchor="middle"><text x="-0.6156" y="0.4590">-2.0</text><text x="-0.4488" y="0.4590">-1.0</text><text x="-0.2820" y="0.4590">-0.5</text><text x="-0.1152" y="0.4590"> 0.0</text><text x="0.0516" y="0.4590"> 0.5</text><text x="0.2183" y="0.4590"> 1.0</text><text x="0.3851" y="0.4590"> 2.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6156,0.3894 -0.6156,-0.3553"/><polyline points="-0.4488,0.3894 -0.4488,-0.3553"/><polyline points="-0.2820,0.3894 -0.2820,-0.3553"/><polyline points="-0.1152,0.3894 -0.1152,-0.3553"/><polyline points="0.0516,0.3894 0.0516,-0.3553"/><polyline points="0.2183,0.3894 0.2183,-0.3553"/><polyline points="0.3851,0.3894 0.3851,-0.3553"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.0030" height="0.0030" x="-0.6168" y="0.3969"/></g></g></g><g class="legend"><g class="legendBorder"><g stroke-width="0.0025" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.2487" height="0.4357" x="0.4558" y="-0.3489"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0294" text-anchor="start"><text x="0.4705" y="0.0570">Bounding Box</text></g><g stroke-width="0.0025" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(53%, 51%, 28%)" fill-opacity="0.00"><rect width="0.0147" height="0.0186" x="0.6588" y="0.0384"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0294" text-anchor="start"><text x="0.4705" y="-0.0026">Endpoints</text></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.2"><rect width="0.0250" height="0.0250" x="0.6537" y="-0.0244"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0294" text-anchor="start"><text x="0.4705" y="-0.0622">Centroid</text></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.6662" cy="-0.0715" r="0.0125"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0294" text-anchor="start"><text x="0.4705" y="-0.1218">Arc</text></g><g stroke-width="0.0050" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.6588,-0.1311 0.6883,-0.1311"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0294" text-anchor="start"><text x="0.4705" y="-0.1813">Full Ellipse</text></g><g stroke-width="0.0020" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.6588,-0.1907 0.6883,-0.1907"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0294" text-anchor="start"><text x="0.4705" y="-0.2409">Minor Axis</text></g><g stroke-width="0.0050" stroke="rgb(73%, 34%, 1%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="0.6588,-0.2502 0.6883,-0.2502"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0294" text-anchor="start"><text x="0.4705" y="-0.3005">Major Axis</text></g><g stroke-width="0.0050" stroke="rgb(21%, 29%, 7%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="0.6588,-0.3098 0.6883,-0.3098"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0471" text-anchor="middle"><text x="0" y="-0.4225">ArcPosition (Point 1 0) (Point 0 1) (ArcInfo (Point 1.5 1) (pi / 3) True True)</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.7" height="1.0" x="-0.85" y="-0.5"/></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="ellipse"><g stroke-width="0.0050" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.1687,-0.0606 0.1669,-0.0463 0.1643,-0.0318 0.1609,-0.0173 0.1567,-0.0027 0.1519,0.0120 0.1462,0.0267 0.1398,0.0414 0.1327,0.0560 0.1250,0.0706 0.1165,0.0850 0.1073,0.0993 0.0976,0.1134 0.0871,0.1273 0.0761,0.1409 0.0646,0.1543 0.0524,0.1673 0.0398,0.1801 0.0266,0.1924 0.0130,0.2044 -0.0010,0.2159 -0.0155,0.2270 -0.0303,0.2377 -0.0454,0.2478 -0.0609,0.2575 -0.0766,0.2665 -0.0925,0.2751 -0.1086,0.2830 -0.1249,0.2904 -0.1413,0.2971 -0.1578,0.3033 -0.1744,0.3087 -0.1909,0.3136 -0.2074,0.3177 -0.2239,0.3212 -0.2402,0.3240 -0.2565,0.3261 -0.2725,0.3276 -0.2883,0.3283 -0.3039,0.3283 -0.3192,0.3276 -0.3342,0.3263 -0.3488,0.3242 -0.3631,0.3215 -0.3769,0.3180 -0.3903,0.3139 -0.4032,0.3092 -0.4156,0.3038 -0.4274,0.2977 -0.4387,0.2910 -0.4494,0.2837 -0.4595,0.2758 -0.4690,0.2673 -0.4778,0.2583 -0.4860,0.2487 -0.4934,0.2386 -0.5001,0.2280 -0.5062,0.2169 -0.5114,0.2054 -0.5159,0.1934 -0.5197,0.1811 -0.5227,0.1684 -0.5249,0.1554 -0.5263,0.1420 -0.5270,0.1284 -0.5268,0.1146 -0.5259,0.1005 -0.5242,0.0862 -0.5217,0.0718 -0.5185,0.0573 -0.5144,0.0426 -0.5096,0.0280 -0.5041,0.0133 -0.4978,-0.0014 -0.4909,-0.0160 -0.4832,-0.0306 -0.4748,-0.0450 -0.4657,-0.0594 -0.4560,-0.0735 -0.4457,-0.0874 -0.4348,-0.1011 -0.4233,-0.1145 -0.4112,-0.1276 -0.3987,-0.1404 -0.3856,-0.1528 -0.3720,-0.1648 -0.3581,-0.1764 -0.3437,-0.1876 -0.3289,-0.1983 -0.3138,-0.2085 -0.2984,-0.2182 -0.2828,-0.2274 -0.2669,-0.2360 -0.2508,-0.2440 -0.2345,-0.2515 -0.2181,-0.2583 -0.2016,-0.2645 -0.1851,-0.2701 -0.1685,-0.2750 -0.1520,-0.2793 -0.1355,-0.2829"/></g><g stroke-width="0.0020" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.0496,-0.2699 0.0326,-0.2763 0.0148,-0.2815 -0.0038,-0.2856 -0.0231,-0.2884 -0.0429,-0.2901 -0.0634,-0.2905 -0.0843,-0.2897 -0.1055,-0.2877 -0.1271,-0.2845 -0.1488,-0.2800 -0.1707,-0.2744 -0.1925,-0.2677 -0.2144,-0.2598 -0.2361,-0.2508 -0.2575,-0.2407 -0.2787,-0.2297 -0.2995,-0.2176 -0.3198,-0.2046 -0.3395,-0.1907 -0.3586,-0.1760 -0.3770,-0.1605 -0.3945,-0.1444 -0.4113,-0.1275 -0.4271,-0.1101 -0.4420,-0.0922 -0.4558,-0.0739 -0.4685,-0.0551 -0.4800,-0.0361 -0.4904,-0.0169 -0.4996,0.0025 -0.5075,0.0219 -0.5140,0.0413 -0.5193,0.0607 -0.5232,0.0798 -0.5258,0.0988 -0.5269,0.1174 -0.5267,0.1356 -0.5252,0.1534 -0.5222,0.1706 -0.5179,0.1872 -0.5123,0.2032 -0.5054,0.2185 -0.4971,0.2329 -0.4876,0.2465 -0.4769,0.2592 -0.4650,0.2710 -0.4520,0.2818 -0.4379,0.2915 -0.4228,0.3002 -0.4067,0.3077 -0.3897,0.3141 -0.3719,0.3194 -0.3533,0.3234 -0.3340,0.3263 -0.3141,0.3279 -0.2937,0.3284 -0.2728,0.3276 -0.2515,0.3256 -0.2300,0.3223 -0.2083,0.3179 -0.1864,0.3123 -0.1645,0.3056 -0.1427,0.2977 -0.1210,0.2887 -0.0995,0.2786 -0.0783,0.2675 -0.0576,0.2555 -0.0373,0.2425 -0.0176,0.2286 0.0015,0.2139 0.0199,0.1984 0.0375,0.1822 0.0542,0.1654 0.0701,0.1480 0.0849,0.1301 0.0987,0.1117 0.1114,0.0930 0.1230,0.0740 0.1334,0.0548 0.1425,0.0354 0.1504,0.0160 0.1570,-0.0034 0.1622,-0.0228 0.1662,-0.0419 0.1687,-0.0609 0.1699,-0.0795 0.1697,-0.0977 0.1681,-0.1155 0.1652,-0.1327 0.1609,-0.1494 0.1553,-0.1653 0.1483,-0.1806 0.1401,-0.1950 0.1306,-0.2087 0.1199,-0.2214 0.1080,-0.2331 0.0949,-0.2439 0.0808,-0.2536 0.0657,-0.2623 0.0496,-0.2699"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.1785" cy="0.0189" r="0.0150"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.2"><circle cx="0.1687" cy="-0.0606" r="0.0150"/><circle cx="-0.1355" cy="-0.2829" r="0.0150"/></g><g stroke-width="0.0020" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(53%, 51%, 28%)" fill-opacity="0.00"><rect width="0.6957" height="0.6113" x="-0.5270" y="-0.2829"/></g><g stroke-width="0.0050" stroke="rgb(21%, 29%, 7%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="0.0496,-0.2699 -0.4067,0.3077"/></g><g stroke-width="0.0050" stroke="rgb(73%, 34%, 1%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="-0.4420,-0.0922 0.0849,0.1301"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.9126" height="0.7781" x="-0.5918" y="-0.3940"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0024" height="0.7812" x="-0.6003" y="-0.3956"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5918,0.3841 0.3208,0.3841"/><polyline points="-0.5918,0.2729 0.3208,0.2729"/><polyline points="-0.5918,0.1618 0.3208,0.1618"/><polyline points="-0.5918,0.0506 0.3208,0.0506"/><polyline points="-0.5918,-0.0606 0.3208,-0.0606"/><polyline points="-0.5918,-0.1717 0.3208,-0.1717"/><polyline points="-0.5918,-0.2829 0.3208,-0.2829"/><polyline points="-0.5918,-0.3940 0.3208,-0.3940"/></g></g><g class="tickglyph"><g stroke-width="0.0024" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6174,0.3841+-0.5991,0.3841"/><polyline points="-0.6174,0.2729+-0.5991,0.2729"/><polyline points="-0.6174,0.1618+-0.5991,0.1618"/><polyline points="-0.6174,0.0506+-0.5991,0.0506"/><polyline points="-0.6174,-0.0606+-0.5991,-0.0606"/><polyline points="-0.6174,-0.1717+-0.5991,-0.1717"/><polyline points="-0.6174,-0.2829+-0.5991,-0.2829"/><polyline points="-0.6174,-0.3940+-0.5991,-0.3940"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6673" y="0.3926">-2.0</text><text x="-0.6673" y="0.2815">-1.5</text><text x="-0.6673" y="0.1703">-1.0</text><text x="-0.6673" y="0.0592">-0.5</text><text x="-0.6673" y="-0.0520"> 0.0</text><text x="-0.6673" y="-0.1632"> 0.5</text><text x="-0.6673" y="-0.2743"> 1.0</text><text x="-0.6673" y="-0.3855"> 1.5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.9150" height="0.0031" x="-0.5930" y="0.3918"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5918,0.3841 -0.5918,-0.3940"/><polyline points="-0.4397,0.3841 -0.4397,-0.3940"/><polyline points="-0.2876,0.3841 -0.2876,-0.3940"/><polyline points="-0.1355,0.3841 -0.1355,-0.3940"/><polyline points="0.0166,0.3841 0.0166,-0.3940"/><polyline points="0.1687,0.3841 0.1687,-0.3940"/><polyline points="0.3208,0.3841 0.3208,-0.3940"/></g></g><g class="tickglyph"><g stroke-width="0.0031" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5918,0.4167+-0.5918,0.3934"/><polyline points="-0.4397,0.4167+-0.4397,0.3934"/><polyline points="-0.2876,0.4167+-0.2876,0.3934"/><polyline points="-0.1355,0.4167+-0.1355,0.3934"/><polyline points="0.0166,0.4167+0.0166,0.3934"/><polyline points="0.1687,0.4167+0.1687,0.3934"/><polyline points="0.3208,0.4167+0.3208,0.3934"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.5918" y="0.4595">-2.0</text><text x="-0.4397" y="0.4595">-1.0</text><text x="-0.2876" y="0.4595">-0.5</text><text x="-0.1355" y="0.4595"> 0.0</text><text x="0.0166" y="0.4595"> 0.5</text><text x="0.1687" y="0.4595"> 1.0</text><text x="0.3208" y="0.4595"> 2.0</text></g></g></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0008" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.3270" height="0.4552" x="0.3956" y="-0.3851"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0304" text-anchor="start"><text x="0.4108" y="0.0390">Bounding Box</text></g><g stroke-width="0.0015" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(53%, 51%, 28%)" fill-opacity="0.00"><rect width="0.0152" height="0.0195" x="0.6755" y="0.0195"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0304" text-anchor="start"><text x="0.4108" y="-0.0233">Endpoints</text></g><g stroke-width="0.0005" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.2"><rect width="0.0152" height="0.0152" x="0.6755" y="-0.0406"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0304" text-anchor="start"><text x="0.4108" y="-0.0855">Centroid</text></g><g stroke-width="0.0005" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0152" height="0.0152" x="0.6755" y="-0.1028"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0304" text-anchor="start"><text x="0.4108" y="-0.1478">Arc</text></g><g stroke-width="0.0030" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.6755,-0.1575 0.7059,-0.1575"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0304" text-anchor="start"><text x="0.4108" y="-0.2100">Full Ellipse</text></g><g stroke-width="0.0012" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.6755,-0.2197 0.7059,-0.2197"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0304" text-anchor="start"><text x="0.4108" y="-0.2723">Minor Axis</text></g><g stroke-width="0.0030" stroke="rgb(73%, 34%, 1%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="0.6755,-0.2820 0.7059,-0.2820"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0304" text-anchor="start"><text x="0.4108" y="-0.3345">Major Axis</text></g><g stroke-width="0.0030" stroke="rgb(21%, 29%, 7%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="0.6755,-0.3442 0.7059,-0.3442"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0320" text-anchor="middle"><text x="0" y="-0.4490">ArcPosition (Point 1 0) (Point 0 1) (ArcInfo (Point 1.5 1) (pi / 3) True True)</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>
other/ellipse2.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="300" viewBox="-1.0 -0.5 2.0 1.0"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="601" height="300" viewBox="-1.0043 -0.5 2.0043 1.0"><style>svg { color-scheme: light dark; } {@@ -22,19 +22,26 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="ellipse"><g stroke-width="0.0050" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.3261,-0.0362 0.3234,-0.0225 0.3194,-0.0087 0.3143,0.0053 0.3080,0.0193 0.3006,0.0333 0.2920,0.0474 0.2824,0.0614 0.2716,0.0754 0.2598,0.0894 0.2469,0.1032 0.2330,0.1168 0.2182,0.1303 0.2024,0.1436 0.1857,0.1567 0.1681,0.1695 0.1497,0.1820 0.1305,0.1941 0.1105,0.2060 0.0899,0.2174 0.0686,0.2285 0.0466,0.2391 0.0242,0.2493 0.0012,0.2590 -0.0222,0.2682 -0.0461,0.2769 -0.0703,0.2851 -0.0948,0.2927 -0.1195,0.2998 -0.1444,0.3062 -0.1694,0.3121 -0.1945,0.3173 -0.2196,0.3219 -0.2447,0.3259 -0.2697,0.3292 -0.2945,0.3319 -0.3191,0.3340 -0.3435,0.3353 -0.3675,0.3360 -0.3911,0.3360 -0.4143,0.3354 -0.4371,0.3341 -0.4593,0.3321 -0.4809,0.3295 -0.5019,0.3262 -0.5222,0.3223 -0.5418,0.3177 -0.5606,0.3125 -0.5786,0.3067 -0.5957,0.3003 -0.6120,0.2933 -0.6273,0.2858 -0.6417,0.2776 -0.6551,0.2690 -0.6674,0.2598 -0.6787,0.2501 -0.6890,0.2400 -0.6981,0.2294 -0.7061,0.2184 -0.7129,0.2070 -0.7186,0.1952 -0.7232,0.1830 -0.7265,0.1705 -0.7287,0.1578 -0.7297,0.1447 -0.7295,0.1315 -0.7281,0.1180 -0.7255,0.1043 -0.7217,0.0905 -0.7168,0.0766 -0.7106,0.0626 -0.7034,0.0486 -0.6950,0.0345 -0.6855,0.0205 -0.6749,0.0064 -0.6632,-0.0075 -0.6505,-0.0213 -0.6367,-0.0350 -0.6220,-0.0485 -0.6064,-0.0618 -0.5898,-0.0749 -0.5723,-0.0878 -0.5540,-0.1003 -0.5349,-0.1125 -0.5151,-0.1244 -0.4945,-0.1359 -0.4733,-0.1471 -0.4515,-0.1577 -0.4291,-0.1680 -0.4062,-0.1778 -0.3828,-0.1871 -0.3590,-0.1958 -0.3349,-0.2041 -0.3104,-0.2118 -0.2858,-0.2189 -0.2609,-0.2255 -0.2359,-0.2314 -0.2108,-0.2367 -0.1856,-0.2414 -0.1606,-0.2455 -0.1356,-0.2489"/></g><g stroke-width="0.0020" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.1454,-0.2365 0.1196,-0.2426 0.0926,-0.2476 0.0644,-0.2515 0.0351,-0.2543 0.0049,-0.2558 -0.0261,-0.2562 -0.0578,-0.2555 -0.0900,-0.2535 -0.1227,-0.2505 -0.1557,-0.2462 -0.1889,-0.2409 -0.2221,-0.2344 -0.2553,-0.2268 -0.2882,-0.2182 -0.3208,-0.2086 -0.3529,-0.1980 -0.3844,-0.1865 -0.4152,-0.1740 -0.4451,-0.1607 -0.4741,-0.1467 -0.5020,-0.1319 -0.5287,-0.1164 -0.5541,-0.1003 -0.5781,-0.0836 -0.6007,-0.0665 -0.6216,-0.0489 -0.6409,-0.0310 -0.6585,-0.0128 -0.6742,0.0056 -0.6881,0.0242 -0.7000,0.0428 -0.7100,0.0614 -0.7180,0.0799 -0.7239,0.0982 -0.7278,0.1163 -0.7296,0.1341 -0.7293,0.1516 -0.7269,0.1686 -0.7225,0.1851 -0.7160,0.2010 -0.7074,0.2163 -0.6969,0.2309 -0.6844,0.2447 -0.6700,0.2578 -0.6537,0.2699 -0.6356,0.2812 -0.6159,0.2915 -0.5945,0.3008 -0.5715,0.3091 -0.5471,0.3163 -0.5213,0.3225 -0.4942,0.3275 -0.4660,0.3314 -0.4368,0.3341 -0.4066,0.3357 -0.3756,0.3361 -0.3439,0.3353 -0.3116,0.3334 -0.2789,0.3303 -0.2459,0.3261 -0.2128,0.3207 -0.1795,0.3143 -0.1464,0.3067 -0.1135,0.2981 -0.0809,0.2885 -0.0488,0.2779 -0.0173,0.2663 0.0135,0.2539 0.0435,0.2406 0.0724,0.2265 0.1003,0.2117 0.1270,0.1962 0.1525,0.1801 0.1765,0.1635 0.1990,0.1463 0.2200,0.1288 0.2392,0.1108 0.2568,0.0926 0.2726,0.0742 0.2864,0.0557 0.2984,0.0371 0.3084,0.0185 0.3164,0 0.3223,-0.0183 0.3262,-0.0365 0.3280,-0.0543 0.3277,-0.0717 0.3253,-0.0887 0.3208,-0.1052 0.3143,-0.1212 0.3058,-0.1364 0.2952,-0.1510 0.2827,-0.1649 0.2683,-0.1779 0.2520,-0.1901 0.2340,-0.2013 0.2142,-0.2117 0.1928,-0.2210 0.1699,-0.2293 0.1454,-0.2365"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.2008" cy="0.0399" r="0.0150"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.2"><rect width="0.0300" height="0.0300" x="0.3111" y="-0.0512"/><rect width="0.0300" height="0.0300" x="-0.1506" y="-0.2639"/></g><g stroke-width="0.0020" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(53%, 51%, 28%)" fill-opacity="0.00"><rect width="1.0559" height="0.5851" x="-0.7297" y="-0.2489"/></g><g stroke-width="0.0050" stroke="rgb(21%, 29%, 7%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="0.1454,-0.2365 -0.5471,0.3163"/></g><g stroke-width="0.0050" stroke="rgb(73%, 34%, 1%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="-0.6007,-0.0665 0.1990,0.1463"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.3850" height="0.7447" x="-0.8281" y="-0.3553"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.8489, 0.3894)"><polyline points="-0.8489,0.4044--0.8489,0.3744"/></g><g transform="rotate(-90.0, -0.8489, 0.2830)"><polyline points="-0.8489,0.2980--0.8489,0.2680"/></g><g transform="rotate(-90.0, -0.8489, 0.1766)"><polyline points="-0.8489,0.1916--0.8489,0.1616"/></g><g transform="rotate(-90.0, -0.8489, 0.0702)"><polyline points="-0.8489,0.0852--0.8489,0.0552"/></g><g transform="rotate(-90.0, -0.8489, -0.0362)"><polyline points="-0.8489,-0.0212--0.8489,-0.0512"/></g><g transform="rotate(-90.0, -0.8489, -0.1426)"><polyline points="-0.8489,-0.1276--0.8489,-0.1576"/></g><g transform="rotate(-90.0, -0.8489, -0.2489)"><polyline points="-0.8489,-0.2339--0.8489,-0.2639"/></g><g transform="rotate(-90.0, -0.8489, -0.3553)"><polyline points="-0.8489,-0.3403--0.8489,-0.3703"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0346" text-anchor="end"><text x="-0.8738" y="0.3996">-2.0</text><text x="-0.8738" y="0.2933">-1.5</text><text x="-0.8738" y="0.1869">-1.0</text><text x="-0.8738" y="0.0805">-0.5</text><text x="-0.8738" y="-0.0259"> 0.0</text><text x="-0.8738" y="-0.1323"> 0.5</text><text x="-0.8738" y="-0.2387"> 1.0</text><text x="-0.8738" y="-0.3451"> 1.5</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.8281,0.3894 0.5570,0.3894"/><polyline points="-0.8281,0.2830 0.5570,0.2830"/><polyline points="-0.8281,0.1766 0.5570,0.1766"/><polyline points="-0.8281,0.0702 0.5570,0.0702"/><polyline points="-0.8281,-0.0362 0.5570,-0.0362"/><polyline points="-0.8281,-0.1426 0.5570,-0.1426"/><polyline points="-0.8281,-0.2489 0.5570,-0.2489"/><polyline points="-0.8281,-0.3553 0.5570,-0.3553"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0028" height="0.7477" x="-0.8378" y="-0.3568"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.8281,0.4267--0.8281,0.3967"/><polyline points="-0.5972,0.4267--0.5972,0.3967"/><polyline points="-0.3664,0.4267--0.3664,0.3967"/><polyline points="-0.1356,0.4267--0.1356,0.3967"/><polyline points="0.0953,0.4267-0.0953,0.3967"/><polyline points="0.3261,0.4267-0.3261,0.3967"/><polyline points="0.5570,0.4267-0.5570,0.3967"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0346" text-anchor="middle"><text x="-0.8281" y="0.4590">-2.0</text><text x="-0.5972" y="0.4590">-1.0</text><text x="-0.3664" y="0.4590">-0.5</text><text x="-0.1356" y="0.4590"> 0.0</text><text x="0.0953" y="0.4590"> 0.5</text><text x="0.3261" y="0.4590"> 1.0</text><text x="0.5570" y="0.4590"> 2.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.8281,0.3894 -0.8281,-0.3553"/><polyline points="-0.5972,0.3894 -0.5972,-0.3553"/><polyline points="-0.3664,0.3894 -0.3664,-0.3553"/><polyline points="-0.1356,0.3894 -0.1356,-0.3553"/><polyline points="0.0953,0.3894 0.0953,-0.3553"/><polyline points="0.3261,0.3894 0.3261,-0.3553"/><polyline points="0.5570,0.3894 0.5570,-0.3553"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.3878" height="0.0030" x="-0.8295" y="0.3969"/></g></g></g><g class="legend"><g class="legendBorder"><g stroke-width="0.0025" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.2926" height="0.4357" x="0.6401" y="-0.3489"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0346" text-anchor="start"><text x="0.6574" y="0.0570">Bounding Box</text></g><g stroke-width="0.0025" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(53%, 51%, 28%)" fill-opacity="0.00"><rect width="0.0173" height="0.0186" x="0.8790" y="0.0384"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0346" text-anchor="start"><text x="0.6574" y="-0.0026">Endpoints</text></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.2"><rect width="0.0250" height="0.0250" x="0.8751" y="-0.0244"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0346" text-anchor="start"><text x="0.6574" y="-0.0622">Centroid</text></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.8876" cy="-0.0715" r="0.0125"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0346" text-anchor="start"><text x="0.6574" y="-0.1218">Arc</text></g><g stroke-width="0.0050" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.8790,-0.1311 0.9136,-0.1311"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0346" text-anchor="start"><text x="0.6574" y="-0.1813">Full Ellipse</text></g><g stroke-width="0.0020" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.8790,-0.1907 0.9136,-0.1907"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0346" text-anchor="start"><text x="0.6574" y="-0.2409">Minor Axis</text></g><g stroke-width="0.0050" stroke="rgb(73%, 34%, 1%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="0.8790,-0.2502 0.9136,-0.2502"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0346" text-anchor="start"><text x="0.6574" y="-0.3005">Major Axis</text></g><g stroke-width="0.0050" stroke="rgb(21%, 29%, 7%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="0.8790,-0.3098 0.9136,-0.3098"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0554" text-anchor="middle"><text x="0" y="-0.4225">ArcPosition (Point 1 0) (Point 0 1) (ArcInfo (Point 1.5 1) (pi / 3) True True)</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="2.0" height="1.0" x="-1.0" y="-0.5"/></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="ellipse"><g stroke-width="0.0050" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.2994,-0.0606 0.2967,-0.0463 0.2929,-0.0318 0.2879,-0.0173 0.2818,-0.0027 0.2745,0.0120 0.2662,0.0267 0.2568,0.0414 0.2463,0.0560 0.2348,0.0706 0.2222,0.0850 0.2087,0.0993 0.1943,0.1134 0.1789,0.1273 0.1626,0.1409 0.1455,0.1543 0.1276,0.1673 0.1089,0.1801 0.0894,0.1924 0.0693,0.2044 0.0486,0.2159 0.0272,0.2270 0.0053,0.2377 -0.0170,0.2478 -0.0399,0.2575 -0.0631,0.2665 -0.0866,0.2751 -0.1105,0.2830 -0.1346,0.2904 -0.1588,0.2971 -0.1832,0.3033 -0.2076,0.3087 -0.2321,0.3136 -0.2565,0.3177 -0.2808,0.3212 -0.3050,0.3240 -0.3290,0.3261 -0.3527,0.3276 -0.3761,0.3283 -0.3991,0.3283 -0.4217,0.3276 -0.4439,0.3263 -0.4655,0.3242 -0.4865,0.3215 -0.5070,0.3180 -0.5268,0.3139 -0.5458,0.3092 -0.5641,0.3038 -0.5817,0.2977 -0.5984,0.2910 -0.6142,0.2837 -0.6291,0.2758 -0.6431,0.2673 -0.6562,0.2583 -0.6682,0.2487 -0.6792,0.2386 -0.6892,0.2280 -0.6980,0.2169 -0.7058,0.2054 -0.7125,0.1934 -0.7181,0.1811 -0.7225,0.1684 -0.7258,0.1554 -0.7279,0.1420 -0.7288,0.1284 -0.7286,0.1146 -0.7273,0.1005 -0.7247,0.0862 -0.7211,0.0718 -0.7162,0.0573 -0.7103,0.0426 -0.7032,0.0280 -0.6950,0.0133 -0.6858,-0.0014 -0.6754,-0.0160 -0.6641,-0.0306 -0.6517,-0.0450 -0.6383,-0.0594 -0.6240,-0.0735 -0.6087,-0.0874 -0.5926,-0.1011 -0.5756,-0.1145 -0.5578,-0.1276 -0.5392,-0.1404 -0.5198,-0.1528 -0.4998,-0.1648 -0.4792,-0.1764 -0.4579,-0.1876 -0.4361,-0.1983 -0.4138,-0.2085 -0.3910,-0.2182 -0.3679,-0.2274 -0.3443,-0.2360 -0.3205,-0.2440 -0.2965,-0.2515 -0.2723,-0.2583 -0.2479,-0.2645 -0.2235,-0.2701 -0.1990,-0.2750 -0.1746,-0.2793 -0.1502,-0.2829"/></g><g stroke-width="0.0020" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.1234,-0.2699 0.0983,-0.2763 0.0720,-0.2815 0.0445,-0.2856 0.0160,-0.2884 -0.0134,-0.2901 -0.0436,-0.2905 -0.0745,-0.2897 -0.1059,-0.2877 -0.1377,-0.2845 -0.1698,-0.2800 -0.2022,-0.2744 -0.2345,-0.2677 -0.2668,-0.2598 -0.2989,-0.2508 -0.3306,-0.2407 -0.3619,-0.2297 -0.3925,-0.2176 -0.4225,-0.2046 -0.4517,-0.1907 -0.4799,-0.1760 -0.5071,-0.1605 -0.5331,-0.1444 -0.5578,-0.1275 -0.5812,-0.1101 -0.6032,-0.0922 -0.6236,-0.0739 -0.6424,-0.0551 -0.6595,-0.0361 -0.6748,-0.0169 -0.6883,0.0025 -0.7000,0.0219 -0.7097,0.0413 -0.7175,0.0607 -0.7232,0.0798 -0.7270,0.0988 -0.7288,0.1174 -0.7285,0.1356 -0.7262,0.1534 -0.7218,0.1706 -0.7155,0.1872 -0.7071,0.2032 -0.6969,0.2185 -0.6847,0.2329 -0.6707,0.2465 -0.6548,0.2592 -0.6372,0.2710 -0.6180,0.2818 -0.5971,0.2915 -0.5748,0.3002 -0.5510,0.3077 -0.5259,0.3141 -0.4995,0.3194 -0.4721,0.3234 -0.4436,0.3263 -0.4142,0.3279 -0.3840,0.3284 -0.3531,0.3276 -0.3217,0.3256 -0.2899,0.3223 -0.2577,0.3179 -0.2254,0.3123 -0.1931,0.3056 -0.1608,0.2977 -0.1287,0.2887 -0.0970,0.2786 -0.0657,0.2675 -0.0350,0.2555 -0.0050,0.2425 0.0241,0.2286 0.0523,0.2139 0.0795,0.1984 0.1055,0.1822 0.1303,0.1654 0.1536,0.1480 0.1756,0.1301 0.1960,0.1117 0.2148,0.0930 0.2319,0.0740 0.2472,0.0548 0.2607,0.0354 0.2724,0.0160 0.2821,-0.0034 0.2899,-0.0228 0.2957,-0.0419 0.2994,-0.0609 0.3012,-0.0795 0.3009,-0.0977 0.2986,-0.1155 0.2942,-0.1327 0.2879,-0.1494 0.2796,-0.1653 0.2693,-0.1806 0.2571,-0.1950 0.2431,-0.2087 0.2272,-0.2214 0.2097,-0.2331 0.1904,-0.2439 0.1696,-0.2536 0.1472,-0.2623 0.1234,-0.2699"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-0.2138" cy="0.0189" r="0.0150"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.2"><circle cx="0.2994" cy="-0.0606" r="0.0150"/><circle cx="-0.1502" cy="-0.2829" r="0.0150"/></g><g stroke-width="0.0020" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(53%, 51%, 28%)" fill-opacity="0.00"><rect width="1.0283" height="0.6113" x="-0.7289" y="-0.2829"/></g><g stroke-width="0.0050" stroke="rgb(21%, 29%, 7%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="0.1234,-0.2699 -0.5510,0.3077"/></g><g stroke-width="0.0050" stroke="rgb(73%, 34%, 1%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="-0.6032,-0.0922 0.1756,0.1301"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.3488" height="0.7781" x="-0.8247" y="-0.3940"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0027" height="0.7812" x="-0.8341" y="-0.3956"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.8247,0.3841 0.5242,0.3841"/><polyline points="-0.8247,0.2729 0.5242,0.2729"/><polyline points="-0.8247,0.1618 0.5242,0.1618"/><polyline points="-0.8247,0.0506 0.5242,0.0506"/><polyline points="-0.8247,-0.0606 0.5242,-0.0606"/><polyline points="-0.8247,-0.1717 0.5242,-0.1717"/><polyline points="-0.8247,-0.2829 0.5242,-0.2829"/><polyline points="-0.8247,-0.3940 0.5242,-0.3940"/></g></g><g class="tickglyph"><g stroke-width="0.0027" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.8530,0.3841+-0.8327,0.3841"/><polyline points="-0.8530,0.2729+-0.8327,0.2729"/><polyline points="-0.8530,0.1618+-0.8327,0.1618"/><polyline points="-0.8530,0.0506+-0.8327,0.0506"/><polyline points="-0.8530,-0.0606+-0.8327,-0.0606"/><polyline points="-0.8530,-0.1717+-0.8327,-0.1717"/><polyline points="-0.8530,-0.2829+-0.8327,-0.2829"/><polyline points="-0.8530,-0.3940+-0.8327,-0.3940"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.9083" y="0.3926">-2.0</text><text x="-0.9083" y="0.2815">-1.5</text><text x="-0.9083" y="0.1703">-1.0</text><text x="-0.9083" y="0.0592">-0.5</text><text x="-0.9083" y="-0.0520"> 0.0</text><text x="-0.9083" y="-0.1632"> 0.5</text><text x="-0.9083" y="-0.2743"> 1.0</text><text x="-0.9083" y="-0.3855"> 1.5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.3515" height="0.0031" x="-0.8260" y="0.3918"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.8247,0.3841 -0.8247,-0.3940"/><polyline points="-0.5998,0.3841 -0.5998,-0.3940"/><polyline points="-0.3750,0.3841 -0.3750,-0.3940"/><polyline points="-0.1502,0.3841 -0.1502,-0.3940"/><polyline points="0.0746,0.3841 0.0746,-0.3940"/><polyline points="0.2994,0.3841 0.2994,-0.3940"/><polyline points="0.5242,0.3841 0.5242,-0.3940"/></g></g><g class="tickglyph"><g stroke-width="0.0031" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.8247,0.4167+-0.8247,0.3934"/><polyline points="-0.5998,0.4167+-0.5998,0.3934"/><polyline points="-0.3750,0.4167+-0.3750,0.3934"/><polyline points="-0.1502,0.4167+-0.1502,0.3934"/><polyline points="0.0746,0.4167+0.0746,0.3934"/><polyline points="0.2994,0.4167+0.2994,0.3934"/><polyline points="0.5242,0.4167+0.5242,0.3934"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.8247" y="0.4595">-2.0</text><text x="-0.5998" y="0.4595">-1.0</text><text x="-0.3750" y="0.4595">-0.5</text><text x="-0.1502" y="0.4595"> 0.0</text><text x="0.0746" y="0.4595"> 0.5</text><text x="0.2994" y="0.4595"> 1.0</text><text x="0.5242" y="0.4595"> 2.0</text></g></g></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0008" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.3625" height="0.4552" x="0.6071" y="-0.3851"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0337" text-anchor="start"><text x="0.6240" y="0.0390">Bounding Box</text></g><g stroke-width="0.0017" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(53%, 51%, 28%)" fill-opacity="0.00"><rect width="0.0169" height="0.0195" x="0.9174" y="0.0195"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0337" text-anchor="start"><text x="0.6240" y="-0.0233">Endpoints</text></g><g stroke-width="0.0005" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.2"><rect width="0.0169" height="0.0169" x="0.9174" y="-0.0414"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0337" text-anchor="start"><text x="0.6240" y="-0.0855">Centroid</text></g><g stroke-width="0.0005" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0169" height="0.0169" x="0.9174" y="-0.1037"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0337" text-anchor="start"><text x="0.6240" y="-0.1478">Arc</text></g><g stroke-width="0.0034" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.9174,-0.1575 0.9511,-0.1575"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0337" text-anchor="start"><text x="0.6240" y="-0.2100">Full Ellipse</text></g><g stroke-width="0.0013" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.9174,-0.2197 0.9511,-0.2197"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0337" text-anchor="start"><text x="0.6240" y="-0.2723">Minor Axis</text></g><g stroke-width="0.0034" stroke="rgb(73%, 34%, 1%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="0.9174,-0.2820 0.9511,-0.2820"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0337" text-anchor="start"><text x="0.6240" y="-0.3345">Major Axis</text></g><g stroke-width="0.0034" stroke="rgb(21%, 29%, 7%)" stroke-opacity="1.0" fill="none" stroke-linecap="round" stroke-dasharray="0.0300 0.0100"><polyline points="0.9174,-0.3442 0.9511,-0.3442"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0320" text-anchor="middle"><text x="0" y="-0.4490">ArcPosition (Point 1 0) (Point 0 1) (ArcInfo (Point 1.5 1) (pi / 3) True True)</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="2.0" height="1.0" x="-1.0" y="-0.5"/></g></g></g></svg>
other/glyphs.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="578" height="50" viewBox="-6.0 -0.5378 12.0 1.0378"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="607" height="50" viewBox="-5.9896 -0.4916 11.9793 0.9857"><style>svg { color-scheme: light dark; } {@@ -22,6 +22,13 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="glyphs"><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-5.59" cy="0.0378" r="0.4"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.8000" height="0.8" x="-4.5925" y="-0.3622"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.8000" height="0.6000" x="-3.195" y="-0.2622"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.8000" height="0.6000" x="-1.7975" y="-0.2622" rx="0.0100" ry="0.0100"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><ellipse cx="0.0" cy="3.784271247461907e-2" rx="0.4" ry="0.30000000000000004"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><polyline points="1.3975,0.4378-1.3975,-0.3622"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><polyline points="2.395,0.0378-3.195,0.0378"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><polygon transform="translate(4.1925, 0.0378)" points="0,-0.5657 -0.4000,0.3464 0.4000,0.3464"/></g><g stroke-width="0.0250" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><path d="M 0.5,-0.3660 A 1.0 1.0 -0.0 0 1 0,0.5 A 1.0 1.0 -0.0 0 1 -0.5,-0.3660 A 1.0 1.0 -0.0 0 1 0.5,-0.3660 L 0.5,-0.3660 Z" transform="translate(5.59, 0.0378) scale(0.8)"/></g></g></g><g class="hud"></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="glyphs"><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="-5.5796" cy="0.0840" r="0.4"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.8000" height="0.8" x="-4.5847" y="-0.3160"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.8000" height="0.6000" x="-3.1898" y="-0.2160"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.8000" height="0.6000" x="-1.7949" y="-0.2160" rx="0.0100" ry="0.0100"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><ellipse cx="1.7763568394002505e-15" cy="8.40457922758524e-2" rx="0.4" ry="0.30000000000000004"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><polyline points="1.3949,0.4840+1.3949,-0.3160"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><polyline points="2.3898,0.0840+3.1898,0.0840"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><polygon transform="translate(4.1847, 0.0840)" points="0,-0.5657 -0.4000,0.3464 0.4000,0.3464"/></g><g stroke-width="0.0200" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><path d="M 0.5,-0.3660 A 1.0 1.0 -0.0 0 1 0,0.5 A 1.0 1.0 -0.0 0 1 -0.5,-0.3660 A 1.0 1.0 -0.0 0 1 0.5,-0.3660 L 0.5,-0.3660 Z" transform="translate(5.5796, 0.0840) scale(0.8)"/></g></g></g><g class="hud"></g></svg>
other/gradient.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="100" viewBox="-3.0 -0.5 6.0 1.0"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="599" height="100" viewBox="-3.0001 -0.5003 6.0001 1.0007"><style>svg { color-scheme: light dark; } {@@ -22,4 +22,11 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}svg { shape-rendering: crispEdges; }</style><g class="chart"><g class="gradient"><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 26%, 38%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.9013" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 26%, 36%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.8433" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 26%, 34%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.7852" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 32%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.7272" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 30%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.6692" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 29%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.6112" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 27%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.5531" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 25%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.4951" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 27%, 23%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.4371" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 27%, 21%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.3791" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 27%, 18%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.3210" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 28%, 16%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.2630" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 28%, 14%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.2050" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 29%, 11%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.1470" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 29%, 8%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.0889" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 30%, 5%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-2.0309" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 31%, 0%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.9729" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 31%, -4%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.9149" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 32%, -7%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.8568" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 33%, -10%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.7988" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 33%, -13%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.7408" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 34%, -15%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.6827" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 35%, -17%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.6247" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 36%, -18%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.5667" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 36%, -18%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.5087" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 37%, -19%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.4506" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 38%, -18%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.3926" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 38%, -18%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.3346" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 39%, -16%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.2766" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 40%, -15%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.2185" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.1605" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 41%, -10%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.1025" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 42%, -7%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-1.0445" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 42%, -3%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.9864" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 43%, 2%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.9284" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 43%, 6%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.8704" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 44%, 10%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.8124" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 44%, 13%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.7543" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 45%, 15%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.6963" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 45%, 18%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.6383" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 46%, 20%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.5803" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 46%, 22%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.5222" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(11%, 46%, 24%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.4642" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(5%, 46%, 26%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.4062" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-5%, 47%, 28%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.3482" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-14%, 47%, 30%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.2901" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-23%, 47%, 32%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.2321" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-30%, 47%, 34%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.1741" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-37%, 47%, 36%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.1161" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-43%, 47%, 38%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="-0.0580" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-48%, 47%, 40%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-52%, 47%, 42%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.0580" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-56%, 47%, 43%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.1161" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-58%, 47%, 45%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.1741" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-60%, 47%, 47%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.2321" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-60%, 46%, 49%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.2901" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-60%, 46%, 50%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.3482" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-59%, 46%, 52%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.4062" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-57%, 46%, 53%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.4642" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-54%, 45%, 54%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.5222" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-50%, 45%, 56%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.5803" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-46%, 44%, 57%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.6383" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-41%, 44%, 58%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.6963" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-35%, 44%, 59%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.7543" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-28%, 43%, 60%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.8124" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-20%, 43%, 61%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.8704" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-12%, 42%, 62%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.9284" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-4%, 41%, 63%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="0.9864" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(6%, 41%, 64%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.0445" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(11%, 40%, 64%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.1025" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(15%, 40%, 65%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.1605" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 39%, 65%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.2185" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 38%, 65%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.2766" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 38%, 66%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.3346" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 37%, 66%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.3926" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 37%, 66%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.4506" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 36%, 65%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.5087" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 35%, 65%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.5667" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 35%, 65%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.6247" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 34%, 64%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.6827" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 34%, 64%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.7408" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 33%, 63%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.7988" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 32%, 63%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.8568" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 32%, 62%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.9149" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 31%, 61%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="1.9729" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 31%, 60%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.0309" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 30%, 59%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.0889" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 30%, 58%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.1470" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 29%, 56%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.2050" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 29%, 55%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.2630" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 28%, 54%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.3210" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 28%, 52%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.3791" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 28%, 51%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.4371" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 27%, 50%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.4951" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 27%, 48%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.5531" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 27%, 46%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.6112" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 26%, 45%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.6692" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 26%, 43%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.7272" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 26%, 41%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.7852" y="-0.3402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 26%, 40%)" fill-opacity="1.0"><rect width="0.0580" height="0.6803" x="2.8433" y="-0.3402"/></g></g><g class="border"><g stroke-width="0.0200" stroke="rgb(94%, 94%, 94%)" stroke-opacity="1.0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2321" height="0.8164" x="-0.9703" y="-0.4082"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0.0040" stroke="rgb(99%, 99%, 99%)" stroke-opacity="1.0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="5.996" height="0.996" x="-2.998" y="-0.498"/></g></g></g></svg>+}svg { shape-rendering: crispEdges; }+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="gradient"><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 26%, 38%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.9014" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 26%, 36%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.8433" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 26%, 34%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.7853" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 32%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.7273" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 30%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.6692" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 29%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.6112" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 27%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.5532" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 25%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.4952" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 27%, 23%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.4371" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 27%, 21%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.3791" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 27%, 18%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.3211" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 28%, 16%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.2631" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 28%, 14%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.2050" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 29%, 11%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.1470" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 29%, 8%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.0890" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 30%, 5%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-2.0309" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 31%, 0%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.9729" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 31%, -4%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.9149" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 32%, -7%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.8569" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 33%, -10%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.7988" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 33%, -13%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.7408" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 34%, -15%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.6828" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 35%, -17%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.6248" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 36%, -18%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.5667" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 36%, -18%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.5087" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 37%, -19%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.4507" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 38%, -18%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.3926" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 38%, -18%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.3346" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 39%, -16%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.2766" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 40%, -15%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.2186" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.1605" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 41%, -10%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.1025" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 42%, -7%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-1.0445" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 42%, -3%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.9865" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 43%, 2%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.9284" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 43%, 6%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.8704" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 44%, 10%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.8124" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 44%, 13%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.7544" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 45%, 15%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.6963" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 45%, 18%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.6383" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 46%, 20%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.5803" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 46%, 22%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.5222" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(11%, 46%, 24%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.4642" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(5%, 46%, 26%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.4062" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-5%, 47%, 28%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.3482" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-14%, 47%, 30%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.2901" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-23%, 47%, 32%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.2321" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-30%, 47%, 34%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.1741" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-37%, 47%, 36%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.1161" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-43%, 47%, 38%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="-0.0580" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-48%, 47%, 40%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-52%, 47%, 42%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.0580" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-56%, 47%, 43%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.1161" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-58%, 47%, 45%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.1741" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-60%, 47%, 47%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.2321" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-60%, 46%, 49%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.2901" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-60%, 46%, 50%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.3482" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-59%, 46%, 52%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.4062" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-57%, 46%, 53%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.4642" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-54%, 45%, 54%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.5222" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-50%, 45%, 56%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.5803" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-46%, 44%, 57%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.6383" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-41%, 44%, 58%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.6963" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-35%, 44%, 59%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.7544" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-28%, 43%, 60%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.8124" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-20%, 43%, 61%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.8704" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-12%, 42%, 62%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.9284" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(-4%, 41%, 63%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="0.9865" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(6%, 41%, 64%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.0445" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(11%, 40%, 64%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.1025" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(15%, 40%, 65%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.1605" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 39%, 65%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.2186" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 38%, 65%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.2766" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 38%, 66%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.3346" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 37%, 66%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.3926" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 37%, 66%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.4507" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 36%, 65%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.5087" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 35%, 65%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.5667" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 35%, 65%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.6248" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 34%, 64%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.6828" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 34%, 64%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.7408" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 33%, 63%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.7988" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 32%, 63%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.8569" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 32%, 62%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.9149" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 31%, 61%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="1.9729" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 31%, 60%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.0309" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 30%, 59%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.0890" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 30%, 58%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.1470" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 29%, 56%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.2050" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 29%, 55%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.2631" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 28%, 54%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.3211" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 28%, 52%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.3791" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 28%, 51%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.4371" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 27%, 50%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.4952" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 27%, 48%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.5532" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 27%, 46%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.6112" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 26%, 45%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.6692" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 26%, 43%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.7273" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 26%, 41%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.7853" y="-0.3394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 26%, 40%)" fill-opacity="1.0"><rect width="0.0580" height="0.6788" x="2.8433" y="-0.3394"/></g></g><g class="border"><g stroke-width="0.0200" stroke="rgb(94%, 94%, 94%)" stroke-opacity="1.0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2321" height="0.8145" x="-0.9703" y="-0.4073"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0.0040" stroke="rgb(99%, 99%, 99%)" stroke-opacity="1.0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="5.9961" height="0.9967" x="-2.9981" y="-0.4983"/></g></g></g></svg>
other/hudoptions.svg view
@@ -22,26 +22,25 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2633" height="0.8232" x="-0.5849" y="-0.4455"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6102, 0.3778)"><polyline points="-0.6102,0.3928--0.6102,0.3628"/></g><g transform="rotate(-90.0, -0.6102, 0.2954)"><polyline points="-0.6102,0.3104--0.6102,0.2804"/></g><g transform="rotate(-90.0, -0.6102, 0.2131)"><polyline points="-0.6102,0.2281--0.6102,0.1981"/></g><g transform="rotate(-90.0, -0.6102, 0.1308)"><polyline points="-0.6102,0.1458--0.6102,0.1158"/></g><g transform="rotate(-90.0, -0.6102, 0.0485)"><polyline points="-0.6102,0.0635--0.6102,0.0335"/></g><g transform="rotate(-90.0, -0.6102, -0.0339)"><polyline points="-0.6102,-0.0189--0.6102,-0.0489"/></g><g transform="rotate(-90.0, -0.6102, -0.1162)"><polyline points="-0.6102,-0.1012--0.6102,-0.1312"/></g><g transform="rotate(-90.0, -0.6102, -0.1985)"><polyline points="-0.6102,-0.1835--0.6102,-0.2135"/></g><g transform="rotate(-90.0, -0.6102, -0.2808)"><polyline points="-0.6102,-0.2658--0.6102,-0.2958"/></g><g transform="rotate(-90.0, -0.6102, -0.3631)"><polyline points="-0.6102,-0.3481--0.6102,-0.3781"/></g><g transform="rotate(-90.0, -0.6102, -0.4455)"><polyline points="-0.6102,-0.4305--0.6102,-0.4605"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0421" text-anchor="end"><text x="-0.6405" y="0.3891">-0.5</text><text x="-0.6405" y="0.3068">-0.4</text><text x="-0.6405" y="0.2244">-0.3</text><text x="-0.6405" y="0.1421">-0.2</text><text x="-0.6405" y="0.0598">-0.1</text><text x="-0.6405" y="-0.0225"> 0.0</text><text x="-0.6405" y="-0.1049"> 0.1</text><text x="-0.6405" y="-0.1872"> 0.2</text><text x="-0.6405" y="-0.2695"> 0.3</text><text x="-0.6405" y="-0.3518"> 0.4</text><text x="-0.6405" y="-0.4341"> 0.5</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5849,0.3778 0.6784,0.3778"/><polyline points="-0.5849,0.2954 0.6784,0.2954"/><polyline points="-0.5849,0.2131 0.6784,0.2131"/><polyline points="-0.5849,0.1308 0.6784,0.1308"/><polyline points="-0.5849,0.0485 0.6784,0.0485"/><polyline points="-0.5849,-0.0339 0.6784,-0.0339"/><polyline points="-0.5849,-0.1162 0.6784,-0.1162"/><polyline points="-0.5849,-0.1985 0.6784,-0.1985"/><polyline points="-0.5849,-0.2808 0.6784,-0.2808"/><polyline points="-0.5849,-0.3631 0.6784,-0.3631"/><polyline points="-0.5849,-0.4455 0.6784,-0.4455"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.8265" x="-0.5967" y="-0.4471"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5849,0.4174--0.5849,0.3874"/><polyline points="-0.4586,0.4174--0.4586,0.3874"/><polyline points="-0.3323,0.4174--0.3323,0.3874"/><polyline points="-0.2059,0.4174--0.2059,0.3874"/><polyline points="-0.0796,0.4174--0.0796,0.3874"/><polyline points="0.0467,0.4174-0.0467,0.3874"/><polyline points="0.1731,0.4174-0.1731,0.3874"/><polyline points="0.2994,0.4174-0.2994,0.3874"/><polyline points="0.4257,0.4174-0.4257,0.3874"/><polyline points="0.5521,0.4174-0.5521,0.3874"/><polyline points="0.6784,0.4174-0.6784,0.3874"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0421" text-anchor="middle"><text x="-0.5849" y="0.4547">-0.5</text><text x="-0.4586" y="0.4547">-0.4</text><text x="-0.3323" y="0.4547">-0.3</text><text x="-0.2059" y="0.4547">-0.2</text><text x="-0.0796" y="0.4547">-0.1</text><text x="0.0467" y="0.4547"> 0.0</text><text x="0.1731" y="0.4547"> 0.1</text><text x="0.2994" y="0.4547"> 0.2</text><text x="0.4257" y="0.4547"> 0.3</text><text x="0.5521" y="0.4547"> 0.4</text><text x="0.6784" y="0.4547"> 0.5</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5849,0.3778 -0.5849,-0.4455"/><polyline points="-0.4586,0.3778 -0.4586,-0.4455"/><polyline points="-0.3323,0.3778 -0.3323,-0.4455"/><polyline points="-0.2059,0.3778 -0.2059,-0.4455"/><polyline points="-0.0796,0.3778 -0.0796,-0.4455"/><polyline points="0.0467,0.3778 0.0467,-0.4455"/><polyline points="0.1731,0.3778 0.1731,-0.4455"/><polyline points="0.2994,0.3778 0.2994,-0.4455"/><polyline points="0.4257,0.3778 0.4257,-0.4455"/><polyline points="0.5521,0.3778 0.5521,-0.4455"/><polyline points="0.6784,0.3778 0.6784,-0.4455"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2667" height="0.0033" x="-0.5866" y="0.3860"/></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2584" height="0.8264" x="-0.5822" y="-0.4496"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.8298" x="-0.5940" y="-0.4512"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5822,0.3769 0.6762,0.3769"/><polyline points="-0.5822,0.2391 0.6762,0.2391"/><polyline points="-0.5822,0.1014 0.6762,0.1014"/><polyline points="-0.5822,-0.0364 0.6762,-0.0364"/><polyline points="-0.5822,-0.1741 0.6762,-0.1741"/><polyline points="-0.5822,-0.3118 0.6762,-0.3118"/><polyline points="-0.5822,-0.4496 0.6762,-0.4496"/></g></g><g class="tickglyph"><g stroke-width="0.0034" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6174,0.3769+-0.5923,0.3769"/><polyline points="-0.6174,0.2391+-0.5923,0.2391"/><polyline points="-0.6174,0.1014+-0.5923,0.1014"/><polyline points="-0.6174,-0.0364+-0.5923,-0.0364"/><polyline points="-0.6174,-0.1741+-0.5923,-0.1741"/><polyline points="-0.6174,-0.3118+-0.5923,-0.3118"/><polyline points="-0.6174,-0.4496+-0.5923,-0.4496"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6359" y="0.3860">-0.6</text><text x="-0.6359" y="0.2482">-0.4</text><text x="-0.6359" y="0.1105">-0.2</text><text x="-0.6359" y="-0.0273"> 0.0</text><text x="-0.6359" y="-0.1650"> 0.2</text><text x="-0.6359" y="-0.3028"> 0.4</text><text x="-0.6359" y="-0.4405"> 0.6</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2617" height="0.0033" x="-0.5839" y="0.3851"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5822,0.3769 -0.5822,-0.4496"/><polyline points="-0.3725,0.3769 -0.3725,-0.4496"/><polyline points="-0.1628,0.3769 -0.1628,-0.4496"/><polyline points="0.0470,0.3769 0.0470,-0.4496"/><polyline points="0.2567,0.3769 0.2567,-0.4496"/><polyline points="0.4664,0.3769 0.4664,-0.4496"/><polyline points="0.6762,0.3769 0.6762,-0.4496"/></g></g><g class="tickglyph"><g stroke-width="0.0033" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5822,0.4116+-0.5822,0.3868"/><polyline points="-0.3725,0.4116+-0.3725,0.3868"/><polyline points="-0.1628,0.4116+-0.1628,0.3868"/><polyline points="0.0470,0.4116+0.0470,0.3868"/><polyline points="0.2567,0.4116+0.2567,0.3868"/><polyline points="0.4664,0.4116+0.4664,0.3868"/><polyline points="0.6762,0.4116+0.6762,0.3868"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.5822" y="0.4570">-0.6</text><text x="-0.3725" y="0.4570">-0.4</text><text x="-0.1628" y="0.4570">-0.2</text><text x="0.0470" y="0.4570"> 0.0</text><text x="0.2567" y="0.4570"> 0.2</text><text x="0.4664" y="0.4570"> 0.4</text><text x="0.6762" y="0.4570"> 0.6</text></g></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>
other/line.svg view
@@ -22,22 +22,24 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="line"><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6059,0.1875 -0.2077,0.1875 0.1905,-0.3537"/></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6059,0.3228 0.5091,-0.0831"/></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4068,-0.2184 -0.4068,0.3228"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2006" height="0.6866" x="-0.6118" y="-0.3588"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6357, 0.3228)"><polyline points="-0.6357,0.3378--0.6357,0.3078"/></g><g transform="rotate(-90.0, -0.6357, 0.2551)"><polyline points="-0.6357,0.2701--0.6357,0.2401"/></g><g transform="rotate(-90.0, -0.6357, 0.1875)"><polyline points="-0.6357,0.2025--0.6357,0.1725"/></g><g transform="rotate(-90.0, -0.6357, 0.1198)"><polyline points="-0.6357,0.1348--0.6357,0.1048"/></g><g transform="rotate(-90.0, -0.6357, 0.0522)"><polyline points="-0.6357,0.0672--0.6357,0.0372"/></g><g transform="rotate(-90.0, -0.6357, -0.0155)"><polyline points="-0.6357,-0.0005--0.6357,-0.0305"/></g><g transform="rotate(-90.0, -0.6357, -0.0831)"><polyline points="-0.6357,-0.0681--0.6357,-0.0981"/></g><g transform="rotate(-90.0, -0.6357, -0.1508)"><polyline points="-0.6357,-0.1358--0.6357,-0.1658"/></g><g transform="rotate(-90.0, -0.6357, -0.2184)"><polyline points="-0.6357,-0.2034--0.6357,-0.2334"/></g><g transform="rotate(-90.0, -0.6357, -0.2861)"><polyline points="-0.6357,-0.2711--0.6357,-0.3011"/></g><g transform="rotate(-90.0, -0.6357, -0.3537)"><polyline points="-0.6357,-0.3387--0.6357,-0.3687"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="end"><text x="-0.6644" y="0.3321">0.0</text><text x="-0.6644" y="0.2644">0.5</text><text x="-0.6644" y="0.1968">1.0</text><text x="-0.6644" y="0.1291">1.5</text><text x="-0.6644" y="0.0615">2.0</text><text x="-0.6644" y="-0.0062">2.5</text><text x="-0.6644" y="-0.0738">3.0</text><text x="-0.6644" y="-0.1415">3.5</text><text x="-0.6644" y="-0.2091">4.0</text><text x="-0.6644" y="-0.2768">4.5</text><text x="-0.6644" y="-0.3444">5.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6059,0.3228 0.5887,0.3228"/><polyline points="-0.6059,0.2551 0.5887,0.2551"/><polyline points="-0.6059,0.1875 0.5887,0.1875"/><polyline points="-0.6059,0.1198 0.5887,0.1198"/><polyline points="-0.6059,0.0522 0.5887,0.0522"/><polyline points="-0.6059,-0.0155 0.5887,-0.0155"/><polyline points="-0.6059,-0.0831 0.5887,-0.0831"/><polyline points="-0.6059,-0.1508 0.5887,-0.1508"/><polyline points="-0.6059,-0.2184 0.5887,-0.2184"/><polyline points="-0.6059,-0.2861 0.5887,-0.2861"/><polyline points="-0.6059,-0.3537 0.5887,-0.3537"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0032" height="0.6792" x="-0.6230" y="-0.3551"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6059,0.3631--0.6059,0.3331"/><polyline points="-0.4068,0.3631--0.4068,0.3331"/><polyline points="-0.2077,0.3631--0.2077,0.3331"/><polyline points="-0.0086,0.3631--0.0086,0.3331"/><polyline points="0.1905,0.3631-0.1905,0.3331"/><polyline points="0.3896,0.3631-0.3896,0.3331"/><polyline points="0.5887,0.3631-0.5887,0.3331"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="middle"><text x="-0.6059" y="0.3911">0.0</text><text x="-0.4068" y="0.3911">0.5</text><text x="-0.2077" y="0.3911">1.0</text><text x="-0.0086" y="0.3911">1.5</text><text x="0.1905" y="0.3911">2.0</text><text x="0.3896" y="0.3911">2.5</text><text x="0.5887" y="0.3911">3.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6059,0.3228 -0.6059,-0.3537"/><polyline points="-0.4068,0.3228 -0.4068,-0.3537"/><polyline points="-0.2077,0.3228 -0.2077,-0.3537"/><polyline points="-0.0086,0.3228 -0.0086,-0.3537"/><polyline points="0.1905,0.3228 0.1905,-0.3537"/><polyline points="0.3896,0.3228 0.3896,-0.3537"/><polyline points="0.5887,0.3228 0.5887,-0.3537"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.1978" height="0.0027" x="-0.6074" y="0.3346"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0796" text-anchor="middle"><text x="-0.0513" y="-0.4188">Line Chart</text></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0478" text-anchor="end"><text x="0.6156" y="0.4608">Made with love and chart-svg</text></g></g><g class="legend"><g class="legendBorder"><g stroke-width="0.0025" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(99%, 99%, 99%)" fill-opacity="1.0"><rect width="0.3843" height="0.1793" x="0.3299" y="0.0775"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="start"><text x="0.3498" y="0.2297">palette1 2</text></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5688,0.2213 0.6883,0.2213"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="start"><text x="0.3498" y="0.1756">palette1 1</text></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.5688,0.1672 0.6883,0.1672"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0398" text-anchor="start"><text x="0.3498" y="0.1215">palette1 0</text></g><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.5688,0.1131 0.6883,0.1131"/></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="line"><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6398,0.1953 -0.2102,0.1953 0.2193,-0.3668"/></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6398,0.3358 0.5629,-0.0858"/></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4250,-0.2263 -0.4250,0.3358"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2950" height="0.7132" x="-0.6462" y="-0.3721"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.7054" x="-0.6518" y="-0.3682"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6398,0.3358 0.6488,0.3358"/><polyline points="-0.6398,0.1953 0.6488,0.1953"/><polyline points="-0.6398,0.0548 0.6488,0.0548"/><polyline points="-0.6398,-0.0858 0.6488,-0.0858"/><polyline points="-0.6398,-0.2263 0.6488,-0.2263"/><polyline points="-0.6398,-0.3668 0.6488,-0.3668"/></g></g><g class="tickglyph"><g stroke-width="0.0034" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6759,0.3358+-0.6501,0.3358"/><polyline points="-0.6759,0.1953+-0.6501,0.1953"/><polyline points="-0.6759,0.0548+-0.6501,0.0548"/><polyline points="-0.6759,-0.0858+-0.6501,-0.0858"/><polyline points="-0.6759,-0.2263+-0.6501,-0.2263"/><polyline points="-0.6759,-0.3668+-0.6501,-0.3668"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6949" y="0.3436">0</text><text x="-0.6949" y="0.2030">1</text><text x="-0.6949" y="0.0625">2</text><text x="-0.6949" y="-0.0780">3</text><text x="-0.6949" y="-0.2185">4</text><text x="-0.6949" y="-0.3591">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2920" height="0.0028" x="-0.6415" y="0.3428"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6398,0.3358 -0.6398,-0.3668"/><polyline points="-0.4250,0.3358 -0.4250,-0.3668"/><polyline points="-0.2102,0.3358 -0.2102,-0.3668"/><polyline points="0.0045,0.3358 0.0045,-0.3668"/><polyline points="0.2193,0.3358 0.2193,-0.3668"/><polyline points="0.4340,0.3358 0.4340,-0.3668"/><polyline points="0.6488,0.3358 0.6488,-0.3668"/></g></g><g class="tickglyph"><g stroke-width="0.0028" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6398,0.3654+-0.6398,0.3443"/><polyline points="-0.4250,0.3654+-0.4250,0.3443"/><polyline points="-0.2102,0.3654+-0.2102,0.3443"/><polyline points="0.0045,0.3654+0.0045,0.3443"/><polyline points="0.2193,0.3654+0.2193,0.3443"/><polyline points="0.4340,0.3654+0.4340,0.3443"/><polyline points="0.6488,0.3654+0.6488,0.3443"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.6398" y="0.4042">0.0</text><text x="-0.4250" y="0.4042">0.5</text><text x="-0.2102" y="0.4042">1.0</text><text x="0.0045" y="0.4042">1.5</text><text x="0.2193" y="0.4042">2.0</text><text x="0.4340" y="0.4042">2.5</text><text x="0.6488" y="0.4042">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0800" text-anchor="middle"><text x="-0.0179" y="-0.4267">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0011" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.4284" height="0.1635" x="0.2828" y="0.1008"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0344" text-anchor="start"><text x="0.3043" y="0.2382">palette #2</text></g><g stroke-width="0.0129" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5541,0.2311 0.6833,0.2311"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0344" text-anchor="start"><text x="0.3043" y="0.1896">palette #1</text></g><g stroke-width="0.0129" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.5541,0.1825 0.6833,0.1825"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0344" text-anchor="start"><text x="0.3043" y="0.1409">palette #0</text></g><g stroke-width="0.0129" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.5541,0.1339 0.6833,0.1339"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="0.7156" y="0.4634">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>
other/path.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="367" height="300" viewBox="-0.7687 -1.5663 2.1218 1.7313"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="373" height="300" viewBox="-0.6081 -0.5 1.2450 1.0"><style>svg { color-scheme: light dark; } {@@ -23,6 +23,13 @@ fill: rgb(5%, 5%, 5%); } }+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++ { .pathtext g { fill: rgb(5%, 5%, 5%);@@ -33,21 +40,16 @@ fill: rgb(94%, 94%, 94%); } }-</style><g class="chart"><g class="path"><g stroke-width="0.0100" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.1"><path d="M 0.0476,0 L 1.0,0 C 0.2381,0 0.2857,-0.9375 1.0,-0.9375 Q -0.9048,-1.875 0.0476,-0.9375 A 0.9487 0.9412 30.0 0 0 0.0476,0"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0300" height="0.0300" x="0.0326" y="-0.0150"/><rect width="0.0300" height="0.0300" x="0.985" y="-0.0150"/><rect width="0.0300" height="0.0300" x="0.985" y="-0.9525"/><rect width="0.0300" height="0.0300" x="0.0326" y="-0.9525"/><rect width="0.0300" height="0.0300" x="0.0326" y="-0.0150"/></g></g><g class="pathtext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0476" text-anchor="middle"><text x="0.0476" y="-0.0469">StartP (Point 0 0)</text><text x="0.5238" y="0">LineP (Point 1 0)</text><text x="0.8095" y="-0.4687">CubicP (Point 0.2 0) (Point 0.25 1) (Point 1 1)</text><text x="0.4286" y="-1.0312">QuadP (Point (-1) 2) (Point 0 1)</text><text x="0.0476" y="-0.3750">ArcP (ArcInfo (Point 1 1) (-pi / 6) False False) (Point 0 0)</text></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.9083" height="1.5165" x="-0.5952" y="-1.5"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6252, 0)"><polyline points="-0.6252,0.0150--0.6252,-0.0150"/></g><g transform="rotate(-90.0, -0.6252, -0.1875)"><polyline points="-0.6252,-0.1725--0.6252,-0.2025"/></g><g transform="rotate(-90.0, -0.6252, -0.3750)"><polyline points="-0.6252,-0.3600--0.6252,-0.3900"/></g><g transform="rotate(-90.0, -0.6252, -0.5625)"><polyline points="-0.6252,-0.5475--0.6252,-0.5775"/></g><g transform="rotate(-90.0, -0.6252, -0.7500)"><polyline points="-0.6252,-0.7350--0.6252,-0.7650"/></g><g transform="rotate(-90.0, -0.6252, -0.9375)"><polyline points="-0.6252,-0.9225--0.6252,-0.9525"/></g><g transform="rotate(-90.0, -0.6252, -1.125)"><polyline points="-0.6252,-1.11--0.6252,-1.14"/></g><g transform="rotate(-90.0, -0.6252, -1.3125)"><polyline points="-0.6252,-1.2975--0.6252,-1.3275"/></g><g transform="rotate(-90.0, -0.6252, -1.5)"><polyline points="-0.6252,-1.485--0.6252,-1.515"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0500" text-anchor="end"><text x="-0.6612" y="0.0138">0.0</text><text x="-0.6612" y="-0.1737">0.2</text><text x="-0.6612" y="-0.3612">0.4</text><text x="-0.6612" y="-0.5487">0.6</text><text x="-0.6612" y="-0.7362">0.8</text><text x="-0.6612" y="-0.9237">1.0</text><text x="-0.6612" y="-1.1112">1.2</text><text x="-0.6612" y="-1.2988">1.4</text><text x="-0.6612" y="-1.4862">1.6</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.3333,0 1.0,0"/><polyline points="-0.3333,-0.1875 1.0,-0.1875"/><polyline points="-0.3333,-0.3750 1.0,-0.3750"/><polyline points="-0.3333,-0.5625 1.0,-0.5625"/><polyline points="-0.3333,-0.7500 1.0,-0.7500"/><polyline points="-0.3333,-0.9375 1.0,-0.9375"/><polyline points="-0.3333,-1.125 1.0,-1.125"/><polyline points="-0.3333,-1.3125 1.0,-1.3125"/><polyline points="-0.3333,-1.5 1.0,-1.5"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0040" height="1.5040" x="-0.6092" y="-1.502"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.3333,0.0615--0.3333,0.0315"/><polyline points="-0.1429,0.0615--0.1429,0.0315"/><polyline points="0.0476,0.0615-0.0476,0.0315"/><polyline points="0.2381,0.0615-0.2381,0.0315"/><polyline points="0.4286,0.0615-0.4286,0.0315"/><polyline points="0.6190,0.0615-0.6190,0.0315"/><polyline points="0.8095,0.0615-0.8095,0.0315"/><polyline points="1.0,0.0615-1.0,0.0315"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0500" text-anchor="middle"><text x="-0.3333" y="0.1100">-0.4</text><text x="-0.1429" y="0.1100">-0.2</text><text x="0.0476" y="0.1100"> 0.0</text><text x="0.2381" y="0.1100"> 0.2</text><text x="0.4286" y="0.1100"> 0.4</text><text x="0.6190" y="0.1100"> 0.6</text><text x="0.8095" y="0.1100"> 0.8</text><text x="1.0" y="0.1100"> 1.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.3333,0 -0.3333,-1.5"/><polyline points="-0.1429,0 -0.1429,-1.5"/><polyline points="0.0476,0 0.0476,-1.5"/><polyline points="0.2381,0 0.2381,-1.5"/><polyline points="0.4286,0 0.4286,-1.5"/><polyline points="0.6190,0 0.6190,-1.5"/><polyline points="0.8095,0 0.8095,-1.5"/><polyline points="1.0,0 1.0,-1.5"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.3373" height="0.0040" x="-0.3353" y="0.0265"/></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="2.1218" height="1.7313" x="-0.7687" y="-1.5663"/></g></g></g></svg>+</style><g class="chart"><g class="path"><g stroke-width="0.0100" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.1"><path d="M -0.0918,0.3635 L 0.3784,0.3635 C 0.0023,0.3635 0.0258,-0.1786 0.3784,-0.1786 Q -0.5619,-0.7207 -0.0918,-0.1786 A 0.4891 0.5250 30.0 0 0 -0.0918,0.3635"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0300" height="0.0300" x="-0.1068" y="0.3485"/><rect width="0.0300" height="0.0300" x="0.3634" y="0.3485"/><rect width="0.0300" height="0.0300" x="0.3634" y="-0.1936"/><rect width="0.0300" height="0.0300" x="-0.1068" y="-0.1936"/><rect width="0.0300" height="0.0300" x="-0.1068" y="0.3485"/></g></g><g class="pathtext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0250" text-anchor="middle"><text x="-0.2563" y="0.3364">StartP (Point 0 0)</text><text x="0.1433" y="0.3364">LineP (Point 1 0)</text><text x="0.2844" y="0.0924">CubicP (Point 0.2 0) (Point 0.25 1) (Point 1 1)</text><text x="0.0963" y="-0.2328">QuadP (Point (-1) 2) (Point 0 1)</text><text x="-0.0918" y="0.1466">ArcP (ArcInfo (Point 1 1) (-pi / 6) False False) (Point 0 0)</text></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.0380" height="0.8309" x="-0.4629" y="-0.4538"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0033" height="0.8165" x="-0.4745" y="-0.4513"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.2798,0.3635 0.3784,0.3635"/><polyline points="-0.2798,0.0924 0.3784,0.0924"/><polyline points="-0.2798,-0.1786 0.3784,-0.1786"/><polyline points="-0.2798,-0.4497 0.3784,-0.4497"/></g></g><g class="tickglyph"><g stroke-width="0.0033" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.4976,0.3635+-0.4728,0.3635"/><polyline points="-0.4976,0.0924+-0.4728,0.0924"/><polyline points="-0.4976,-0.1786+-0.4728,-0.1786"/><polyline points="-0.4976,-0.4497+-0.4728,-0.4497"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.5157" y="0.3726">0.0</text><text x="-0.5157" y="0.1015">0.5</text><text x="-0.5157" y="-0.1696">1.0</text><text x="-0.5157" y="-0.4406">2.0</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.6615" height="0.0033" x="-0.2815" y="0.3853"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.2798,0.3635 -0.2798,-0.4497"/><polyline points="-0.1858,0.3635 -0.1858,-0.4497"/><polyline points="-0.0918,0.3635 -0.0918,-0.4497"/><polyline points="0.0023,0.3635 0.0023,-0.4497"/><polyline points="0.0963,0.3635 0.0963,-0.4497"/><polyline points="0.1903,0.3635 0.1903,-0.4497"/><polyline points="0.2844,0.3635 0.2844,-0.4497"/><polyline points="0.3784,0.3635 0.3784,-0.4497"/></g></g><g class="tickglyph"><g stroke-width="0.0033" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.2798,0.4117+-0.2798,0.3870"/><polyline points="-0.1858,0.4117+-0.1858,0.3870"/><polyline points="-0.0918,0.4117+-0.0918,0.3870"/><polyline points="0.0023,0.4117+0.0023,0.3870"/><polyline points="0.0963,0.4117+0.0963,0.3870"/><polyline points="0.1903,0.4117+0.1903,0.3870"/><polyline points="0.2844,0.4117+0.2844,0.3870"/><polyline points="0.3784,0.4117+0.3784,0.3870"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.2798" y="0.4571">-0.4</text><text x="-0.1858" y="0.4571">-0.2</text><text x="-0.0918" y="0.4571"> 0.0</text><text x="0.0023" y="0.4571"> 0.2</text><text x="0.0963" y="0.4571"> 0.4</text><text x="0.1903" y="0.4571"> 0.6</text><text x="0.2844" y="0.4571"> 0.8</text><text x="0.3784" y="0.4571"> 1.0</text></g></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.2162" height="1.0" x="-0.6081" y="-0.5"/></g></g></g></svg>
other/priorityv1.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="450" height="300" viewBox="-0.75 -0.5 1.5000 1.0"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="449" height="300" viewBox="-0.7519 -0.5018 1.5038 1.0035"><style>svg { color-scheme: light dark; } {@@ -22,22 +22,24 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="line"><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5977,0.1717 -0.2920,0.1717 0.0137,-0.3239"/></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5977,0.2955 0.2582,-0.0761"/></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4448,-0.2000 -0.4448,0.2955"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0.0100" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.1"><rect width="0.9216" height="0.6287" x="-0.6023" y="-0.3285"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6206, 0.2955)"><polyline points="-0.6206,0.3105--0.6206,0.2805"/></g><g transform="rotate(-90.0, -0.6206, 0.2336)"><polyline points="-0.6206,0.2486--0.6206,0.2186"/></g><g transform="rotate(-90.0, -0.6206, 0.1717)"><polyline points="-0.6206,0.1867--0.6206,0.1567"/></g><g transform="rotate(-90.0, -0.6206, 0.1097)"><polyline points="-0.6206,0.1247--0.6206,0.0947"/></g><g transform="rotate(-90.0, -0.6206, 0.0478)"><polyline points="-0.6206,0.0628--0.6206,0.0328"/></g><g transform="rotate(-90.0, -0.6206, -0.0142)"><polyline points="-0.6206,0.0008--0.6206,-0.0292"/></g><g transform="rotate(-90.0, -0.6206, -0.0761)"><polyline points="-0.6206,-0.0611--0.6206,-0.0911"/></g><g transform="rotate(-90.0, -0.6206, -0.1381)"><polyline points="-0.6206,-0.1231--0.6206,-0.1531"/></g><g transform="rotate(-90.0, -0.6206, -0.2000)"><polyline points="-0.6206,-0.1850--0.6206,-0.2150"/></g><g transform="rotate(-90.0, -0.6206, -0.2619)"><polyline points="-0.6206,-0.2469--0.6206,-0.2769"/></g><g transform="rotate(-90.0, -0.6206, -0.3239)"><polyline points="-0.6206,-0.3089--0.6206,-0.3389"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0306" text-anchor="end"><text x="-0.6426" y="0.3041">0.0</text><text x="-0.6426" y="0.2421">0.5</text><text x="-0.6426" y="0.1802">1.0</text><text x="-0.6426" y="0.1182">1.5</text><text x="-0.6426" y="0.0563">2.0</text><text x="-0.6426" y="-0.0057">2.5</text><text x="-0.6426" y="-0.0676">3.0</text><text x="-0.6426" y="-0.1295">3.5</text><text x="-0.6426" y="-0.1915">4.0</text><text x="-0.6426" y="-0.2534">4.5</text><text x="-0.6426" y="-0.3154">5.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5977,0.2955 0.3194,0.2955"/><polyline points="-0.5977,0.2336 0.3194,0.2336"/><polyline points="-0.5977,0.1717 0.3194,0.1717"/><polyline points="-0.5977,0.1097 0.3194,0.1097"/><polyline points="-0.5977,0.0478 0.3194,0.0478"/><polyline points="-0.5977,-0.0142 0.3194,-0.0142"/><polyline points="-0.5977,-0.0761 0.3194,-0.0761"/><polyline points="-0.5977,-0.1381 0.3194,-0.1381"/><polyline points="-0.5977,-0.2000 0.3194,-0.2000"/><polyline points="-0.5977,-0.2619 0.3194,-0.2619"/><polyline points="-0.5977,-0.3239 0.3194,-0.3239"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0024" height="0.6219" x="-0.6139" y="-0.3251"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5977,0.3338--0.5977,0.3038"/><polyline points="-0.4448,0.3338--0.4448,0.3038"/><polyline points="-0.2920,0.3338--0.2920,0.3038"/><polyline points="-0.1392,0.3338--0.1392,0.3038"/><polyline points="0.0137,0.3338-0.0137,0.3038"/><polyline points="0.1665,0.3338-0.1665,0.3038"/><polyline points="0.3194,0.3338-0.3194,0.3038"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0306" text-anchor="middle"><text x="-0.5977" y="0.3581">0.0</text><text x="-0.4448" y="0.3581">0.5</text><text x="-0.2920" y="0.3581">1.0</text><text x="-0.1392" y="0.3581">1.5</text><text x="0.0137" y="0.3581">2.0</text><text x="0.1665" y="0.3581">2.5</text><text x="0.3194" y="0.3581">3.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5977,0.2955 -0.5977,-0.3239"/><polyline points="-0.4448,0.2955 -0.4448,-0.3239"/><polyline points="-0.2920,0.2955 -0.2920,-0.3239"/><polyline points="-0.1392,0.2955 -0.1392,-0.3239"/><polyline points="0.0137,0.2955 0.0137,-0.3239"/><polyline points="0.1665,0.2955 0.1665,-0.3239"/><polyline points="0.3194,0.2955 0.3194,-0.3239"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.9195" height="0.0025" x="-0.5989" y="0.3095"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0611" text-anchor="middle"><text x="-0.1719" y="-0.3835">Line Chart</text></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0367" text-anchor="end"><text x="0.3400" y="0.4219">Made with love and chart-svg</text></g></g><g class="legend"><g class="legendBorder"><g stroke-width="0.0025" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(99%, 99%, 99%)" fill-opacity="1.0"><rect width="0.2950" height="0.1641" x="0.3858" y="-0.1316"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0306" text-anchor="start"><text x="0.4011" y="0.0077">palette1 2</text></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5692,0 0.6609,0"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0306" text-anchor="start"><text x="0.4011" y="-0.0418">palette1 1</text></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.5692,-0.0496 0.6609,-0.0496"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0306" text-anchor="start"><text x="0.4011" y="-0.0914">palette1 0</text></g><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.5692,-0.0991 0.6609,-0.0991"/></g></g></g><g class="frame"><g stroke-width="0.0100" stroke="rgb(100%, 71%, 35%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.05"><rect width="1.4900" height="0.99" x="-0.745" y="-0.495"/></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="line"><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6298,0.1789 -0.3190,0.1789 -0.0083,-0.3360"/></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6298,0.3076 0.2402,-0.0786"/></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4744,-0.2073 -0.4744,0.3076"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0.0100" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.1"><rect width="0.9368" height="0.6533" x="-0.6344" y="-0.3409"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0025" height="0.6462" x="-0.6385" y="-0.3373"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6298,0.3076 0.3024,0.3076"/><polyline points="-0.6298,0.1789 0.3024,0.1789"/><polyline points="-0.6298,0.0502 0.3024,0.0502"/><polyline points="-0.6298,-0.0786 0.3024,-0.0786"/><polyline points="-0.6298,-0.2073 0.3024,-0.2073"/><polyline points="-0.6298,-0.3360 0.3024,-0.3360"/></g></g><g class="tickglyph"><g stroke-width="0.0025" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6559,0.3076+-0.6372,0.3076"/><polyline points="-0.6559,0.1789+-0.6372,0.1789"/><polyline points="-0.6559,0.0502+-0.6372,0.0502"/><polyline points="-0.6559,-0.0786+-0.6372,-0.0786"/><polyline points="-0.6559,-0.2073+-0.6372,-0.2073"/><polyline points="-0.6559,-0.3360+-0.6372,-0.3360"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6696" y="0.3147">0</text><text x="-0.6696" y="0.1860">1</text><text x="-0.6696" y="0.0573">2</text><text x="-0.6696" y="-0.0715">3</text><text x="-0.6696" y="-0.2002">4</text><text x="-0.6696" y="-0.3289">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.9346" height="0.0026" x="-0.6310" y="0.3141"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6298,0.3076 -0.6298,-0.3360"/><polyline points="-0.4744,0.3076 -0.4744,-0.3360"/><polyline points="-0.3190,0.3076 -0.3190,-0.3360"/><polyline points="-0.1637,0.3076 -0.1637,-0.3360"/><polyline points="-0.0083,0.3076 -0.0083,-0.3360"/><polyline points="0.1470,0.3076 0.1470,-0.3360"/><polyline points="0.3024,0.3076 0.3024,-0.3360"/></g></g><g class="tickglyph"><g stroke-width="0.0026" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6298,0.3347+-0.6298,0.3154"/><polyline points="-0.4744,0.3347+-0.4744,0.3154"/><polyline points="-0.3190,0.3347+-0.3190,0.3154"/><polyline points="-0.1637,0.3347+-0.1637,0.3154"/><polyline points="-0.0083,0.3347+-0.0083,0.3154"/><polyline points="0.1470,0.3347+0.1470,0.3154"/><polyline points="0.3024,0.3347+0.3024,0.3154"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.6298" y="0.3702">0.0</text><text x="-0.4744" y="0.3702">0.5</text><text x="-0.3190" y="0.3702">1.0</text><text x="-0.1637" y="0.3702">1.5</text><text x="-0.0083" y="0.3702">2.0</text><text x="0.1470" y="0.3702">2.5</text><text x="0.3024" y="0.3702">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0800" text-anchor="middle"><text x="-0.1799" y="-0.3909">Line Chart</text></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="0.3248" y="0.4245">Made with 🧡 and chart-svg</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0008" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.3099" height="0.1498" x="0.3715" y="-0.1194"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0249" text-anchor="start"><text x="0.3871" y="0.0065">palette #2</text></g><g stroke-width="0.0093" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5678,0 0.6612,0"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0249" text-anchor="start"><text x="0.3871" y="-0.0381">palette #1</text></g><g stroke-width="0.0093" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.5678,-0.0445 0.6612,-0.0445"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0249" text-anchor="start"><text x="0.3871" y="-0.0826">palette #0</text></g><g stroke-width="0.0093" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.5678,-0.0891 0.6612,-0.0891"/></g></g></g><g class="frame"><g stroke-width="0.0100" stroke="rgb(100%, 71%, 35%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.05"><rect width="1.4938" height="0.9935" x="-0.7469" y="-0.4968"/></g></g></g></svg>
other/priorityv2.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="450" height="300" viewBox="-0.75 -0.5 1.5000 1.0"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="449" height="300" viewBox="-0.7519 -0.5018 1.5038 1.0035"><style>svg { color-scheme: light dark; } {@@ -22,22 +22,24 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="line"><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5977,0.1717 -0.2920,0.1717 0.0137,-0.3239"/></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5977,0.2955 0.2582,-0.0761"/></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4448,-0.2000 -0.4448,0.2955"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0.0100" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.1"><rect width="0.9216" height="0.6287" x="-0.6023" y="-0.3285"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6206, 0.2955)"><polyline points="-0.6206,0.3105--0.6206,0.2805"/></g><g transform="rotate(-90.0, -0.6206, 0.2336)"><polyline points="-0.6206,0.2486--0.6206,0.2186"/></g><g transform="rotate(-90.0, -0.6206, 0.1717)"><polyline points="-0.6206,0.1867--0.6206,0.1567"/></g><g transform="rotate(-90.0, -0.6206, 0.1097)"><polyline points="-0.6206,0.1247--0.6206,0.0947"/></g><g transform="rotate(-90.0, -0.6206, 0.0478)"><polyline points="-0.6206,0.0628--0.6206,0.0328"/></g><g transform="rotate(-90.0, -0.6206, -0.0142)"><polyline points="-0.6206,0.0008--0.6206,-0.0292"/></g><g transform="rotate(-90.0, -0.6206, -0.0761)"><polyline points="-0.6206,-0.0611--0.6206,-0.0911"/></g><g transform="rotate(-90.0, -0.6206, -0.1381)"><polyline points="-0.6206,-0.1231--0.6206,-0.1531"/></g><g transform="rotate(-90.0, -0.6206, -0.2000)"><polyline points="-0.6206,-0.1850--0.6206,-0.2150"/></g><g transform="rotate(-90.0, -0.6206, -0.2619)"><polyline points="-0.6206,-0.2469--0.6206,-0.2769"/></g><g transform="rotate(-90.0, -0.6206, -0.3239)"><polyline points="-0.6206,-0.3089--0.6206,-0.3389"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0306" text-anchor="end"><text x="-0.6426" y="0.3041">0.0</text><text x="-0.6426" y="0.2421">0.5</text><text x="-0.6426" y="0.1802">1.0</text><text x="-0.6426" y="0.1182">1.5</text><text x="-0.6426" y="0.0563">2.0</text><text x="-0.6426" y="-0.0057">2.5</text><text x="-0.6426" y="-0.0676">3.0</text><text x="-0.6426" y="-0.1295">3.5</text><text x="-0.6426" y="-0.1915">4.0</text><text x="-0.6426" y="-0.2534">4.5</text><text x="-0.6426" y="-0.3154">5.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5977,0.2955 0.3194,0.2955"/><polyline points="-0.5977,0.2336 0.3194,0.2336"/><polyline points="-0.5977,0.1717 0.3194,0.1717"/><polyline points="-0.5977,0.1097 0.3194,0.1097"/><polyline points="-0.5977,0.0478 0.3194,0.0478"/><polyline points="-0.5977,-0.0142 0.3194,-0.0142"/><polyline points="-0.5977,-0.0761 0.3194,-0.0761"/><polyline points="-0.5977,-0.1381 0.3194,-0.1381"/><polyline points="-0.5977,-0.2000 0.3194,-0.2000"/><polyline points="-0.5977,-0.2619 0.3194,-0.2619"/><polyline points="-0.5977,-0.3239 0.3194,-0.3239"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0024" height="0.6219" x="-0.6139" y="-0.3251"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5977,0.3338--0.5977,0.3038"/><polyline points="-0.4448,0.3338--0.4448,0.3038"/><polyline points="-0.2920,0.3338--0.2920,0.3038"/><polyline points="-0.1392,0.3338--0.1392,0.3038"/><polyline points="0.0137,0.3338-0.0137,0.3038"/><polyline points="0.1665,0.3338-0.1665,0.3038"/><polyline points="0.3194,0.3338-0.3194,0.3038"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0306" text-anchor="middle"><text x="-0.5977" y="0.3581">0.0</text><text x="-0.4448" y="0.3581">0.5</text><text x="-0.2920" y="0.3581">1.0</text><text x="-0.1392" y="0.3581">1.5</text><text x="0.0137" y="0.3581">2.0</text><text x="0.1665" y="0.3581">2.5</text><text x="0.3194" y="0.3581">3.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5977,0.2955 -0.5977,-0.3239"/><polyline points="-0.4448,0.2955 -0.4448,-0.3239"/><polyline points="-0.2920,0.2955 -0.2920,-0.3239"/><polyline points="-0.1392,0.2955 -0.1392,-0.3239"/><polyline points="0.0137,0.2955 0.0137,-0.3239"/><polyline points="0.1665,0.2955 0.1665,-0.3239"/><polyline points="0.3194,0.2955 0.3194,-0.3239"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.9195" height="0.0025" x="-0.5989" y="0.3095"/></g></g></g><g class="legend"><g class="legendBorder"><g stroke-width="0.0025" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(99%, 99%, 99%)" fill-opacity="1.0"><rect width="0.2950" height="0.1641" x="0.3858" y="-0.1180"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0306" text-anchor="start"><text x="0.4011" y="0.0214">palette1 2</text></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5692,0.0136 0.6609,0.0136"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0306" text-anchor="start"><text x="0.4011" y="-0.0282">palette1 1</text></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.5692,-0.0359 0.6609,-0.0359"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0306" text-anchor="start"><text x="0.4011" y="-0.0777">palette1 0</text></g><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.5692,-0.0855 0.6609,-0.0855"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0611" text-anchor="middle"><text x="0" y="-0.3835">Line Chart</text></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0367" text-anchor="end"><text x="0.6839" y="0.4219">Made with love and chart-svg</text></g></g><g class="frame"><g stroke-width="0.0100" stroke="rgb(100%, 71%, 35%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.05"><rect width="1.4900" height="0.99" x="-0.745" y="-0.495"/></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="line"><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6298,0.1789 -0.3190,0.1789 -0.0083,-0.3360"/></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6298,0.3076 0.2402,-0.0786"/></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4744,-0.2073 -0.4744,0.3076"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0.0100" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.1"><rect width="0.9368" height="0.6533" x="-0.6344" y="-0.3409"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0025" height="0.6462" x="-0.6385" y="-0.3373"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6298,0.3076 0.3024,0.3076"/><polyline points="-0.6298,0.1789 0.3024,0.1789"/><polyline points="-0.6298,0.0502 0.3024,0.0502"/><polyline points="-0.6298,-0.0786 0.3024,-0.0786"/><polyline points="-0.6298,-0.2073 0.3024,-0.2073"/><polyline points="-0.6298,-0.3360 0.3024,-0.3360"/></g></g><g class="tickglyph"><g stroke-width="0.0025" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6559,0.3076+-0.6372,0.3076"/><polyline points="-0.6559,0.1789+-0.6372,0.1789"/><polyline points="-0.6559,0.0502+-0.6372,0.0502"/><polyline points="-0.6559,-0.0786+-0.6372,-0.0786"/><polyline points="-0.6559,-0.2073+-0.6372,-0.2073"/><polyline points="-0.6559,-0.3360+-0.6372,-0.3360"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6696" y="0.3147">0</text><text x="-0.6696" y="0.1860">1</text><text x="-0.6696" y="0.0573">2</text><text x="-0.6696" y="-0.0715">3</text><text x="-0.6696" y="-0.2002">4</text><text x="-0.6696" y="-0.3289">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.9346" height="0.0026" x="-0.6310" y="0.3141"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6298,0.3076 -0.6298,-0.3360"/><polyline points="-0.4744,0.3076 -0.4744,-0.3360"/><polyline points="-0.3190,0.3076 -0.3190,-0.3360"/><polyline points="-0.1637,0.3076 -0.1637,-0.3360"/><polyline points="-0.0083,0.3076 -0.0083,-0.3360"/><polyline points="0.1470,0.3076 0.1470,-0.3360"/><polyline points="0.3024,0.3076 0.3024,-0.3360"/></g></g><g class="tickglyph"><g stroke-width="0.0026" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6298,0.3347+-0.6298,0.3154"/><polyline points="-0.4744,0.3347+-0.4744,0.3154"/><polyline points="-0.3190,0.3347+-0.3190,0.3154"/><polyline points="-0.1637,0.3347+-0.1637,0.3154"/><polyline points="-0.0083,0.3347+-0.0083,0.3154"/><polyline points="0.1470,0.3347+0.1470,0.3154"/><polyline points="0.3024,0.3347+0.3024,0.3154"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.6298" y="0.3702">0.0</text><text x="-0.4744" y="0.3702">0.5</text><text x="-0.3190" y="0.3702">1.0</text><text x="-0.1637" y="0.3702">1.5</text><text x="-0.0083" y="0.3702">2.0</text><text x="0.1470" y="0.3702">2.5</text><text x="0.3024" y="0.3702">3.0</text></g></g></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0008" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.3099" height="0.1498" x="0.3715" y="-0.1052"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0249" text-anchor="start"><text x="0.3871" y="0.0207">palette #2</text></g><g stroke-width="0.0093" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5678,0.0142 0.6612,0.0142"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0249" text-anchor="start"><text x="0.3871" y="-0.0239">palette #1</text></g><g stroke-width="0.0093" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.5678,-0.0303 0.6612,-0.0303"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0249" text-anchor="start"><text x="0.3871" y="-0.0684">palette #0</text></g><g stroke-width="0.0093" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.5678,-0.0749 0.6612,-0.0749"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0800" text-anchor="middle"><text x="0" y="-0.3909">Line Chart</text></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="0.6846" y="0.4245">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0.0100" stroke="rgb(100%, 71%, 35%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.05"><rect width="1.4938" height="0.9935" x="-0.7469" y="-0.4968"/></g></g></g></svg>
other/quad.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="450" height="300" viewBox="-0.75 -0.5 1.5 1.0"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="455" height="300" viewBox="-0.7692 -0.5 1.5192 1.0"><style>svg { color-scheme: light dark; } {@@ -22,26 +22,21 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="quad"><g stroke-width="0.0100" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.2"><path d="M -0.6211,0.0108 Q 0.2890,0.3786 -0.1660,-0.3571"/></g><g stroke-width="0.0020" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6211,0.0108 -0.6030,0.0180 -0.5852,0.0250 -0.5677,0.0318 -0.5504,0.0384 -0.5335,0.0448 -0.5168,0.0509 -0.5003,0.0569 -0.4842,0.0626 -0.4683,0.0680 -0.4527,0.0733 -0.4374,0.0783 -0.4223,0.0832 -0.4075,0.0878 -0.3930,0.0921 -0.3788,0.0963 -0.3648,0.1002 -0.3511,0.1039 -0.3377,0.1074 -0.3245,0.1107 -0.3116,0.1138 -0.2990,0.1166 -0.2867,0.1192 -0.2746,0.1216 -0.2629,0.1238 -0.2513,0.1257 -0.2401,0.1274 -0.2291,0.1289 -0.2184,0.1302 -0.2080,0.1313 -0.1979,0.1322 -0.1880,0.1328 -0.1784,0.1332 -0.1691,0.1334 -0.1600,0.1333 -0.1512,0.1331 -0.1427,0.1326 -0.1345,0.1319 -0.1265,0.1310 -0.1188,0.1298 -0.1114,0.1285 -0.1043,0.1269 -0.0974,0.1251 -0.0908,0.1231 -0.0845,0.1208 -0.0784,0.1184 -0.0726,0.1157 -0.0671,0.1128 -0.0619,0.1096 -0.0569,0.1063 -0.0523,0.1027 -0.0478,0.0989 -0.0437,0.0949 -0.0398,0.0907 -0.0362,0.0862 -0.0329,0.0816 -0.0299,0.0767 -0.0271,0.0716 -0.0246,0.0662 -0.0224,0.0607 -0.0204,0.0549 -0.0187,0.0489 -0.0173,0.0427 -0.0162,0.0363 -0.0153,0.0296 -0.0147,0.0227 -0.0144,0.0156 -0.0143,0.0083 -0.0146,0.0008 -0.0151,-0.0070 -0.0159,-0.0150 -0.0169,-0.0232 -0.0182,-0.0316 -0.0198,-0.0403 -0.0217,-0.0491 -0.0238,-0.0582 -0.0262,-0.0675 -0.0289,-0.0770 -0.0319,-0.0868 -0.0351,-0.0968 -0.0386,-0.1070 -0.0424,-0.1174 -0.0464,-0.1280 -0.0508,-0.1388 -0.0553,-0.1499 -0.0602,-0.1612 -0.0654,-0.1727 -0.0708,-0.1845 -0.0765,-0.1964 -0.0824,-0.2086 -0.0887,-0.2210 -0.0952,-0.2336 -0.1019,-0.2464 -0.1090,-0.2595 -0.1163,-0.2728 -0.1239,-0.2863 -0.1318,-0.3000 -0.1399,-0.3139 -0.1484,-0.3281 -0.1571,-0.3425 -0.1660,-0.3571"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0300" height="0.0300" x="-0.6361" y="-0.0042"/><rect width="0.0300" height="0.0300" x="-0.1810" y="-0.3721"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.2890" cy="0.3786" r="0.0150"/></g><g stroke-width="0.0020" stroke="rgb(40%, 40%, 40%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.6067" height="0.4905" x="-0.6211" y="-0.3571"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.9301" height="0.7600" x="-0.6311" y="-0.3692"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6493, 0.3786)"><polyline points="-0.6493,0.3936--0.6493,0.3636"/></g><g transform="rotate(-90.0, -0.6493, 0.3050)"><polyline points="-0.6493,0.3200--0.6493,0.2900"/></g><g transform="rotate(-90.0, -0.6493, 0.2315)"><polyline points="-0.6493,0.2465--0.6493,0.2165"/></g><g transform="rotate(-90.0, -0.6493, 0.1579)"><polyline points="-0.6493,0.1729--0.6493,0.1429"/></g><g transform="rotate(-90.0, -0.6493, 0.0843)"><polyline points="-0.6493,0.0993--0.6493,0.0693"/></g><g transform="rotate(-90.0, -0.6493, 0.0108)"><polyline points="-0.6493,0.0258--0.6493,-0.0042"/></g><g transform="rotate(-90.0, -0.6493, -0.0628)"><polyline points="-0.6493,-0.0478--0.6493,-0.0778"/></g><g transform="rotate(-90.0, -0.6493, -0.1364)"><polyline points="-0.6493,-0.1214--0.6493,-0.1514"/></g><g transform="rotate(-90.0, -0.6493, -0.2100)"><polyline points="-0.6493,-0.1950--0.6493,-0.2250"/></g><g transform="rotate(-90.0, -0.6493, -0.2835)"><polyline points="-0.6493,-0.2685--0.6493,-0.2985"/></g><g transform="rotate(-90.0, -0.6493, -0.3571)"><polyline points="-0.6493,-0.3421--0.6493,-0.3721"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0303" text-anchor="end"><text x="-0.6711" y="0.3887">-1.0</text><text x="-0.6711" y="0.3152">-0.8</text><text x="-0.6711" y="0.2416">-0.6</text><text x="-0.6711" y="0.1680">-0.4</text><text x="-0.6711" y="0.0944">-0.2</text><text x="-0.6711" y="0.0209"> 0.0</text><text x="-0.6711" y="-0.0527"> 0.2</text><text x="-0.6711" y="-0.1263"> 0.4</text><text x="-0.6711" y="-0.1998"> 0.6</text><text x="-0.6711" y="-0.2734"> 0.8</text><text x="-0.6711" y="-0.3470"> 1.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6211,0.3786 0.2890,0.3786"/><polyline points="-0.6211,0.3050 0.2890,0.3050"/><polyline points="-0.6211,0.2315 0.2890,0.2315"/><polyline points="-0.6211,0.1579 0.2890,0.1579"/><polyline points="-0.6211,0.0843 0.2890,0.0843"/><polyline points="-0.6211,0.0108 0.2890,0.0108"/><polyline points="-0.6211,-0.0628 0.2890,-0.0628"/><polyline points="-0.6211,-0.1364 0.2890,-0.1364"/><polyline points="-0.6211,-0.2100 0.2890,-0.2100"/><polyline points="-0.6211,-0.2835 0.2890,-0.2835"/><polyline points="-0.6211,-0.3571 0.2890,-0.3571"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0024" height="0.7386" x="-0.6396" y="-0.3586"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6211,0.4278--0.6211,0.3978"/><polyline points="-0.5301,0.4278--0.5301,0.3978"/><polyline points="-0.4390,0.4278--0.4390,0.3978"/><polyline points="-0.3480,0.4278--0.3480,0.3978"/><polyline points="-0.2570,0.4278--0.2570,0.3978"/><polyline points="-0.1660,0.4278--0.1660,0.3978"/><polyline points="-0.0750,0.4278--0.0750,0.3978"/><polyline points="0.0160,0.4278-0.0160,0.3978"/><polyline points="0.1070,0.4278-0.1070,0.3978"/><polyline points="0.1980,0.4278-0.1980,0.3978"/><polyline points="0.2890,0.4278-0.2890,0.3978"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0303" text-anchor="middle"><text x="-0.6211" y="0.4595">0.0</text><text x="-0.5301" y="0.4595">0.2</text><text x="-0.4390" y="0.4595">0.4</text><text x="-0.3480" y="0.4595">0.6</text><text x="-0.2570" y="0.4595">0.8</text><text x="-0.1660" y="0.4595">1.0</text><text x="-0.0750" y="0.4595">1.2</text><text x="0.0160" y="0.4595">1.4</text><text x="0.1070" y="0.4595">1.6</text><text x="0.1980" y="0.4595">1.8</text><text x="0.2890" y="0.4595">2.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6211,0.3786 -0.6211,-0.3571"/><polyline points="-0.5301,0.3786 -0.5301,-0.3571"/><polyline points="-0.4390,0.3786 -0.4390,-0.3571"/><polyline points="-0.3480,0.3786 -0.3480,-0.3571"/><polyline points="-0.2570,0.3786 -0.2570,-0.3571"/><polyline points="-0.1660,0.3786 -0.1660,-0.3571"/><polyline points="-0.0750,0.3786 -0.0750,-0.3571"/><polyline points="0.0160,0.3786 0.0160,-0.3571"/><polyline points="0.1070,0.3786 0.1070,-0.3571"/><polyline points="0.1980,0.3786 0.1980,-0.3571"/><polyline points="0.2890,0.3786 0.2890,-0.3571"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.9125" height="0.0029" x="-0.6223" y="0.3981"/></g></g></g><g class="legend"><g class="legendBorder"><g stroke-width="0.0025" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.3677" height="0.3354" x="0.3550" y="-0.2496"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0303" text-anchor="start"><text x="0.3702" y="0.0563">Bounding Box</text></g><g stroke-width="0.0025" stroke="rgb(40%, 40%, 40%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0303" height="0.0368" x="0.6462" y="0.0287"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0303" text-anchor="start"><text x="0.3702" y="-0.0026">Path Control Point</text></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.6614" cy="-0.0118" r="0.0250"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0303" text-anchor="start"><text x="0.3702" y="-0.0614">Path Endpoints</text></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0500" height="0.0500" x="0.6364" y="-0.0956"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0303" text-anchor="start"><text x="0.3702" y="-0.1203">Path Chord</text></g><g stroke-width="0.0020" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.6462,-0.1295 0.7069,-0.1295"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0303" text-anchor="start"><text x="0.3702" y="-0.1791">Path Fill</text></g><g stroke-width="0.0500" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.2"><path d="M 0.6462,-0.1761 Q 0.7069,-0.1393 0.6766,-0.2129"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0485" text-anchor="middle"><text x="0" y="-0.4235">QuadPosition (Point 0 0) (Point 1 1) (Point 2 (-1))</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="quad"><g stroke-width="0.0100" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.2"><path d="M -0.6033,-0.0059 Q 0.2296,0.3824 -0.1868,-0.3942"/></g><g stroke-width="0.0020" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6033,-0.0059 -0.5867,0.0017 -0.5704,0.0091 -0.5544,0.0163 -0.5386,0.0233 -0.5231,0.0300 -0.5078,0.0365 -0.4928,0.0427 -0.4780,0.0488 -0.4635,0.0545 -0.4492,0.0601 -0.4351,0.0654 -0.4214,0.0705 -0.4078,0.0754 -0.3945,0.0800 -0.3815,0.0844 -0.3687,0.0885 -0.3562,0.0924 -0.3439,0.0961 -0.3319,0.0996 -0.3201,0.1028 -0.3085,0.1058 -0.2973,0.1085 -0.2862,0.1111 -0.2754,0.1134 -0.2649,0.1154 -0.2546,0.1172 -0.2446,0.1188 -0.2348,0.1202 -0.2253,0.1213 -0.2160,0.1222 -0.2069,0.1229 -0.1981,0.1233 -0.1896,0.1235 -0.1813,0.1235 -0.1733,0.1232 -0.1655,0.1227 -0.1580,0.1219 -0.1507,0.1210 -0.1436,0.1198 -0.1368,0.1183 -0.1303,0.1167 -0.1240,0.1148 -0.1180,0.1126 -0.1122,0.1103 -0.1067,0.1077 -0.1014,0.1048 -0.0963,0.1018 -0.0915,0.0985 -0.0870,0.0949 -0.0827,0.0912 -0.0787,0.0872 -0.0749,0.0829 -0.0713,0.0785 -0.0681,0.0738 -0.0650,0.0688 -0.0622,0.0637 -0.0597,0.0583 -0.0574,0.0526 -0.0554,0.0468 -0.0536,0.0407 -0.0520,0.0343 -0.0507,0.0278 -0.0497,0.0210 -0.0489,0.0140 -0.0484,0.0067 -0.0481,-0.0008 -0.0480,-0.0085 -0.0482,-0.0165 -0.0487,-0.0247 -0.0494,-0.0331 -0.0504,-0.0418 -0.0516,-0.0507 -0.0530,-0.0598 -0.0547,-0.0691 -0.0567,-0.0787 -0.0589,-0.0886 -0.0613,-0.0986 -0.0641,-0.1089 -0.0670,-0.1194 -0.0702,-0.1302 -0.0737,-0.1412 -0.0774,-0.1524 -0.0813,-0.1638 -0.0855,-0.1755 -0.0900,-0.1875 -0.0947,-0.1996 -0.0997,-0.2120 -0.1049,-0.2246 -0.1103,-0.2375 -0.1160,-0.2505 -0.1220,-0.2639 -0.1282,-0.2774 -0.1346,-0.2912 -0.1413,-0.3052 -0.1483,-0.3195 -0.1555,-0.3340 -0.1630,-0.3487 -0.1707,-0.3636 -0.1786,-0.3788 -0.1868,-0.3942"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0300" height="0.0300" x="-0.6183" y="-0.0209"/><rect width="0.0300" height="0.0300" x="-0.2018" y="-0.4092"/></g><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.2296" cy="0.3824" r="0.0150"/></g><g stroke-width="0.0020" stroke="rgb(40%, 40%, 40%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.5552" height="0.5177" x="-0.6033" y="-0.3942"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.8515" height="0.8026" x="-0.6126" y="-0.4072"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0023" height="0.7798" x="-0.6112" y="-0.3958"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6033,0.3824 0.2296,0.3824"/><polyline points="-0.6033,0.1882 0.2296,0.1882"/><polyline points="-0.6033,-0.0059 0.2296,-0.0059"/><polyline points="-0.6033,-0.2001 0.2296,-0.2001"/><polyline points="-0.6033,-0.3942 0.2296,-0.3942"/></g></g><g class="tickglyph"><g stroke-width="0.0023" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6270,0.3824+-0.6100,0.3824"/><polyline points="-0.6270,0.1882+-0.6100,0.1882"/><polyline points="-0.6270,-0.0059+-0.6100,-0.0059"/><polyline points="-0.6270,-0.2001+-0.6100,-0.2001"/><polyline points="-0.6270,-0.3942+-0.6100,-0.3942"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6732" y="0.3911">-1.0</text><text x="-0.6732" y="0.1969">-0.5</text><text x="-0.6732" y="0.0028"> 0.0</text><text x="-0.6732" y="-0.1914"> 0.5</text><text x="-0.6732" y="-0.3855"> 1.0</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.8351" height="0.0032" x="-0.6044" y="0.3903"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6033,0.3824 -0.6033,-0.3942"/><polyline points="-0.3950,0.3824 -0.3950,-0.3942"/><polyline points="-0.1868,0.3824 -0.1868,-0.3942"/><polyline points="0.0214,0.3824 0.0214,-0.3942"/><polyline points="0.2296,0.3824 0.2296,-0.3942"/></g></g><g class="tickglyph"><g stroke-width="0.0032" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6033,0.4155+-0.6033,0.3919"/><polyline points="-0.3950,0.4155+-0.3950,0.3919"/><polyline points="-0.1868,0.4155+-0.1868,0.3919"/><polyline points="0.0214,0.4155+0.0214,0.3919"/><polyline points="0.2296,0.4155+0.2296,0.3919"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.6033" y="0.4590">0.0</text><text x="-0.3950" y="0.4590">0.5</text><text x="-0.1868" y="0.4590">1.0</text><text x="0.0214" y="0.4590">1.5</text><text x="0.2296" y="0.4590">2.0</text></g></g></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.4323" height="0.3598" x="0.2923" y="-0.2896"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0282" text-anchor="start"><text x="0.3064" y="0.0387">Bounding Box</text></g><g stroke-width="0.0014" stroke="rgb(40%, 40%, 40%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.05"><rect width="0.0282" height="0.0395" x="0.6535" y="0.0091"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0282" text-anchor="start"><text x="0.3064" y="-0.0245">Path Control Point</text></g><g stroke-width="0.0004" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><circle cx="0.6676" cy="-0.0343" r="0.0141"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0282" text-anchor="start"><text x="0.3064" y="-0.0876">Path Endpoints</text></g><g stroke-width="0.0004" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0282" height="0.0282" x="0.6535" y="-0.1116"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0282" text-anchor="start"><text x="0.3064" y="-0.1508">Path Chord</text></g><g stroke-width="0.0011" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.6535,-0.1606 0.7099,-0.1606"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0282" text-anchor="start"><text x="0.3064" y="-0.2139">Path Fill</text></g><g stroke-width="0.0282" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.2"><path d="M 0.6535,-0.2106 Q 0.7099,-0.1712 0.6817,-0.2501"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0300" text-anchor="middle"><text x="0" y="-0.4495">QuadPosition (Point 0 0) (Point 1 1) (Point 2 (-1))</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>
other/rect.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="449" height="300" viewBox="-0.7494 -0.5 1.4988 0.9996"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="449" height="300" viewBox="-0.7507 -0.5 1.5015 1.0012"><style>svg { color-scheme: light dark; } {@@ -22,15 +22,18 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="rect"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 29%, 48%)" fill-opacity="0.4"><rect width="0.0291" height="0.0000" x="-0.7276" y="0.4008"/><rect width="0.0291" height="0.0000" x="-0.6985" y="0.4008"/><rect width="0.0291" height="0.0000" x="-0.6694" y="0.4007"/><rect width="0.0291" height="0.0001" x="-0.6403" y="0.4007"/><rect width="0.0291" height="0.0002" x="-0.6112" y="0.4006"/><rect width="0.0291" height="0.0005" x="-0.5820" y="0.4003"/><rect width="0.0291" height="0.0010" x="-0.5529" y="0.3998"/><rect width="0.0291" height="0.0020" x="-0.5238" y="0.3988"/><rect width="0.0291" height="0.0039" x="-0.4947" y="0.3969"/><rect width="0.0291" height="0.0074" x="-0.4656" y="0.3934"/><rect width="0.0291" height="0.0135" x="-0.4365" y="0.3873"/><rect width="0.0291" height="0.0236" x="-0.4074" y="0.3771"/><rect width="0.0291" height="0.0398" x="-0.3783" y="0.3610"/><rect width="0.0291" height="0.0643" x="-0.3492" y="0.3365"/><rect width="0.0291" height="0.0998" x="-0.3201" y="0.3010"/><rect width="0.0291" height="0.1489" x="-0.2910" y="0.2519"/><rect width="0.0291" height="0.2134" x="-0.2619" y="0.1874"/><rect width="0.0291" height="0.2939" x="-0.2328" y="0.1069"/><rect width="0.0291" height="0.3889" x="-0.2037" y="0.0119"/><rect width="0.0291" height="0.4944" x="-0.1746" y="-0.0936"/><rect width="0.0291" height="0.6038" x="-0.1455" y="-0.2030"/><rect width="0.0291" height="0.7086" x="-0.1164" y="-0.3078"/><rect width="0.0291" height="0.7989" x="-0.0873" y="-0.3981"/><rect width="0.0291" height="0.8655" x="-0.0582" y="-0.4647"/><rect width="0.0291" height="0.9008" x="-0.0291" y="-0.5"/><rect width="0.0291" height="0.9008" x="0" y="-0.5000"/><rect width="0.0291" height="0.8655" x="0.0291" y="-0.4647"/><rect width="0.0291" height="0.7989" x="0.0582" y="-0.3981"/><rect width="0.0291" height="0.7086" x="0.0873" y="-0.3078"/><rect width="0.0291" height="0.6038" x="0.1164" y="-0.2030"/><rect width="0.0291" height="0.4944" x="0.1455" y="-0.0936"/><rect width="0.0291" height="0.3889" x="0.1746" y="0.0119"/><rect width="0.0291" height="0.2939" x="0.2037" y="0.1069"/><rect width="0.0291" height="0.2134" x="0.2328" y="0.1874"/><rect width="0.0291" height="0.1489" x="0.2619" y="0.2519"/><rect width="0.0291" height="0.0998" x="0.2910" y="0.3010"/><rect width="0.0291" height="0.0643" x="0.3201" y="0.3365"/><rect width="0.0291" height="0.0398" x="0.3492" y="0.3610"/><rect width="0.0291" height="0.0236" x="0.3783" y="0.3771"/><rect width="0.0291" height="0.0135" x="0.4074" y="0.3873"/><rect width="0.0291" height="0.0074" x="0.4365" y="0.3934"/><rect width="0.0291" height="0.0039" x="0.4656" y="0.3969"/><rect width="0.0291" height="0.0020" x="0.4947" y="0.3988"/><rect width="0.0291" height="0.0010" x="0.5238" y="0.3998"/><rect width="0.0291" height="0.0005" x="0.5529" y="0.4003"/><rect width="0.0291" height="0.0002" x="0.5820" y="0.4006"/><rect width="0.0291" height="0.0001" x="0.6112" y="0.4007"/><rect width="0.0291" height="0.0000" x="0.6403" y="0.4007"/><rect width="0.0291" height="0.0000" x="0.6694" y="0.4008"/><rect width="0.0291" height="0.0000" x="0.6985" y="0.4008"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.4"><rect width="0.0291" height="0.0225" x="-0.7276" y="0.3783"/><rect width="0.0291" height="0.0286" x="-0.6985" y="0.3722"/><rect width="0.0291" height="0.0360" x="-0.6694" y="0.3648"/><rect width="0.0291" height="0.0449" x="-0.6403" y="0.3559"/><rect width="0.0291" height="0.0554" x="-0.6112" y="0.3454"/><rect width="0.0291" height="0.0676" x="-0.5820" y="0.3332"/><rect width="0.0291" height="0.0818" x="-0.5529" y="0.3190"/><rect width="0.0291" height="0.0979" x="-0.5238" y="0.3029"/><rect width="0.0291" height="0.1160" x="-0.4947" y="0.2847"/><rect width="0.0291" height="0.1362" x="-0.4656" y="0.2646"/><rect width="0.0291" height="0.1582" x="-0.4365" y="0.2426"/><rect width="0.0291" height="0.1820" x="-0.4074" y="0.2188"/><rect width="0.0291" height="0.2072" x="-0.3783" y="0.1935"/><rect width="0.0291" height="0.2337" x="-0.3492" y="0.1671"/><rect width="0.0291" height="0.2608" x="-0.3201" y="0.1399"/><rect width="0.0291" height="0.2883" x="-0.2910" y="0.1125"/><rect width="0.0291" height="0.3154" x="-0.2619" y="0.0854"/><rect width="0.0291" height="0.3417" x="-0.2328" y="0.0591"/><rect width="0.0291" height="0.3664" x="-0.2037" y="0.0343"/><rect width="0.0291" height="0.3891" x="-0.1746" y="0.0117"/><rect width="0.0291" height="0.4091" x="-0.1455" y="-0.0083"/><rect width="0.0291" height="0.4258" x="-0.1164" y="-0.0250"/><rect width="0.0291" height="0.4387" x="-0.0873" y="-0.0379"/><rect width="0.0291" height="0.4476" x="-0.0582" y="-0.0468"/><rect width="0.0291" height="0.4521" x="-0.0291" y="-0.0513"/><rect width="0.0291" height="0.4521" x="0" y="-0.0513"/><rect width="0.0291" height="0.4476" x="0.0291" y="-0.0468"/><rect width="0.0291" height="0.4387" x="0.0582" y="-0.0379"/><rect width="0.0291" height="0.4258" x="0.0873" y="-0.0250"/><rect width="0.0291" height="0.4091" x="0.1164" y="-0.0083"/><rect width="0.0291" height="0.3891" x="0.1455" y="0.0117"/><rect width="0.0291" height="0.3664" x="0.1746" y="0.0343"/><rect width="0.0291" height="0.3417" x="0.2037" y="0.0591"/><rect width="0.0291" height="0.3154" x="0.2328" y="0.0854"/><rect width="0.0291" height="0.2883" x="0.2619" y="0.1125"/><rect width="0.0291" height="0.2608" x="0.2910" y="0.1399"/><rect width="0.0291" height="0.2337" x="0.3201" y="0.1671"/><rect width="0.0291" height="0.2072" x="0.3492" y="0.1935"/><rect width="0.0291" height="0.1820" x="0.3783" y="0.2188"/><rect width="0.0291" height="0.1582" x="0.4074" y="0.2426"/><rect width="0.0291" height="0.1362" x="0.4365" y="0.2646"/><rect width="0.0291" height="0.1160" x="0.4656" y="0.2847"/><rect width="0.0291" height="0.0979" x="0.4947" y="0.3029"/><rect width="0.0291" height="0.0818" x="0.5238" y="0.3190"/><rect width="0.0291" height="0.0676" x="0.5529" y="0.3332"/><rect width="0.0291" height="0.0554" x="0.5820" y="0.3454"/><rect width="0.0291" height="0.0449" x="0.6112" y="0.3559"/><rect width="0.0291" height="0.0360" x="0.6403" y="0.3648"/><rect width="0.0291" height="0.0286" x="0.6694" y="0.3722"/><rect width="0.0291" height="0.0225" x="0.6985" y="0.3783"/></g></g></g><g class="hud"><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.7276,0.4428--0.7276,0.4128"/><polyline points="-0.5820,0.4428--0.5820,0.4128"/><polyline points="-0.4365,0.4428--0.4365,0.4128"/><polyline points="-0.2910,0.4428--0.2910,0.4128"/><polyline points="-0.1455,0.4428--0.1455,0.4128"/><polyline points="0,0.4428-0,0.4128"/><polyline points="0.1455,0.4428-0.1455,0.4128"/><polyline points="0.2910,0.4428-0.2910,0.4128"/><polyline points="0.4365,0.4428-0.4365,0.4128"/><polyline points="0.5820,0.4428-0.5820,0.4128"/><polyline points="0.7276,0.4428-0.7276,0.4128"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0485" text-anchor="middle"><text x="-0.7276" y="0.485">-5</text><text x="-0.5820" y="0.485">-4</text><text x="-0.4365" y="0.485">-3</text><text x="-0.2910" y="0.485">-2</text><text x="-0.1455" y="0.485">-1</text><text x="0" y="0.485"> 0</text><text x="0.1455" y="0.485"> 1</text><text x="0.2910" y="0.485"> 2</text><text x="0.4365" y="0.485"> 3</text><text x="0.5820" y="0.485"> 4</text><text x="0.7276" y="0.485"> 5</text></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.459" height="0.0036" x="-0.7295" y="0.4098"/></g></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="rect"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 29%, 48%)" fill-opacity="0.4"><rect width="0.0242" height="0.0000" x="-0.6056" y="0.4017"/><rect width="0.0242" height="0.0000" x="-0.5814" y="0.4017"/><rect width="0.0242" height="0.0000" x="-0.5572" y="0.4017"/><rect width="0.0242" height="0.0001" x="-0.5329" y="0.4016"/><rect width="0.0242" height="0.0002" x="-0.5087" y="0.4015"/><rect width="0.0242" height="0.0005" x="-0.4845" y="0.4013"/><rect width="0.0242" height="0.0010" x="-0.4603" y="0.4007"/><rect width="0.0242" height="0.0020" x="-0.4360" y="0.3997"/><rect width="0.0242" height="0.0039" x="-0.4118" y="0.3978"/><rect width="0.0242" height="0.0074" x="-0.3876" y="0.3943"/><rect width="0.0242" height="0.0135" x="-0.3634" y="0.3882"/><rect width="0.0242" height="0.0237" x="-0.3391" y="0.3780"/><rect width="0.0242" height="0.0398" x="-0.3149" y="0.3619"/><rect width="0.0242" height="0.0643" x="-0.2907" y="0.3374"/><rect width="0.0242" height="0.0999" x="-0.2665" y="0.3018"/><rect width="0.0242" height="0.1491" x="-0.2422" y="0.2527"/><rect width="0.0242" height="0.2136" x="-0.2180" y="0.1881"/><rect width="0.0242" height="0.2942" x="-0.1938" y="0.1075"/><rect width="0.0242" height="0.3893" x="-0.1696" y="0.0124"/><rect width="0.0242" height="0.4949" x="-0.1453" y="-0.0932"/><rect width="0.0242" height="0.6044" x="-0.1211" y="-0.2027"/><rect width="0.0242" height="0.7093" x="-0.0969" y="-0.3076"/><rect width="0.0242" height="0.7997" x="-0.0727" y="-0.3980"/><rect width="0.0242" height="0.8664" x="-0.0484" y="-0.4646"/><rect width="0.0242" height="0.9017" x="-0.0242" y="-0.5"/><rect width="0.0242" height="0.9017" x="0" y="-0.5"/><rect width="0.0242" height="0.8664" x="0.0242" y="-0.4646"/><rect width="0.0242" height="0.7997" x="0.0484" y="-0.3980"/><rect width="0.0242" height="0.7093" x="0.0727" y="-0.3076"/><rect width="0.0242" height="0.6044" x="0.0969" y="-0.2027"/><rect width="0.0242" height="0.4949" x="0.1211" y="-0.0932"/><rect width="0.0242" height="0.3893" x="0.1453" y="0.0124"/><rect width="0.0242" height="0.2942" x="0.1696" y="0.1075"/><rect width="0.0242" height="0.2136" x="0.1938" y="0.1881"/><rect width="0.0242" height="0.1491" x="0.2180" y="0.2527"/><rect width="0.0242" height="0.0999" x="0.2422" y="0.3018"/><rect width="0.0242" height="0.0643" x="0.2665" y="0.3374"/><rect width="0.0242" height="0.0398" x="0.2907" y="0.3619"/><rect width="0.0242" height="0.0237" x="0.3149" y="0.3780"/><rect width="0.0242" height="0.0135" x="0.3391" y="0.3882"/><rect width="0.0242" height="0.0074" x="0.3634" y="0.3943"/><rect width="0.0242" height="0.0039" x="0.3876" y="0.3978"/><rect width="0.0242" height="0.0020" x="0.4118" y="0.3997"/><rect width="0.0242" height="0.0010" x="0.4360" y="0.4007"/><rect width="0.0242" height="0.0005" x="0.4603" y="0.4013"/><rect width="0.0242" height="0.0002" x="0.4845" y="0.4015"/><rect width="0.0242" height="0.0001" x="0.5087" y="0.4016"/><rect width="0.0242" height="0.0000" x="0.5329" y="0.4017"/><rect width="0.0242" height="0.0000" x="0.5572" y="0.4017"/><rect width="0.0242" height="0.0000" x="0.5814" y="0.4017"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.4"><rect width="0.0242" height="0.0225" x="-0.6056" y="0.3792"/><rect width="0.0242" height="0.0286" x="-0.5814" y="0.3731"/><rect width="0.0242" height="0.0360" x="-0.5572" y="0.3657"/><rect width="0.0242" height="0.0449" x="-0.5329" y="0.3568"/><rect width="0.0242" height="0.0554" x="-0.5087" y="0.3463"/><rect width="0.0242" height="0.0677" x="-0.4845" y="0.3340"/><rect width="0.0242" height="0.0819" x="-0.4603" y="0.3199"/><rect width="0.0242" height="0.0980" x="-0.4360" y="0.3037"/><rect width="0.0242" height="0.1162" x="-0.4118" y="0.2856"/><rect width="0.0242" height="0.1363" x="-0.3876" y="0.2654"/><rect width="0.0242" height="0.1584" x="-0.3634" y="0.2433"/><rect width="0.0242" height="0.1822" x="-0.3391" y="0.2196"/><rect width="0.0242" height="0.2075" x="-0.3149" y="0.1943"/><rect width="0.0242" height="0.2339" x="-0.2907" y="0.1678"/><rect width="0.0242" height="0.2611" x="-0.2665" y="0.1406"/><rect width="0.0242" height="0.2886" x="-0.2422" y="0.1132"/><rect width="0.0242" height="0.3157" x="-0.2180" y="0.0860"/><rect width="0.0242" height="0.3420" x="-0.1938" y="0.0597"/><rect width="0.0242" height="0.3668" x="-0.1696" y="0.0349"/><rect width="0.0242" height="0.3895" x="-0.1453" y="0.0122"/><rect width="0.0242" height="0.4095" x="-0.1211" y="-0.0078"/><rect width="0.0242" height="0.4262" x="-0.0969" y="-0.0245"/><rect width="0.0242" height="0.4392" x="-0.0727" y="-0.0375"/><rect width="0.0242" height="0.4480" x="-0.0484" y="-0.0463"/><rect width="0.0242" height="0.4526" x="-0.0242" y="-0.0508"/><rect width="0.0242" height="0.4526" x="0" y="-0.0508"/><rect width="0.0242" height="0.4480" x="0.0242" y="-0.0463"/><rect width="0.0242" height="0.4392" x="0.0484" y="-0.0375"/><rect width="0.0242" height="0.4262" x="0.0727" y="-0.0245"/><rect width="0.0242" height="0.4095" x="0.0969" y="-0.0078"/><rect width="0.0242" height="0.3895" x="0.1211" y="0.0122"/><rect width="0.0242" height="0.3668" x="0.1453" y="0.0349"/><rect width="0.0242" height="0.3420" x="0.1696" y="0.0597"/><rect width="0.0242" height="0.3157" x="0.1938" y="0.0860"/><rect width="0.0242" height="0.2886" x="0.2180" y="0.1132"/><rect width="0.0242" height="0.2611" x="0.2422" y="0.1406"/><rect width="0.0242" height="0.2339" x="0.2665" y="0.1678"/><rect width="0.0242" height="0.2075" x="0.2907" y="0.1943"/><rect width="0.0242" height="0.1822" x="0.3149" y="0.2196"/><rect width="0.0242" height="0.1584" x="0.3391" y="0.2433"/><rect width="0.0242" height="0.1363" x="0.3634" y="0.2654"/><rect width="0.0242" height="0.1162" x="0.3876" y="0.2856"/><rect width="0.0242" height="0.0980" x="0.4118" y="0.3037"/><rect width="0.0242" height="0.0819" x="0.4360" y="0.3199"/><rect width="0.0242" height="0.0677" x="0.4603" y="0.3340"/><rect width="0.0242" height="0.0554" x="0.4845" y="0.3463"/><rect width="0.0242" height="0.0449" x="0.5087" y="0.3568"/><rect width="0.0242" height="0.0360" x="0.5329" y="0.3657"/><rect width="0.0242" height="0.0286" x="0.5572" y="0.3731"/><rect width="0.0242" height="0.0225" x="0.5814" y="0.3792"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.4574" height="0.0036" x="-0.7287" y="0.4107"/></g></g><g class="ticks"><g class="tickglyph"><g stroke-width="0.0036" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.7267,0.4396+-0.7267,0.4125"/><polyline points="-0.4845,0.4396+-0.4845,0.4125"/><polyline points="-0.2422,0.4396+-0.2422,0.4125"/><polyline points="0,0.4396+0,0.4125"/><polyline points="0.2422,0.4396+0.2422,0.4125"/><polyline points="0.4845,0.4396+0.4845,0.4125"/><polyline points="0.7267,0.4396+0.7267,0.4125"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.7267" y="0.4892">-6</text><text x="-0.4845" y="0.4892">-4</text><text x="-0.2422" y="0.4892">-2</text><text x="0" y="0.4892"> 0</text><text x="0.2422" y="0.4892"> 2</text><text x="0.4845" y="0.4892"> 4</text><text x="0.7267" y="0.4892"> 6</text></g></g></g></g></g></svg>
other/sbar.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="459" height="300" viewBox="-0.7427 -0.5 1.4927 0.9751"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="449" height="300" viewBox="-0.7761 -0.5 1.5261 1.0189"><style>svg { color-scheme: light dark; } {@@ -22,14 +22,21 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="barchart"><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 29%, 48%)" fill-opacity="0.7"><rect width="0.1032" height="0.0629" x="-0.7119" y="0.1288"/><rect width="0.1032" height="0.1258" x="-0.5972" y="0.0660"/><rect width="0.1032" height="0.1887" x="-0.4825" y="0.0031"/><rect width="0.1032" height="0.3144" x="-0.3677" y="-0.1227"/><rect width="0.1032" height="0.5031" x="-0.2530" y="-0.3113"/><rect width="0.1032" height="0" x="-0.1383" y="0.1917"/><rect width="0.1032" height="0.1258" x="-0.0236" y="0.1917"/><rect width="0.1032" height="0.6917" x="0.0911" y="-0.5"/><rect width="0.1032" height="0.1258" x="0.2059" y="0.0660"/><rect width="0.1032" height="0.0629" x="0.3206" y="0.1288"/></g></g></g><g class="hud"><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6603,0.3570--0.6603,0.3270"/><polyline points="-0.5456,0.3570--0.5456,0.3270"/><polyline points="-0.4308,0.3570--0.4308,0.3270"/><polyline points="-0.3161,0.3570--0.3161,0.3270"/><polyline points="-0.2014,0.3570--0.2014,0.3270"/><polyline points="-0.0867,0.3570--0.0867,0.3270"/><polyline points="0.0280,0.3570-0.0280,0.3270"/><polyline points="0.1428,0.3570-0.1428,0.3270"/><polyline points="0.2575,0.3570-0.2575,0.3270"/><polyline points="0.3722,0.3570-0.3722,0.3270"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0382" text-anchor="end"><text x="-0.6603" y="0.3939" transform="rotate(-45.0, -0.6603, 0.3939)">row 1</text><text x="-0.5456" y="0.3939" transform="rotate(-45.0, -0.5456, 0.3939)">row 2</text><text x="-0.4308" y="0.3939" transform="rotate(-45.0, -0.4308, 0.3939)">row 3</text><text x="-0.3161" y="0.3939" transform="rotate(-45.0, -0.3161, 0.3939)">row 4</text><text x="-0.2014" y="0.3939" transform="rotate(-45.0, -0.2014, 0.3939)">row 5</text><text x="-0.0867" y="0.3939" transform="rotate(-45.0, -0.0867, 0.3939)">row 6</text><text x="0.0280" y="0.3939" transform="rotate(-45.0, 0.0280, 0.3939)">row 7</text><text x="0.1428" y="0.3939" transform="rotate(-45.0, 0.1428, 0.3939)">row 8</text><text x="0.2575" y="0.3939" transform="rotate(-45.0, 0.2575, 0.3939)">row 9</text><text x="0.3722" y="0.3939" transform="rotate(-45.0, 0.3722, 0.3939)">row 10</text></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.1502" height="0.0033" x="-0.7192" y="0.3257"/></g></g></g><g class="legend"><g class="legendBorder"><g stroke-width="0.0025" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.2577" height="0.1839" x="0.4884" y="-0.1425"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0344" text-anchor="start"><text x="0.5076" y="-0.0005">column 2</text></g><g stroke-width="0" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.7"><rect width="0.0574" height="0.0613" x="0.6697" y="-0.0403"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0344" text-anchor="start"><text x="0.5076" y="-0.0822">column 1</text></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 29%, 48%)" fill-opacity="0.7"><rect width="0.0574" height="0.0613" x="0.6697" y="-0.1221"/></g></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="barchart"><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 29%, 48%)" fill-opacity="0.7"><rect width="0.1032" height="0.0436" x="-0.7254" y="0.2411"/><rect width="0.1032" height="0.0872" x="-0.6107" y="0.1539"/><rect width="0.1032" height="0.1308" x="-0.4960" y="0.0667"/><rect width="0.1032" height="0.2180" x="-0.3813" y="-0.0641"/><rect width="0.1032" height="0.3488" x="-0.2666" y="-0.2384"/><rect width="0.1032" height="0" x="-0.1519" y="0.0667"/><rect width="0.1032" height="0.0872" x="-0.0372" y="0.0231"/><rect width="0.1032" height="0.4795" x="0.0775" y="-0.5"/><rect width="0.1032" height="0.0872" x="0.1922" y="-0.1512"/><rect width="0.1032" height="0.0436" x="0.3069" y="-0.1512"/></g><g stroke-width="0" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.7"><rect width="0.1032" height="0.0436" x="-0.7254" y="0.2847"/><rect width="0.1032" height="0.0872" x="-0.6107" y="0.2411"/><rect width="0.1032" height="0.1308" x="-0.4960" y="0.1975"/><rect width="0.1032" height="0.1744" x="-0.3813" y="0.1539"/><rect width="0.1032" height="0.2180" x="-0.2666" y="0.1103"/><rect width="0.1032" height="0.2616" x="-0.1519" y="0.0667"/><rect width="0.1032" height="0.3052" x="-0.0372" y="0.0231"/><rect width="0.1032" height="0.3488" x="0.0775" y="-0.0205"/><rect width="0.1032" height="0.3923" x="0.1922" y="-0.0641"/><rect width="0.1032" height="0.4359" x="0.3069" y="-0.1077"/></g></g></g><g class="hud"><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.1385" height="0.0033" x="-0.7269" y="0.3366"/></g></g><g class="ticks"><g class="tickglyph"><g stroke-width="0.0033" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6686,0.3631+-0.6686,0.3382"/><polyline points="-0.5551,0.3631+-0.5551,0.3382"/><polyline points="-0.4415,0.3631+-0.4415,0.3382"/><polyline points="-0.3280,0.3631+-0.3280,0.3382"/><polyline points="-0.2144,0.3631+-0.2144,0.3382"/><polyline points="-0.1009,0.3631+-0.1009,0.3382"/><polyline points="0.0127,0.3631+0.0127,0.3382"/><polyline points="0.1262,0.3631+0.1262,0.3382"/><polyline points="0.2398,0.3631+0.2398,0.3382"/><polyline points="0.3533,0.3631+0.3533,0.3382"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6686" y="0.4086" transform="rotate(-45.0, -0.6686, 0.4086)">row 1</text><text x="-0.5551" y="0.4086" transform="rotate(-45.0, -0.5551, 0.4086)">row 2</text><text x="-0.4415" y="0.4086" transform="rotate(-45.0, -0.4415, 0.4086)">row 3</text><text x="-0.3280" y="0.4086" transform="rotate(-45.0, -0.3280, 0.4086)">row 4</text><text x="-0.2144" y="0.4086" transform="rotate(-45.0, -0.2144, 0.4086)">row 5</text><text x="-0.1009" y="0.4086" transform="rotate(-45.0, -0.1009, 0.4086)">row 6</text><text x="0.0127" y="0.4086" transform="rotate(-45.0, 0.0127, 0.4086)">row 7</text><text x="0.1262" y="0.4086" transform="rotate(-45.0, 0.1262, 0.4086)">row 8</text><text x="0.2398" y="0.4086" transform="rotate(-45.0, 0.2398, 0.4086)">row 9</text><text x="0.3533" y="0.4086" transform="rotate(-45.0, 0.3533, 0.4086)">row 10</text></g></g></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0009" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.2778" height="0.1864" x="0.4684" y="-0.1346"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0303" text-anchor="start"><text x="0.4873" y="0.0083">column 2</text></g><g stroke-width="0" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.7"><rect width="0.0568" height="0.0621" x="0.6705" y="-0.0311"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0303" text-anchor="start"><text x="0.4873" y="-0.0745">column 1</text></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 29%, 48%)" fill-opacity="0.7"><rect width="0.0568" height="0.0621" x="0.6705" y="-0.1139"/></g></g></g></g></svg>
+ other/stack.svg view
@@ -0,0 +1,357 @@+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="450" height="300" viewBox="-0.75 -0.5 1.5 1.0"><style>svg {+ color-scheme: light dark;+}+{+ .canvas g, .title g, .axisbar g, .ticktext g, .tickglyph g, .ticklines g, .legendContent g text {+ fill: rgb(5%, 5%, 5%);+ }+ .ticklines g, .tickglyph g, .legendBorder g {+ stroke: rgb(5%, 5%, 5%);+ }+ .legendBorder g {+ fill: rgb(94%, 94%, 94%);+ }+}+@media (prefers-color-scheme:dark) {+ .canvas g, .title g, .axisbar g, .ticktext g, .tickglyph g, .ticklines g, .legendContent g text {+ fill: rgb(94%, 94%, 94%);+ }+ .ticklines g, .tickglyph g, .legendBorder g {+ stroke: rgb(94%, 94%, 94%);+ }+ .legendBorder g {+ fill: rgb(5%, 5%, 5%);+ }+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.7289,0.4423 -0.6468,0.4423 -0.5647,0.3359"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.7289,0.4689 -0.4990,0.3891"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6879,0.3625 -0.6879,0.4689"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.7302" y="0.3349"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.7312" y="0.3356"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.7289,0.4689 -0.4825,0.4689"/><polyline points="-0.7289,0.4423 -0.4825,0.4423"/><polyline points="-0.7289,0.4157 -0.4825,0.4157"/><polyline points="-0.7289,0.3891 -0.4825,0.3891"/><polyline points="-0.7289,0.3625 -0.4825,0.3625"/><polyline points="-0.7289,0.3359 -0.4825,0.3359"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.7356,0.4689+-0.7311,0.4689"/><polyline points="-0.7356,0.4423+-0.7311,0.4423"/><polyline points="-0.7356,0.4157+-0.7311,0.4157"/><polyline points="-0.7356,0.3891+-0.7311,0.3891"/><polyline points="-0.7356,0.3625+-0.7311,0.3625"/><polyline points="-0.7356,0.3359+-0.7311,0.3359"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.7395" y="0.4704">0</text><text x="-0.7395" y="0.4438">1</text><text x="-0.7395" y="0.4172">2</text><text x="-0.7395" y="0.3906">3</text><text x="-0.7395" y="0.3640">4</text><text x="-0.7395" y="0.3374">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.7293" y="0.4702"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.7289,0.4689 -0.7289,0.3359"/><polyline points="-0.6879,0.4689 -0.6879,0.3359"/><polyline points="-0.6468,0.4689 -0.6468,0.3359"/><polyline points="-0.6057,0.4689 -0.6057,0.3359"/><polyline points="-0.5647,0.4689 -0.5647,0.3359"/><polyline points="-0.5236,0.4689 -0.5236,0.3359"/><polyline points="-0.4825,0.4689 -0.4825,0.3359"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.7289,0.4747+-0.7289,0.4703"/><polyline points="-0.6879,0.4747+-0.6879,0.4703"/><polyline points="-0.6468,0.4747+-0.6468,0.4703"/><polyline points="-0.6057,0.4747+-0.6057,0.4703"/><polyline points="-0.5647,0.4747+-0.5647,0.4703"/><polyline points="-0.5236,0.4747+-0.5236,0.4703"/><polyline points="-0.4825,0.4747+-0.4825,0.4703"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.7289" y="0.4819">0.0</text><text x="-0.6879" y="0.4819">0.5</text><text x="-0.6468" y="0.4819">1.0</text><text x="-0.6057" y="0.4819">1.5</text><text x="-0.5647" y="0.4819">2.0</text><text x="-0.5236" y="0.4819">2.5</text><text x="-0.4825" y="0.4819">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.6100" y="0.3245">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="-0.5525" y="0.4244"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="0.4504">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,0.4491 -0.4759,0.4491"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="0.4412">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,0.4399 -0.4759,0.4399"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="0.4320">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,0.4307 -0.4759,0.4307"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.4698" y="0.4931">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.75" y="0.3107"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4256,0.4423 -0.3435,0.4423 -0.2614,0.3359"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4256,0.4689 -0.1957,0.3891"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.3846,0.3625 -0.3846,0.4689"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.4269" y="0.3349"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.4279" y="0.3356"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.4256,0.4689 -0.1792,0.4689"/><polyline points="-0.4256,0.4423 -0.1792,0.4423"/><polyline points="-0.4256,0.4157 -0.1792,0.4157"/><polyline points="-0.4256,0.3891 -0.1792,0.3891"/><polyline points="-0.4256,0.3625 -0.1792,0.3625"/><polyline points="-0.4256,0.3359 -0.1792,0.3359"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.4323,0.4689+-0.4279,0.4689"/><polyline points="-0.4323,0.4423+-0.4279,0.4423"/><polyline points="-0.4323,0.4157+-0.4279,0.4157"/><polyline points="-0.4323,0.3891+-0.4279,0.3891"/><polyline points="-0.4323,0.3625+-0.4279,0.3625"/><polyline points="-0.4323,0.3359+-0.4279,0.3359"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.4362" y="0.4704">0</text><text x="-0.4362" y="0.4438">1</text><text x="-0.4362" y="0.4172">2</text><text x="-0.4362" y="0.3906">3</text><text x="-0.4362" y="0.3640">4</text><text x="-0.4362" y="0.3374">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.4260" y="0.4702"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.4256,0.4689 -0.4256,0.3359"/><polyline points="-0.3846,0.4689 -0.3846,0.3359"/><polyline points="-0.3435,0.4689 -0.3435,0.3359"/><polyline points="-0.3024,0.4689 -0.3024,0.3359"/><polyline points="-0.2614,0.4689 -0.2614,0.3359"/><polyline points="-0.2203,0.4689 -0.2203,0.3359"/><polyline points="-0.1792,0.4689 -0.1792,0.3359"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.4256,0.4747+-0.4256,0.4703"/><polyline points="-0.3846,0.4747+-0.3846,0.4703"/><polyline points="-0.3435,0.4747+-0.3435,0.4703"/><polyline points="-0.3024,0.4747+-0.3024,0.4703"/><polyline points="-0.2614,0.4747+-0.2614,0.4703"/><polyline points="-0.2203,0.4747+-0.2203,0.4703"/><polyline points="-0.1792,0.4747+-0.1792,0.4703"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.4256" y="0.4819">0.0</text><text x="-0.3846" y="0.4819">0.5</text><text x="-0.3435" y="0.4819">1.0</text><text x="-0.3024" y="0.4819">1.5</text><text x="-0.2614" y="0.4819">2.0</text><text x="-0.2203" y="0.4819">2.5</text><text x="-0.1792" y="0.4819">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.3067" y="0.3245">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="-0.2492" y="0.4244"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="0.4504">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,0.4491 -0.1726,0.4491"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="0.4412">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,0.4399 -0.1726,0.4399"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="0.4320">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,0.4307 -0.1726,0.4307"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.1665" y="0.4931">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.4467" y="0.3107"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1223,0.4423 -0.0402,0.4423 0.0419,0.3359"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1223,0.4689 0.1076,0.3891"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.0813,0.3625 -0.0813,0.4689"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.1236" y="0.3349"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.1246" y="0.3356"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.1223,0.4689 0.1241,0.4689"/><polyline points="-0.1223,0.4423 0.1241,0.4423"/><polyline points="-0.1223,0.4157 0.1241,0.4157"/><polyline points="-0.1223,0.3891 0.1241,0.3891"/><polyline points="-0.1223,0.3625 0.1241,0.3625"/><polyline points="-0.1223,0.3359 0.1241,0.3359"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.1290,0.4689+-0.1246,0.4689"/><polyline points="-0.1290,0.4423+-0.1246,0.4423"/><polyline points="-0.1290,0.4157+-0.1246,0.4157"/><polyline points="-0.1290,0.3891+-0.1246,0.3891"/><polyline points="-0.1290,0.3625+-0.1246,0.3625"/><polyline points="-0.1290,0.3359+-0.1246,0.3359"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.1329" y="0.4704">0</text><text x="-0.1329" y="0.4438">1</text><text x="-0.1329" y="0.4172">2</text><text x="-0.1329" y="0.3906">3</text><text x="-0.1329" y="0.3640">4</text><text x="-0.1329" y="0.3374">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.1227" y="0.4702"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.1223,0.4689 -0.1223,0.3359"/><polyline points="-0.0813,0.4689 -0.0813,0.3359"/><polyline points="-0.0402,0.4689 -0.0402,0.3359"/><polyline points="0.0009,0.4689 0.0009,0.3359"/><polyline points="0.0419,0.4689 0.0419,0.3359"/><polyline points="0.0830,0.4689 0.0830,0.3359"/><polyline points="0.1241,0.4689 0.1241,0.3359"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.1223,0.4747+-0.1223,0.4703"/><polyline points="-0.0813,0.4747+-0.0813,0.4703"/><polyline points="-0.0402,0.4747+-0.0402,0.4703"/><polyline points="0.0009,0.4747+0.0009,0.4703"/><polyline points="0.0419,0.4747+0.0419,0.4703"/><polyline points="0.0830,0.4747+0.0830,0.4703"/><polyline points="0.1241,0.4747+0.1241,0.4703"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.1223" y="0.4819">0.0</text><text x="-0.0813" y="0.4819">0.5</text><text x="-0.0402" y="0.4819">1.0</text><text x="0.0009" y="0.4819">1.5</text><text x="0.0419" y="0.4819">2.0</text><text x="0.0830" y="0.4819">2.5</text><text x="0.1241" y="0.4819">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.0034" y="0.3245">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.0541" y="0.4244"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="0.4504">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,0.4491 0.1307,0.4491"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="0.4412">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,0.4399 0.1307,0.4399"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="0.4320">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,0.4307 0.1307,0.4307"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.1368" y="0.4931">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.1434" y="0.3107"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.1810,0.4423 0.2631,0.4423 0.3452,0.3359"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.1810,0.4689 0.4109,0.3891"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.2220,0.3625 0.2220,0.4689"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="0.1797" y="0.3349"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="0.1787" y="0.3356"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.1810,0.4689 0.4274,0.4689"/><polyline points="0.1810,0.4423 0.4274,0.4423"/><polyline points="0.1810,0.4157 0.4274,0.4157"/><polyline points="0.1810,0.3891 0.4274,0.3891"/><polyline points="0.1810,0.3625 0.4274,0.3625"/><polyline points="0.1810,0.3359 0.4274,0.3359"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.1743,0.4689+0.1787,0.4689"/><polyline points="0.1743,0.4423+0.1787,0.4423"/><polyline points="0.1743,0.4157+0.1787,0.4157"/><polyline points="0.1743,0.3891+0.1787,0.3891"/><polyline points="0.1743,0.3625+0.1787,0.3625"/><polyline points="0.1743,0.3359+0.1787,0.3359"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.1704" y="0.4704">0</text><text x="0.1704" y="0.4438">1</text><text x="0.1704" y="0.4172">2</text><text x="0.1704" y="0.3906">3</text><text x="0.1704" y="0.3640">4</text><text x="0.1704" y="0.3374">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="0.1806" y="0.4702"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.1810,0.4689 0.1810,0.3359"/><polyline points="0.2220,0.4689 0.2220,0.3359"/><polyline points="0.2631,0.4689 0.2631,0.3359"/><polyline points="0.3042,0.4689 0.3042,0.3359"/><polyline points="0.3452,0.4689 0.3452,0.3359"/><polyline points="0.3863,0.4689 0.3863,0.3359"/><polyline points="0.4274,0.4689 0.4274,0.3359"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.1810,0.4747+0.1810,0.4703"/><polyline points="0.2220,0.4747+0.2220,0.4703"/><polyline points="0.2631,0.4747+0.2631,0.4703"/><polyline points="0.3042,0.4747+0.3042,0.4703"/><polyline points="0.3452,0.4747+0.3452,0.4703"/><polyline points="0.3863,0.4747+0.3863,0.4703"/><polyline points="0.4274,0.4747+0.4274,0.4703"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="0.1810" y="0.4819">0.0</text><text x="0.2220" y="0.4819">0.5</text><text x="0.2631" y="0.4819">1.0</text><text x="0.3042" y="0.4819">1.5</text><text x="0.3452" y="0.4819">2.0</text><text x="0.3863" y="0.4819">2.5</text><text x="0.4274" y="0.4819">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="0.2999" y="0.3245">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.3574" y="0.4244"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="0.4504">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,0.4491 0.4339,0.4491"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="0.4412">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,0.4399 0.4339,0.4399"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="0.4320">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,0.4307 0.4339,0.4307"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.4401" y="0.4931">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="0.1599" y="0.3107"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.4843,0.4423 0.5664,0.4423 0.6485,0.3359"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.4843,0.4689 0.7142,0.3891"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5253,0.3625 0.5253,0.4689"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="0.4830" y="0.3349"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="0.4819" y="0.3356"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.4843,0.4689 0.7307,0.4689"/><polyline points="0.4843,0.4423 0.7307,0.4423"/><polyline points="0.4843,0.4157 0.7307,0.4157"/><polyline points="0.4843,0.3891 0.7307,0.3891"/><polyline points="0.4843,0.3625 0.7307,0.3625"/><polyline points="0.4843,0.3359 0.7307,0.3359"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.4776,0.4689+0.4820,0.4689"/><polyline points="0.4776,0.4423+0.4820,0.4423"/><polyline points="0.4776,0.4157+0.4820,0.4157"/><polyline points="0.4776,0.3891+0.4820,0.3891"/><polyline points="0.4776,0.3625+0.4820,0.3625"/><polyline points="0.4776,0.3359+0.4820,0.3359"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.4737" y="0.4704">0</text><text x="0.4737" y="0.4438">1</text><text x="0.4737" y="0.4172">2</text><text x="0.4737" y="0.3906">3</text><text x="0.4737" y="0.3640">4</text><text x="0.4737" y="0.3374">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="0.4839" y="0.4702"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.4843,0.4689 0.4843,0.3359"/><polyline points="0.5253,0.4689 0.5253,0.3359"/><polyline points="0.5664,0.4689 0.5664,0.3359"/><polyline points="0.6075,0.4689 0.6075,0.3359"/><polyline points="0.6485,0.4689 0.6485,0.3359"/><polyline points="0.6896,0.4689 0.6896,0.3359"/><polyline points="0.7307,0.4689 0.7307,0.3359"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.4843,0.4747+0.4843,0.4703"/><polyline points="0.5253,0.4747+0.5253,0.4703"/><polyline points="0.5664,0.4747+0.5664,0.4703"/><polyline points="0.6075,0.4747+0.6075,0.4703"/><polyline points="0.6485,0.4747+0.6485,0.4703"/><polyline points="0.6896,0.4747+0.6896,0.4703"/><polyline points="0.7307,0.4747+0.7307,0.4703"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="0.4843" y="0.4819">0.0</text><text x="0.5253" y="0.4819">0.5</text><text x="0.5664" y="0.4819">1.0</text><text x="0.6075" y="0.4819">1.5</text><text x="0.6485" y="0.4819">2.0</text><text x="0.6896" y="0.4819">2.5</text><text x="0.7307" y="0.4819">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="0.6032" y="0.3245">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.6607" y="0.4244"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="0.4504">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,0.4491 0.7372,0.4491"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="0.4412">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,0.4399 0.7372,0.4399"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="0.4320">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,0.4307 0.7372,0.4307"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.7434" y="0.4931">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="0.4632" y="0.3107"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.7289,0.2396 -0.6468,0.2396 -0.5647,0.1332"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.7289,0.2662 -0.4990,0.1864"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6879,0.1598 -0.6879,0.2662"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.7302" y="0.1322"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.7312" y="0.1330"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.7289,0.2662 -0.4825,0.2662"/><polyline points="-0.7289,0.2396 -0.4825,0.2396"/><polyline points="-0.7289,0.2130 -0.4825,0.2130"/><polyline points="-0.7289,0.1864 -0.4825,0.1864"/><polyline points="-0.7289,0.1598 -0.4825,0.1598"/><polyline points="-0.7289,0.1332 -0.4825,0.1332"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.7356,0.2662+-0.7311,0.2662"/><polyline points="-0.7356,0.2396+-0.7311,0.2396"/><polyline points="-0.7356,0.2130+-0.7311,0.2130"/><polyline points="-0.7356,0.1864+-0.7311,0.1864"/><polyline points="-0.7356,0.1598+-0.7311,0.1598"/><polyline points="-0.7356,0.1332+-0.7311,0.1332"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.7395" y="0.2677">0</text><text x="-0.7395" y="0.2411">1</text><text x="-0.7395" y="0.2145">2</text><text x="-0.7395" y="0.1879">3</text><text x="-0.7395" y="0.1613">4</text><text x="-0.7395" y="0.1347">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.7293" y="0.2676"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.7289,0.2662 -0.7289,0.1332"/><polyline points="-0.6879,0.2662 -0.6879,0.1332"/><polyline points="-0.6468,0.2662 -0.6468,0.1332"/><polyline points="-0.6057,0.2662 -0.6057,0.1332"/><polyline points="-0.5647,0.2662 -0.5647,0.1332"/><polyline points="-0.5236,0.2662 -0.5236,0.1332"/><polyline points="-0.4825,0.2662 -0.4825,0.1332"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.7289,0.2721+-0.7289,0.2676"/><polyline points="-0.6879,0.2721+-0.6879,0.2676"/><polyline points="-0.6468,0.2721+-0.6468,0.2676"/><polyline points="-0.6057,0.2721+-0.6057,0.2676"/><polyline points="-0.5647,0.2721+-0.5647,0.2676"/><polyline points="-0.5236,0.2721+-0.5236,0.2676"/><polyline points="-0.4825,0.2721+-0.4825,0.2676"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.7289" y="0.2792">0.0</text><text x="-0.6879" y="0.2792">0.5</text><text x="-0.6468" y="0.2792">1.0</text><text x="-0.6057" y="0.2792">1.5</text><text x="-0.5647" y="0.2792">2.0</text><text x="-0.5236" y="0.2792">2.5</text><text x="-0.4825" y="0.2792">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.6100" y="0.1219">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="-0.5525" y="0.2217"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="0.2478">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,0.2464 -0.4759,0.2464"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="0.2386">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,0.2372 -0.4759,0.2372"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="0.2294">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,0.2280 -0.4759,0.2280"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.4698" y="0.2904">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.75" y="0.1080"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4256,0.2396 -0.3435,0.2396 -0.2614,0.1332"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4256,0.2662 -0.1957,0.1864"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.3846,0.1598 -0.3846,0.2662"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.4269" y="0.1322"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.4279" y="0.1330"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.4256,0.2662 -0.1792,0.2662"/><polyline points="-0.4256,0.2396 -0.1792,0.2396"/><polyline points="-0.4256,0.2130 -0.1792,0.2130"/><polyline points="-0.4256,0.1864 -0.1792,0.1864"/><polyline points="-0.4256,0.1598 -0.1792,0.1598"/><polyline points="-0.4256,0.1332 -0.1792,0.1332"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.4323,0.2662+-0.4279,0.2662"/><polyline points="-0.4323,0.2396+-0.4279,0.2396"/><polyline points="-0.4323,0.2130+-0.4279,0.2130"/><polyline points="-0.4323,0.1864+-0.4279,0.1864"/><polyline points="-0.4323,0.1598+-0.4279,0.1598"/><polyline points="-0.4323,0.1332+-0.4279,0.1332"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.4362" y="0.2677">0</text><text x="-0.4362" y="0.2411">1</text><text x="-0.4362" y="0.2145">2</text><text x="-0.4362" y="0.1879">3</text><text x="-0.4362" y="0.1613">4</text><text x="-0.4362" y="0.1347">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.4260" y="0.2676"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.4256,0.2662 -0.4256,0.1332"/><polyline points="-0.3846,0.2662 -0.3846,0.1332"/><polyline points="-0.3435,0.2662 -0.3435,0.1332"/><polyline points="-0.3024,0.2662 -0.3024,0.1332"/><polyline points="-0.2614,0.2662 -0.2614,0.1332"/><polyline points="-0.2203,0.2662 -0.2203,0.1332"/><polyline points="-0.1792,0.2662 -0.1792,0.1332"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.4256,0.2721+-0.4256,0.2676"/><polyline points="-0.3846,0.2721+-0.3846,0.2676"/><polyline points="-0.3435,0.2721+-0.3435,0.2676"/><polyline points="-0.3024,0.2721+-0.3024,0.2676"/><polyline points="-0.2614,0.2721+-0.2614,0.2676"/><polyline points="-0.2203,0.2721+-0.2203,0.2676"/><polyline points="-0.1792,0.2721+-0.1792,0.2676"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.4256" y="0.2792">0.0</text><text x="-0.3846" y="0.2792">0.5</text><text x="-0.3435" y="0.2792">1.0</text><text x="-0.3024" y="0.2792">1.5</text><text x="-0.2614" y="0.2792">2.0</text><text x="-0.2203" y="0.2792">2.5</text><text x="-0.1792" y="0.2792">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.3067" y="0.1219">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="-0.2492" y="0.2217"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="0.2478">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,0.2464 -0.1726,0.2464"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="0.2386">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,0.2372 -0.1726,0.2372"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="0.2294">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,0.2280 -0.1726,0.2280"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.1665" y="0.2904">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.4467" y="0.1080"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1223,0.2396 -0.0402,0.2396 0.0419,0.1332"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1223,0.2662 0.1076,0.1864"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.0813,0.1598 -0.0813,0.2662"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.1236" y="0.1322"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.1246" y="0.1330"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.1223,0.2662 0.1241,0.2662"/><polyline points="-0.1223,0.2396 0.1241,0.2396"/><polyline points="-0.1223,0.2130 0.1241,0.2130"/><polyline points="-0.1223,0.1864 0.1241,0.1864"/><polyline points="-0.1223,0.1598 0.1241,0.1598"/><polyline points="-0.1223,0.1332 0.1241,0.1332"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.1290,0.2662+-0.1246,0.2662"/><polyline points="-0.1290,0.2396+-0.1246,0.2396"/><polyline points="-0.1290,0.2130+-0.1246,0.2130"/><polyline points="-0.1290,0.1864+-0.1246,0.1864"/><polyline points="-0.1290,0.1598+-0.1246,0.1598"/><polyline points="-0.1290,0.1332+-0.1246,0.1332"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.1329" y="0.2677">0</text><text x="-0.1329" y="0.2411">1</text><text x="-0.1329" y="0.2145">2</text><text x="-0.1329" y="0.1879">3</text><text x="-0.1329" y="0.1613">4</text><text x="-0.1329" y="0.1347">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.1227" y="0.2676"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.1223,0.2662 -0.1223,0.1332"/><polyline points="-0.0813,0.2662 -0.0813,0.1332"/><polyline points="-0.0402,0.2662 -0.0402,0.1332"/><polyline points="0.0009,0.2662 0.0009,0.1332"/><polyline points="0.0419,0.2662 0.0419,0.1332"/><polyline points="0.0830,0.2662 0.0830,0.1332"/><polyline points="0.1241,0.2662 0.1241,0.1332"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.1223,0.2721+-0.1223,0.2676"/><polyline points="-0.0813,0.2721+-0.0813,0.2676"/><polyline points="-0.0402,0.2721+-0.0402,0.2676"/><polyline points="0.0009,0.2721+0.0009,0.2676"/><polyline points="0.0419,0.2721+0.0419,0.2676"/><polyline points="0.0830,0.2721+0.0830,0.2676"/><polyline points="0.1241,0.2721+0.1241,0.2676"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.1223" y="0.2792">0.0</text><text x="-0.0813" y="0.2792">0.5</text><text x="-0.0402" y="0.2792">1.0</text><text x="0.0009" y="0.2792">1.5</text><text x="0.0419" y="0.2792">2.0</text><text x="0.0830" y="0.2792">2.5</text><text x="0.1241" y="0.2792">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.0034" y="0.1219">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.0541" y="0.2217"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="0.2478">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,0.2464 0.1307,0.2464"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="0.2386">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,0.2372 0.1307,0.2372"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="0.2294">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,0.2280 0.1307,0.2280"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.1368" y="0.2904">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.1434" y="0.1080"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.1810,0.2396 0.2631,0.2396 0.3452,0.1332"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.1810,0.2662 0.4109,0.1864"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.2220,0.1598 0.2220,0.2662"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="0.1797" y="0.1322"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="0.1787" y="0.1330"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.1810,0.2662 0.4274,0.2662"/><polyline points="0.1810,0.2396 0.4274,0.2396"/><polyline points="0.1810,0.2130 0.4274,0.2130"/><polyline points="0.1810,0.1864 0.4274,0.1864"/><polyline points="0.1810,0.1598 0.4274,0.1598"/><polyline points="0.1810,0.1332 0.4274,0.1332"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.1743,0.2662+0.1787,0.2662"/><polyline points="0.1743,0.2396+0.1787,0.2396"/><polyline points="0.1743,0.2130+0.1787,0.2130"/><polyline points="0.1743,0.1864+0.1787,0.1864"/><polyline points="0.1743,0.1598+0.1787,0.1598"/><polyline points="0.1743,0.1332+0.1787,0.1332"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.1704" y="0.2677">0</text><text x="0.1704" y="0.2411">1</text><text x="0.1704" y="0.2145">2</text><text x="0.1704" y="0.1879">3</text><text x="0.1704" y="0.1613">4</text><text x="0.1704" y="0.1347">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="0.1806" y="0.2676"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.1810,0.2662 0.1810,0.1332"/><polyline points="0.2220,0.2662 0.2220,0.1332"/><polyline points="0.2631,0.2662 0.2631,0.1332"/><polyline points="0.3042,0.2662 0.3042,0.1332"/><polyline points="0.3452,0.2662 0.3452,0.1332"/><polyline points="0.3863,0.2662 0.3863,0.1332"/><polyline points="0.4274,0.2662 0.4274,0.1332"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.1810,0.2721+0.1810,0.2676"/><polyline points="0.2220,0.2721+0.2220,0.2676"/><polyline points="0.2631,0.2721+0.2631,0.2676"/><polyline points="0.3042,0.2721+0.3042,0.2676"/><polyline points="0.3452,0.2721+0.3452,0.2676"/><polyline points="0.3863,0.2721+0.3863,0.2676"/><polyline points="0.4274,0.2721+0.4274,0.2676"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="0.1810" y="0.2792">0.0</text><text x="0.2220" y="0.2792">0.5</text><text x="0.2631" y="0.2792">1.0</text><text x="0.3042" y="0.2792">1.5</text><text x="0.3452" y="0.2792">2.0</text><text x="0.3863" y="0.2792">2.5</text><text x="0.4274" y="0.2792">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="0.2999" y="0.1219">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.3574" y="0.2217"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="0.2478">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,0.2464 0.4339,0.2464"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="0.2386">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,0.2372 0.4339,0.2372"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="0.2294">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,0.2280 0.4339,0.2280"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.4401" y="0.2904">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="0.1599" y="0.1080"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.4843,0.2396 0.5664,0.2396 0.6485,0.1332"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.4843,0.2662 0.7142,0.1864"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5253,0.1598 0.5253,0.2662"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="0.4830" y="0.1322"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="0.4819" y="0.1330"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.4843,0.2662 0.7307,0.2662"/><polyline points="0.4843,0.2396 0.7307,0.2396"/><polyline points="0.4843,0.2130 0.7307,0.2130"/><polyline points="0.4843,0.1864 0.7307,0.1864"/><polyline points="0.4843,0.1598 0.7307,0.1598"/><polyline points="0.4843,0.1332 0.7307,0.1332"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.4776,0.2662+0.4820,0.2662"/><polyline points="0.4776,0.2396+0.4820,0.2396"/><polyline points="0.4776,0.2130+0.4820,0.2130"/><polyline points="0.4776,0.1864+0.4820,0.1864"/><polyline points="0.4776,0.1598+0.4820,0.1598"/><polyline points="0.4776,0.1332+0.4820,0.1332"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.4737" y="0.2677">0</text><text x="0.4737" y="0.2411">1</text><text x="0.4737" y="0.2145">2</text><text x="0.4737" y="0.1879">3</text><text x="0.4737" y="0.1613">4</text><text x="0.4737" y="0.1347">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="0.4839" y="0.2676"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.4843,0.2662 0.4843,0.1332"/><polyline points="0.5253,0.2662 0.5253,0.1332"/><polyline points="0.5664,0.2662 0.5664,0.1332"/><polyline points="0.6075,0.2662 0.6075,0.1332"/><polyline points="0.6485,0.2662 0.6485,0.1332"/><polyline points="0.6896,0.2662 0.6896,0.1332"/><polyline points="0.7307,0.2662 0.7307,0.1332"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.4843,0.2721+0.4843,0.2676"/><polyline points="0.5253,0.2721+0.5253,0.2676"/><polyline points="0.5664,0.2721+0.5664,0.2676"/><polyline points="0.6075,0.2721+0.6075,0.2676"/><polyline points="0.6485,0.2721+0.6485,0.2676"/><polyline points="0.6896,0.2721+0.6896,0.2676"/><polyline points="0.7307,0.2721+0.7307,0.2676"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="0.4843" y="0.2792">0.0</text><text x="0.5253" y="0.2792">0.5</text><text x="0.5664" y="0.2792">1.0</text><text x="0.6075" y="0.2792">1.5</text><text x="0.6485" y="0.2792">2.0</text><text x="0.6896" y="0.2792">2.5</text><text x="0.7307" y="0.2792">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="0.6032" y="0.1219">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.6607" y="0.2217"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="0.2478">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,0.2464 0.7372,0.2464"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="0.2386">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,0.2372 0.7372,0.2372"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="0.2294">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,0.2280 0.7372,0.2280"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.7434" y="0.2904">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="0.4632" y="0.1080"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.7289,0.0370 -0.6468,0.0370 -0.5647,-0.0694"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.7289,0.0636 -0.4990,-0.0162"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6879,-0.0428 -0.6879,0.0636"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.7302" y="-0.0704"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.7312" y="-0.0697"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.7289,0.0636 -0.4825,0.0636"/><polyline points="-0.7289,0.0370 -0.4825,0.0370"/><polyline points="-0.7289,0.0104 -0.4825,0.0104"/><polyline points="-0.7289,-0.0162 -0.4825,-0.0162"/><polyline points="-0.7289,-0.0428 -0.4825,-0.0428"/><polyline points="-0.7289,-0.0694 -0.4825,-0.0694"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.7356,0.0636+-0.7311,0.0636"/><polyline points="-0.7356,0.0370+-0.7311,0.0370"/><polyline points="-0.7356,0.0104+-0.7311,0.0104"/><polyline points="-0.7356,-0.0162+-0.7311,-0.0162"/><polyline points="-0.7356,-0.0428+-0.7311,-0.0428"/><polyline points="-0.7356,-0.0694+-0.7311,-0.0694"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.7395" y="0.0650">0</text><text x="-0.7395" y="0.0384">1</text><text x="-0.7395" y="0.0118">2</text><text x="-0.7395" y="-0.0148">3</text><text x="-0.7395" y="-0.0414">4</text><text x="-0.7395" y="-0.0680">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.7293" y="0.0649"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.7289,0.0636 -0.7289,-0.0694"/><polyline points="-0.6879,0.0636 -0.6879,-0.0694"/><polyline points="-0.6468,0.0636 -0.6468,-0.0694"/><polyline points="-0.6057,0.0636 -0.6057,-0.0694"/><polyline points="-0.5647,0.0636 -0.5647,-0.0694"/><polyline points="-0.5236,0.0636 -0.5236,-0.0694"/><polyline points="-0.4825,0.0636 -0.4825,-0.0694"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.7289,0.0694+-0.7289,0.0650"/><polyline points="-0.6879,0.0694+-0.6879,0.0650"/><polyline points="-0.6468,0.0694+-0.6468,0.0650"/><polyline points="-0.6057,0.0694+-0.6057,0.0650"/><polyline points="-0.5647,0.0694+-0.5647,0.0650"/><polyline points="-0.5236,0.0694+-0.5236,0.0650"/><polyline points="-0.4825,0.0694+-0.4825,0.0650"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.7289" y="0.0765">0.0</text><text x="-0.6879" y="0.0765">0.5</text><text x="-0.6468" y="0.0765">1.0</text><text x="-0.6057" y="0.0765">1.5</text><text x="-0.5647" y="0.0765">2.0</text><text x="-0.5236" y="0.0765">2.5</text><text x="-0.4825" y="0.0765">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.6100" y="-0.0808">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="-0.5525" y="0.0191"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="0.0451">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,0.0438 -0.4759,0.0438"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="0.0359">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,0.0346 -0.4759,0.0346"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="0.0267">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,0.0254 -0.4759,0.0254"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.4698" y="0.0877">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.75" y="-0.0947"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4256,0.0370 -0.3435,0.0370 -0.2614,-0.0694"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4256,0.0636 -0.1957,-0.0162"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.3846,-0.0428 -0.3846,0.0636"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.4269" y="-0.0704"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.4279" y="-0.0697"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.4256,0.0636 -0.1792,0.0636"/><polyline points="-0.4256,0.0370 -0.1792,0.0370"/><polyline points="-0.4256,0.0104 -0.1792,0.0104"/><polyline points="-0.4256,-0.0162 -0.1792,-0.0162"/><polyline points="-0.4256,-0.0428 -0.1792,-0.0428"/><polyline points="-0.4256,-0.0694 -0.1792,-0.0694"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.4323,0.0636+-0.4279,0.0636"/><polyline points="-0.4323,0.0370+-0.4279,0.0370"/><polyline points="-0.4323,0.0104+-0.4279,0.0104"/><polyline points="-0.4323,-0.0162+-0.4279,-0.0162"/><polyline points="-0.4323,-0.0428+-0.4279,-0.0428"/><polyline points="-0.4323,-0.0694+-0.4279,-0.0694"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.4362" y="0.0650">0</text><text x="-0.4362" y="0.0384">1</text><text x="-0.4362" y="0.0118">2</text><text x="-0.4362" y="-0.0148">3</text><text x="-0.4362" y="-0.0414">4</text><text x="-0.4362" y="-0.0680">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.4260" y="0.0649"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.4256,0.0636 -0.4256,-0.0694"/><polyline points="-0.3846,0.0636 -0.3846,-0.0694"/><polyline points="-0.3435,0.0636 -0.3435,-0.0694"/><polyline points="-0.3024,0.0636 -0.3024,-0.0694"/><polyline points="-0.2614,0.0636 -0.2614,-0.0694"/><polyline points="-0.2203,0.0636 -0.2203,-0.0694"/><polyline points="-0.1792,0.0636 -0.1792,-0.0694"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.4256,0.0694+-0.4256,0.0650"/><polyline points="-0.3846,0.0694+-0.3846,0.0650"/><polyline points="-0.3435,0.0694+-0.3435,0.0650"/><polyline points="-0.3024,0.0694+-0.3024,0.0650"/><polyline points="-0.2614,0.0694+-0.2614,0.0650"/><polyline points="-0.2203,0.0694+-0.2203,0.0650"/><polyline points="-0.1792,0.0694+-0.1792,0.0650"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.4256" y="0.0765">0.0</text><text x="-0.3846" y="0.0765">0.5</text><text x="-0.3435" y="0.0765">1.0</text><text x="-0.3024" y="0.0765">1.5</text><text x="-0.2614" y="0.0765">2.0</text><text x="-0.2203" y="0.0765">2.5</text><text x="-0.1792" y="0.0765">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.3067" y="-0.0808">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="-0.2492" y="0.0191"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="0.0451">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,0.0438 -0.1726,0.0438"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="0.0359">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,0.0346 -0.1726,0.0346"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="0.0267">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,0.0254 -0.1726,0.0254"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.1665" y="0.0877">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.4467" y="-0.0947"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1223,0.0370 -0.0402,0.0370 0.0419,-0.0694"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1223,0.0636 0.1076,-0.0162"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.0813,-0.0428 -0.0813,0.0636"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.1236" y="-0.0704"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.1246" y="-0.0697"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.1223,0.0636 0.1241,0.0636"/><polyline points="-0.1223,0.0370 0.1241,0.0370"/><polyline points="-0.1223,0.0104 0.1241,0.0104"/><polyline points="-0.1223,-0.0162 0.1241,-0.0162"/><polyline points="-0.1223,-0.0428 0.1241,-0.0428"/><polyline points="-0.1223,-0.0694 0.1241,-0.0694"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.1290,0.0636+-0.1246,0.0636"/><polyline points="-0.1290,0.0370+-0.1246,0.0370"/><polyline points="-0.1290,0.0104+-0.1246,0.0104"/><polyline points="-0.1290,-0.0162+-0.1246,-0.0162"/><polyline points="-0.1290,-0.0428+-0.1246,-0.0428"/><polyline points="-0.1290,-0.0694+-0.1246,-0.0694"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.1329" y="0.0650">0</text><text x="-0.1329" y="0.0384">1</text><text x="-0.1329" y="0.0118">2</text><text x="-0.1329" y="-0.0148">3</text><text x="-0.1329" y="-0.0414">4</text><text x="-0.1329" y="-0.0680">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.1227" y="0.0649"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.1223,0.0636 -0.1223,-0.0694"/><polyline points="-0.0813,0.0636 -0.0813,-0.0694"/><polyline points="-0.0402,0.0636 -0.0402,-0.0694"/><polyline points="0.0009,0.0636 0.0009,-0.0694"/><polyline points="0.0419,0.0636 0.0419,-0.0694"/><polyline points="0.0830,0.0636 0.0830,-0.0694"/><polyline points="0.1241,0.0636 0.1241,-0.0694"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.1223,0.0694+-0.1223,0.0650"/><polyline points="-0.0813,0.0694+-0.0813,0.0650"/><polyline points="-0.0402,0.0694+-0.0402,0.0650"/><polyline points="0.0009,0.0694+0.0009,0.0650"/><polyline points="0.0419,0.0694+0.0419,0.0650"/><polyline points="0.0830,0.0694+0.0830,0.0650"/><polyline points="0.1241,0.0694+0.1241,0.0650"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.1223" y="0.0765">0.0</text><text x="-0.0813" y="0.0765">0.5</text><text x="-0.0402" y="0.0765">1.0</text><text x="0.0009" y="0.0765">1.5</text><text x="0.0419" y="0.0765">2.0</text><text x="0.0830" y="0.0765">2.5</text><text x="0.1241" y="0.0765">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.0034" y="-0.0808">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.0541" y="0.0191"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="0.0451">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,0.0438 0.1307,0.0438"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="0.0359">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,0.0346 0.1307,0.0346"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="0.0267">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,0.0254 0.1307,0.0254"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.1368" y="0.0877">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.1434" y="-0.0947"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.1810,0.0370 0.2631,0.0370 0.3452,-0.0694"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.1810,0.0636 0.4109,-0.0162"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.2220,-0.0428 0.2220,0.0636"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="0.1797" y="-0.0704"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="0.1787" y="-0.0697"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.1810,0.0636 0.4274,0.0636"/><polyline points="0.1810,0.0370 0.4274,0.0370"/><polyline points="0.1810,0.0104 0.4274,0.0104"/><polyline points="0.1810,-0.0162 0.4274,-0.0162"/><polyline points="0.1810,-0.0428 0.4274,-0.0428"/><polyline points="0.1810,-0.0694 0.4274,-0.0694"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.1743,0.0636+0.1787,0.0636"/><polyline points="0.1743,0.0370+0.1787,0.0370"/><polyline points="0.1743,0.0104+0.1787,0.0104"/><polyline points="0.1743,-0.0162+0.1787,-0.0162"/><polyline points="0.1743,-0.0428+0.1787,-0.0428"/><polyline points="0.1743,-0.0694+0.1787,-0.0694"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.1704" y="0.0650">0</text><text x="0.1704" y="0.0384">1</text><text x="0.1704" y="0.0118">2</text><text x="0.1704" y="-0.0148">3</text><text x="0.1704" y="-0.0414">4</text><text x="0.1704" y="-0.0680">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="0.1806" y="0.0649"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.1810,0.0636 0.1810,-0.0694"/><polyline points="0.2220,0.0636 0.2220,-0.0694"/><polyline points="0.2631,0.0636 0.2631,-0.0694"/><polyline points="0.3042,0.0636 0.3042,-0.0694"/><polyline points="0.3452,0.0636 0.3452,-0.0694"/><polyline points="0.3863,0.0636 0.3863,-0.0694"/><polyline points="0.4274,0.0636 0.4274,-0.0694"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.1810,0.0694+0.1810,0.0650"/><polyline points="0.2220,0.0694+0.2220,0.0650"/><polyline points="0.2631,0.0694+0.2631,0.0650"/><polyline points="0.3042,0.0694+0.3042,0.0650"/><polyline points="0.3452,0.0694+0.3452,0.0650"/><polyline points="0.3863,0.0694+0.3863,0.0650"/><polyline points="0.4274,0.0694+0.4274,0.0650"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="0.1810" y="0.0765">0.0</text><text x="0.2220" y="0.0765">0.5</text><text x="0.2631" y="0.0765">1.0</text><text x="0.3042" y="0.0765">1.5</text><text x="0.3452" y="0.0765">2.0</text><text x="0.3863" y="0.0765">2.5</text><text x="0.4274" y="0.0765">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="0.2999" y="-0.0808">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.3574" y="0.0191"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="0.0451">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,0.0438 0.4339,0.0438"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="0.0359">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,0.0346 0.4339,0.0346"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="0.0267">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,0.0254 0.4339,0.0254"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.4401" y="0.0877">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="0.1599" y="-0.0947"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.4843,0.0370 0.5664,0.0370 0.6485,-0.0694"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.4843,0.0636 0.7142,-0.0162"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5253,-0.0428 0.5253,0.0636"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="0.4830" y="-0.0704"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="0.4819" y="-0.0697"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.4843,0.0636 0.7307,0.0636"/><polyline points="0.4843,0.0370 0.7307,0.0370"/><polyline points="0.4843,0.0104 0.7307,0.0104"/><polyline points="0.4843,-0.0162 0.7307,-0.0162"/><polyline points="0.4843,-0.0428 0.7307,-0.0428"/><polyline points="0.4843,-0.0694 0.7307,-0.0694"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.4776,0.0636+0.4820,0.0636"/><polyline points="0.4776,0.0370+0.4820,0.0370"/><polyline points="0.4776,0.0104+0.4820,0.0104"/><polyline points="0.4776,-0.0162+0.4820,-0.0162"/><polyline points="0.4776,-0.0428+0.4820,-0.0428"/><polyline points="0.4776,-0.0694+0.4820,-0.0694"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.4737" y="0.0650">0</text><text x="0.4737" y="0.0384">1</text><text x="0.4737" y="0.0118">2</text><text x="0.4737" y="-0.0148">3</text><text x="0.4737" y="-0.0414">4</text><text x="0.4737" y="-0.0680">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="0.4839" y="0.0649"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.4843,0.0636 0.4843,-0.0694"/><polyline points="0.5253,0.0636 0.5253,-0.0694"/><polyline points="0.5664,0.0636 0.5664,-0.0694"/><polyline points="0.6075,0.0636 0.6075,-0.0694"/><polyline points="0.6485,0.0636 0.6485,-0.0694"/><polyline points="0.6896,0.0636 0.6896,-0.0694"/><polyline points="0.7307,0.0636 0.7307,-0.0694"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.4843,0.0694+0.4843,0.0650"/><polyline points="0.5253,0.0694+0.5253,0.0650"/><polyline points="0.5664,0.0694+0.5664,0.0650"/><polyline points="0.6075,0.0694+0.6075,0.0650"/><polyline points="0.6485,0.0694+0.6485,0.0650"/><polyline points="0.6896,0.0694+0.6896,0.0650"/><polyline points="0.7307,0.0694+0.7307,0.0650"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="0.4843" y="0.0765">0.0</text><text x="0.5253" y="0.0765">0.5</text><text x="0.5664" y="0.0765">1.0</text><text x="0.6075" y="0.0765">1.5</text><text x="0.6485" y="0.0765">2.0</text><text x="0.6896" y="0.0765">2.5</text><text x="0.7307" y="0.0765">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="0.6032" y="-0.0808">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.6607" y="0.0191"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="0.0451">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,0.0438 0.7372,0.0438"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="0.0359">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,0.0346 0.7372,0.0346"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="0.0267">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,0.0254 0.7372,0.0254"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.7434" y="0.0877">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="0.4632" y="-0.0947"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.7289,-0.1657 -0.6468,-0.1657 -0.5647,-0.2721"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.7289,-0.1391 -0.4990,-0.2189"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6879,-0.2455 -0.6879,-0.1391"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.7302" y="-0.2731"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.7312" y="-0.2724"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.7289,-0.1391 -0.4825,-0.1391"/><polyline points="-0.7289,-0.1657 -0.4825,-0.1657"/><polyline points="-0.7289,-0.1923 -0.4825,-0.1923"/><polyline points="-0.7289,-0.2189 -0.4825,-0.2189"/><polyline points="-0.7289,-0.2455 -0.4825,-0.2455"/><polyline points="-0.7289,-0.2721 -0.4825,-0.2721"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.7356,-0.1391+-0.7311,-0.1391"/><polyline points="-0.7356,-0.1657+-0.7311,-0.1657"/><polyline points="-0.7356,-0.1923+-0.7311,-0.1923"/><polyline points="-0.7356,-0.2189+-0.7311,-0.2189"/><polyline points="-0.7356,-0.2455+-0.7311,-0.2455"/><polyline points="-0.7356,-0.2721+-0.7311,-0.2721"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.7395" y="-0.1376">0</text><text x="-0.7395" y="-0.1642">1</text><text x="-0.7395" y="-0.1908">2</text><text x="-0.7395" y="-0.2174">3</text><text x="-0.7395" y="-0.2440">4</text><text x="-0.7395" y="-0.2706">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.7293" y="-0.1378"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.7289,-0.1391 -0.7289,-0.2721"/><polyline points="-0.6879,-0.1391 -0.6879,-0.2721"/><polyline points="-0.6468,-0.1391 -0.6468,-0.2721"/><polyline points="-0.6057,-0.1391 -0.6057,-0.2721"/><polyline points="-0.5647,-0.1391 -0.5647,-0.2721"/><polyline points="-0.5236,-0.1391 -0.5236,-0.2721"/><polyline points="-0.4825,-0.1391 -0.4825,-0.2721"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.7289,-0.1333+-0.7289,-0.1377"/><polyline points="-0.6879,-0.1333+-0.6879,-0.1377"/><polyline points="-0.6468,-0.1333+-0.6468,-0.1377"/><polyline points="-0.6057,-0.1333+-0.6057,-0.1377"/><polyline points="-0.5647,-0.1333+-0.5647,-0.1377"/><polyline points="-0.5236,-0.1333+-0.5236,-0.1377"/><polyline points="-0.4825,-0.1333+-0.4825,-0.1377"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.7289" y="-0.1262">0.0</text><text x="-0.6879" y="-0.1262">0.5</text><text x="-0.6468" y="-0.1262">1.0</text><text x="-0.6057" y="-0.1262">1.5</text><text x="-0.5647" y="-0.1262">2.0</text><text x="-0.5236" y="-0.1262">2.5</text><text x="-0.4825" y="-0.1262">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.6100" y="-0.2835">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="-0.5525" y="-0.1836"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="-0.1576">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,-0.1589 -0.4759,-0.1589"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="-0.1668">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,-0.1681 -0.4759,-0.1681"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="-0.1760">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,-0.1773 -0.4759,-0.1773"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.4698" y="-0.1149">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.75" y="-0.2973"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4256,-0.1657 -0.3435,-0.1657 -0.2614,-0.2721"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4256,-0.1391 -0.1957,-0.2189"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.3846,-0.2455 -0.3846,-0.1391"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.4269" y="-0.2731"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.4279" y="-0.2724"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.4256,-0.1391 -0.1792,-0.1391"/><polyline points="-0.4256,-0.1657 -0.1792,-0.1657"/><polyline points="-0.4256,-0.1923 -0.1792,-0.1923"/><polyline points="-0.4256,-0.2189 -0.1792,-0.2189"/><polyline points="-0.4256,-0.2455 -0.1792,-0.2455"/><polyline points="-0.4256,-0.2721 -0.1792,-0.2721"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.4323,-0.1391+-0.4279,-0.1391"/><polyline points="-0.4323,-0.1657+-0.4279,-0.1657"/><polyline points="-0.4323,-0.1923+-0.4279,-0.1923"/><polyline points="-0.4323,-0.2189+-0.4279,-0.2189"/><polyline points="-0.4323,-0.2455+-0.4279,-0.2455"/><polyline points="-0.4323,-0.2721+-0.4279,-0.2721"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.4362" y="-0.1376">0</text><text x="-0.4362" y="-0.1642">1</text><text x="-0.4362" y="-0.1908">2</text><text x="-0.4362" y="-0.2174">3</text><text x="-0.4362" y="-0.2440">4</text><text x="-0.4362" y="-0.2706">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.4260" y="-0.1378"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.4256,-0.1391 -0.4256,-0.2721"/><polyline points="-0.3846,-0.1391 -0.3846,-0.2721"/><polyline points="-0.3435,-0.1391 -0.3435,-0.2721"/><polyline points="-0.3024,-0.1391 -0.3024,-0.2721"/><polyline points="-0.2614,-0.1391 -0.2614,-0.2721"/><polyline points="-0.2203,-0.1391 -0.2203,-0.2721"/><polyline points="-0.1792,-0.1391 -0.1792,-0.2721"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.4256,-0.1333+-0.4256,-0.1377"/><polyline points="-0.3846,-0.1333+-0.3846,-0.1377"/><polyline points="-0.3435,-0.1333+-0.3435,-0.1377"/><polyline points="-0.3024,-0.1333+-0.3024,-0.1377"/><polyline points="-0.2614,-0.1333+-0.2614,-0.1377"/><polyline points="-0.2203,-0.1333+-0.2203,-0.1377"/><polyline points="-0.1792,-0.1333+-0.1792,-0.1377"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.4256" y="-0.1262">0.0</text><text x="-0.3846" y="-0.1262">0.5</text><text x="-0.3435" y="-0.1262">1.0</text><text x="-0.3024" y="-0.1262">1.5</text><text x="-0.2614" y="-0.1262">2.0</text><text x="-0.2203" y="-0.1262">2.5</text><text x="-0.1792" y="-0.1262">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.3067" y="-0.2835">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="-0.2492" y="-0.1836"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="-0.1576">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,-0.1589 -0.1726,-0.1589"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="-0.1668">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,-0.1681 -0.1726,-0.1681"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="-0.1760">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,-0.1773 -0.1726,-0.1773"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.1665" y="-0.1149">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.4467" y="-0.2973"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1223,-0.1657 -0.0402,-0.1657 0.0419,-0.2721"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1223,-0.1391 0.1076,-0.2189"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.0813,-0.2455 -0.0813,-0.1391"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.1236" y="-0.2731"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.1246" y="-0.2724"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.1223,-0.1391 0.1241,-0.1391"/><polyline points="-0.1223,-0.1657 0.1241,-0.1657"/><polyline points="-0.1223,-0.1923 0.1241,-0.1923"/><polyline points="-0.1223,-0.2189 0.1241,-0.2189"/><polyline points="-0.1223,-0.2455 0.1241,-0.2455"/><polyline points="-0.1223,-0.2721 0.1241,-0.2721"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.1290,-0.1391+-0.1246,-0.1391"/><polyline points="-0.1290,-0.1657+-0.1246,-0.1657"/><polyline points="-0.1290,-0.1923+-0.1246,-0.1923"/><polyline points="-0.1290,-0.2189+-0.1246,-0.2189"/><polyline points="-0.1290,-0.2455+-0.1246,-0.2455"/><polyline points="-0.1290,-0.2721+-0.1246,-0.2721"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.1329" y="-0.1376">0</text><text x="-0.1329" y="-0.1642">1</text><text x="-0.1329" y="-0.1908">2</text><text x="-0.1329" y="-0.2174">3</text><text x="-0.1329" y="-0.2440">4</text><text x="-0.1329" y="-0.2706">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.1227" y="-0.1378"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.1223,-0.1391 -0.1223,-0.2721"/><polyline points="-0.0813,-0.1391 -0.0813,-0.2721"/><polyline points="-0.0402,-0.1391 -0.0402,-0.2721"/><polyline points="0.0009,-0.1391 0.0009,-0.2721"/><polyline points="0.0419,-0.1391 0.0419,-0.2721"/><polyline points="0.0830,-0.1391 0.0830,-0.2721"/><polyline points="0.1241,-0.1391 0.1241,-0.2721"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.1223,-0.1333+-0.1223,-0.1377"/><polyline points="-0.0813,-0.1333+-0.0813,-0.1377"/><polyline points="-0.0402,-0.1333+-0.0402,-0.1377"/><polyline points="0.0009,-0.1333+0.0009,-0.1377"/><polyline points="0.0419,-0.1333+0.0419,-0.1377"/><polyline points="0.0830,-0.1333+0.0830,-0.1377"/><polyline points="0.1241,-0.1333+0.1241,-0.1377"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.1223" y="-0.1262">0.0</text><text x="-0.0813" y="-0.1262">0.5</text><text x="-0.0402" y="-0.1262">1.0</text><text x="0.0009" y="-0.1262">1.5</text><text x="0.0419" y="-0.1262">2.0</text><text x="0.0830" y="-0.1262">2.5</text><text x="0.1241" y="-0.1262">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.0034" y="-0.2835">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.0541" y="-0.1836"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="-0.1576">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,-0.1589 0.1307,-0.1589"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="-0.1668">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,-0.1681 0.1307,-0.1681"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="-0.1760">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,-0.1773 0.1307,-0.1773"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.1368" y="-0.1149">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.1434" y="-0.2973"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.1810,-0.1657 0.2631,-0.1657 0.3452,-0.2721"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.1810,-0.1391 0.4109,-0.2189"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.2220,-0.2455 0.2220,-0.1391"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="0.1797" y="-0.2731"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="0.1787" y="-0.2724"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.1810,-0.1391 0.4274,-0.1391"/><polyline points="0.1810,-0.1657 0.4274,-0.1657"/><polyline points="0.1810,-0.1923 0.4274,-0.1923"/><polyline points="0.1810,-0.2189 0.4274,-0.2189"/><polyline points="0.1810,-0.2455 0.4274,-0.2455"/><polyline points="0.1810,-0.2721 0.4274,-0.2721"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.1743,-0.1391+0.1787,-0.1391"/><polyline points="0.1743,-0.1657+0.1787,-0.1657"/><polyline points="0.1743,-0.1923+0.1787,-0.1923"/><polyline points="0.1743,-0.2189+0.1787,-0.2189"/><polyline points="0.1743,-0.2455+0.1787,-0.2455"/><polyline points="0.1743,-0.2721+0.1787,-0.2721"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.1704" y="-0.1376">0</text><text x="0.1704" y="-0.1642">1</text><text x="0.1704" y="-0.1908">2</text><text x="0.1704" y="-0.2174">3</text><text x="0.1704" y="-0.2440">4</text><text x="0.1704" y="-0.2706">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="0.1806" y="-0.1378"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.1810,-0.1391 0.1810,-0.2721"/><polyline points="0.2220,-0.1391 0.2220,-0.2721"/><polyline points="0.2631,-0.1391 0.2631,-0.2721"/><polyline points="0.3042,-0.1391 0.3042,-0.2721"/><polyline points="0.3452,-0.1391 0.3452,-0.2721"/><polyline points="0.3863,-0.1391 0.3863,-0.2721"/><polyline points="0.4274,-0.1391 0.4274,-0.2721"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.1810,-0.1333+0.1810,-0.1377"/><polyline points="0.2220,-0.1333+0.2220,-0.1377"/><polyline points="0.2631,-0.1333+0.2631,-0.1377"/><polyline points="0.3042,-0.1333+0.3042,-0.1377"/><polyline points="0.3452,-0.1333+0.3452,-0.1377"/><polyline points="0.3863,-0.1333+0.3863,-0.1377"/><polyline points="0.4274,-0.1333+0.4274,-0.1377"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="0.1810" y="-0.1262">0.0</text><text x="0.2220" y="-0.1262">0.5</text><text x="0.2631" y="-0.1262">1.0</text><text x="0.3042" y="-0.1262">1.5</text><text x="0.3452" y="-0.1262">2.0</text><text x="0.3863" y="-0.1262">2.5</text><text x="0.4274" y="-0.1262">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="0.2999" y="-0.2835">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.3574" y="-0.1836"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="-0.1576">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,-0.1589 0.4339,-0.1589"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="-0.1668">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,-0.1681 0.4339,-0.1681"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="-0.1760">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,-0.1773 0.4339,-0.1773"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.4401" y="-0.1149">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="0.1599" y="-0.2973"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.4843,-0.1657 0.5664,-0.1657 0.6485,-0.2721"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.4843,-0.1391 0.7142,-0.2189"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5253,-0.2455 0.5253,-0.1391"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="0.4830" y="-0.2731"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="0.4819" y="-0.2724"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.4843,-0.1391 0.7307,-0.1391"/><polyline points="0.4843,-0.1657 0.7307,-0.1657"/><polyline points="0.4843,-0.1923 0.7307,-0.1923"/><polyline points="0.4843,-0.2189 0.7307,-0.2189"/><polyline points="0.4843,-0.2455 0.7307,-0.2455"/><polyline points="0.4843,-0.2721 0.7307,-0.2721"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.4776,-0.1391+0.4820,-0.1391"/><polyline points="0.4776,-0.1657+0.4820,-0.1657"/><polyline points="0.4776,-0.1923+0.4820,-0.1923"/><polyline points="0.4776,-0.2189+0.4820,-0.2189"/><polyline points="0.4776,-0.2455+0.4820,-0.2455"/><polyline points="0.4776,-0.2721+0.4820,-0.2721"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.4737" y="-0.1376">0</text><text x="0.4737" y="-0.1642">1</text><text x="0.4737" y="-0.1908">2</text><text x="0.4737" y="-0.2174">3</text><text x="0.4737" y="-0.2440">4</text><text x="0.4737" y="-0.2706">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="0.4839" y="-0.1378"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.4843,-0.1391 0.4843,-0.2721"/><polyline points="0.5253,-0.1391 0.5253,-0.2721"/><polyline points="0.5664,-0.1391 0.5664,-0.2721"/><polyline points="0.6075,-0.1391 0.6075,-0.2721"/><polyline points="0.6485,-0.1391 0.6485,-0.2721"/><polyline points="0.6896,-0.1391 0.6896,-0.2721"/><polyline points="0.7307,-0.1391 0.7307,-0.2721"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.4843,-0.1333+0.4843,-0.1377"/><polyline points="0.5253,-0.1333+0.5253,-0.1377"/><polyline points="0.5664,-0.1333+0.5664,-0.1377"/><polyline points="0.6075,-0.1333+0.6075,-0.1377"/><polyline points="0.6485,-0.1333+0.6485,-0.1377"/><polyline points="0.6896,-0.1333+0.6896,-0.1377"/><polyline points="0.7307,-0.1333+0.7307,-0.1377"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="0.4843" y="-0.1262">0.0</text><text x="0.5253" y="-0.1262">0.5</text><text x="0.5664" y="-0.1262">1.0</text><text x="0.6075" y="-0.1262">1.5</text><text x="0.6485" y="-0.1262">2.0</text><text x="0.6896" y="-0.1262">2.5</text><text x="0.7307" y="-0.1262">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="0.6032" y="-0.2835">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.6607" y="-0.1836"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="-0.1576">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,-0.1589 0.7372,-0.1589"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="-0.1668">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,-0.1681 0.7372,-0.1681"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="-0.1760">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,-0.1773 0.7372,-0.1773"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.7434" y="-0.1149">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="0.4632" y="-0.2973"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.7289,-0.3684 -0.6468,-0.3684 -0.5647,-0.4748"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.7289,-0.3418 -0.4990,-0.4216"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6879,-0.4482 -0.6879,-0.3418"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.7302" y="-0.4758"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.7312" y="-0.4751"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.7289,-0.3418 -0.4825,-0.3418"/><polyline points="-0.7289,-0.3684 -0.4825,-0.3684"/><polyline points="-0.7289,-0.3950 -0.4825,-0.3950"/><polyline points="-0.7289,-0.4216 -0.4825,-0.4216"/><polyline points="-0.7289,-0.4482 -0.4825,-0.4482"/><polyline points="-0.7289,-0.4748 -0.4825,-0.4748"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.7356,-0.3418+-0.7311,-0.3418"/><polyline points="-0.7356,-0.3684+-0.7311,-0.3684"/><polyline points="-0.7356,-0.3950+-0.7311,-0.3950"/><polyline points="-0.7356,-0.4216+-0.7311,-0.4216"/><polyline points="-0.7356,-0.4482+-0.7311,-0.4482"/><polyline points="-0.7356,-0.4748+-0.7311,-0.4748"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.7395" y="-0.3403">0</text><text x="-0.7395" y="-0.3669">1</text><text x="-0.7395" y="-0.3935">2</text><text x="-0.7395" y="-0.4201">3</text><text x="-0.7395" y="-0.4467">4</text><text x="-0.7395" y="-0.4733">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.7293" y="-0.3404"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.7289,-0.3418 -0.7289,-0.4748"/><polyline points="-0.6879,-0.3418 -0.6879,-0.4748"/><polyline points="-0.6468,-0.3418 -0.6468,-0.4748"/><polyline points="-0.6057,-0.3418 -0.6057,-0.4748"/><polyline points="-0.5647,-0.3418 -0.5647,-0.4748"/><polyline points="-0.5236,-0.3418 -0.5236,-0.4748"/><polyline points="-0.4825,-0.3418 -0.4825,-0.4748"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.7289,-0.3359+-0.7289,-0.3404"/><polyline points="-0.6879,-0.3359+-0.6879,-0.3404"/><polyline points="-0.6468,-0.3359+-0.6468,-0.3404"/><polyline points="-0.6057,-0.3359+-0.6057,-0.3404"/><polyline points="-0.5647,-0.3359+-0.5647,-0.3404"/><polyline points="-0.5236,-0.3359+-0.5236,-0.3404"/><polyline points="-0.4825,-0.3359+-0.4825,-0.3404"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.7289" y="-0.3288">0.0</text><text x="-0.6879" y="-0.3288">0.5</text><text x="-0.6468" y="-0.3288">1.0</text><text x="-0.6057" y="-0.3288">1.5</text><text x="-0.5647" y="-0.3288">2.0</text><text x="-0.5236" y="-0.3288">2.5</text><text x="-0.4825" y="-0.3288">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.6100" y="-0.4861">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="-0.5525" y="-0.3863"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="-0.3602">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,-0.3616 -0.4759,-0.3616"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="-0.3694">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,-0.3708 -0.4759,-0.3708"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.5484" y="-0.3787">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5006,-0.3800 -0.4759,-0.3800"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.4698" y="-0.3176">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.75" y="-0.5"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4256,-0.3684 -0.3435,-0.3684 -0.2614,-0.4748"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4256,-0.3418 -0.1957,-0.4216"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.3846,-0.4482 -0.3846,-0.3418"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.4269" y="-0.4758"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.4279" y="-0.4751"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.4256,-0.3418 -0.1792,-0.3418"/><polyline points="-0.4256,-0.3684 -0.1792,-0.3684"/><polyline points="-0.4256,-0.3950 -0.1792,-0.3950"/><polyline points="-0.4256,-0.4216 -0.1792,-0.4216"/><polyline points="-0.4256,-0.4482 -0.1792,-0.4482"/><polyline points="-0.4256,-0.4748 -0.1792,-0.4748"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.4323,-0.3418+-0.4279,-0.3418"/><polyline points="-0.4323,-0.3684+-0.4279,-0.3684"/><polyline points="-0.4323,-0.3950+-0.4279,-0.3950"/><polyline points="-0.4323,-0.4216+-0.4279,-0.4216"/><polyline points="-0.4323,-0.4482+-0.4279,-0.4482"/><polyline points="-0.4323,-0.4748+-0.4279,-0.4748"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.4362" y="-0.3403">0</text><text x="-0.4362" y="-0.3669">1</text><text x="-0.4362" y="-0.3935">2</text><text x="-0.4362" y="-0.4201">3</text><text x="-0.4362" y="-0.4467">4</text><text x="-0.4362" y="-0.4733">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.4260" y="-0.3404"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.4256,-0.3418 -0.4256,-0.4748"/><polyline points="-0.3846,-0.3418 -0.3846,-0.4748"/><polyline points="-0.3435,-0.3418 -0.3435,-0.4748"/><polyline points="-0.3024,-0.3418 -0.3024,-0.4748"/><polyline points="-0.2614,-0.3418 -0.2614,-0.4748"/><polyline points="-0.2203,-0.3418 -0.2203,-0.4748"/><polyline points="-0.1792,-0.3418 -0.1792,-0.4748"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.4256,-0.3359+-0.4256,-0.3404"/><polyline points="-0.3846,-0.3359+-0.3846,-0.3404"/><polyline points="-0.3435,-0.3359+-0.3435,-0.3404"/><polyline points="-0.3024,-0.3359+-0.3024,-0.3404"/><polyline points="-0.2614,-0.3359+-0.2614,-0.3404"/><polyline points="-0.2203,-0.3359+-0.2203,-0.3404"/><polyline points="-0.1792,-0.3359+-0.1792,-0.3404"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.4256" y="-0.3288">0.0</text><text x="-0.3846" y="-0.3288">0.5</text><text x="-0.3435" y="-0.3288">1.0</text><text x="-0.3024" y="-0.3288">1.5</text><text x="-0.2614" y="-0.3288">2.0</text><text x="-0.2203" y="-0.3288">2.5</text><text x="-0.1792" y="-0.3288">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.3067" y="-0.4861">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="-0.2492" y="-0.3863"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="-0.3602">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,-0.3616 -0.1726,-0.3616"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="-0.3694">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,-0.3708 -0.1726,-0.3708"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="-0.2451" y="-0.3787">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1973,-0.3800 -0.1726,-0.3800"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.1665" y="-0.3176">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.4467" y="-0.5"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1223,-0.3684 -0.0402,-0.3684 0.0419,-0.4748"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.1223,-0.3418 0.1076,-0.4216"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.0813,-0.4482 -0.0813,-0.3418"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="-0.1236" y="-0.4758"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="-0.1246" y="-0.4751"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.1223,-0.3418 0.1241,-0.3418"/><polyline points="-0.1223,-0.3684 0.1241,-0.3684"/><polyline points="-0.1223,-0.3950 0.1241,-0.3950"/><polyline points="-0.1223,-0.4216 0.1241,-0.4216"/><polyline points="-0.1223,-0.4482 0.1241,-0.4482"/><polyline points="-0.1223,-0.4748 0.1241,-0.4748"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.1290,-0.3418+-0.1246,-0.3418"/><polyline points="-0.1290,-0.3684+-0.1246,-0.3684"/><polyline points="-0.1290,-0.3950+-0.1246,-0.3950"/><polyline points="-0.1290,-0.4216+-0.1246,-0.4216"/><polyline points="-0.1290,-0.4482+-0.1246,-0.4482"/><polyline points="-0.1290,-0.4748+-0.1246,-0.4748"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="-0.1329" y="-0.3403">0</text><text x="-0.1329" y="-0.3669">1</text><text x="-0.1329" y="-0.3935">2</text><text x="-0.1329" y="-0.4201">3</text><text x="-0.1329" y="-0.4467">4</text><text x="-0.1329" y="-0.4733">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="-0.1227" y="-0.3404"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.1223,-0.3418 -0.1223,-0.4748"/><polyline points="-0.0813,-0.3418 -0.0813,-0.4748"/><polyline points="-0.0402,-0.3418 -0.0402,-0.4748"/><polyline points="0.0009,-0.3418 0.0009,-0.4748"/><polyline points="0.0419,-0.3418 0.0419,-0.4748"/><polyline points="0.0830,-0.3418 0.0830,-0.4748"/><polyline points="0.1241,-0.3418 0.1241,-0.4748"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.1223,-0.3359+-0.1223,-0.3404"/><polyline points="-0.0813,-0.3359+-0.0813,-0.3404"/><polyline points="-0.0402,-0.3359+-0.0402,-0.3404"/><polyline points="0.0009,-0.3359+0.0009,-0.3404"/><polyline points="0.0419,-0.3359+0.0419,-0.3404"/><polyline points="0.0830,-0.3359+0.0830,-0.3404"/><polyline points="0.1241,-0.3359+0.1241,-0.3404"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="-0.1223" y="-0.3288">0.0</text><text x="-0.0813" y="-0.3288">0.5</text><text x="-0.0402" y="-0.3288">1.0</text><text x="0.0009" y="-0.3288">1.5</text><text x="0.0419" y="-0.3288">2.0</text><text x="0.0830" y="-0.3288">2.5</text><text x="0.1241" y="-0.3288">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="-0.0034" y="-0.4861">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.0541" y="-0.3863"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="-0.3602">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,-0.3616 0.1307,-0.3616"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="-0.3694">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,-0.3708 0.1307,-0.3708"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.0582" y="-0.3787">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.1059,-0.3800 0.1307,-0.3800"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.1368" y="-0.3176">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="-0.1434" y="-0.5"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.1810,-0.3684 0.2631,-0.3684 0.3452,-0.4748"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.1810,-0.3418 0.4109,-0.4216"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.2220,-0.4482 0.2220,-0.3418"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="0.1797" y="-0.4758"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="0.1787" y="-0.4751"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.1810,-0.3418 0.4274,-0.3418"/><polyline points="0.1810,-0.3684 0.4274,-0.3684"/><polyline points="0.1810,-0.3950 0.4274,-0.3950"/><polyline points="0.1810,-0.4216 0.4274,-0.4216"/><polyline points="0.1810,-0.4482 0.4274,-0.4482"/><polyline points="0.1810,-0.4748 0.4274,-0.4748"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.1743,-0.3418+0.1787,-0.3418"/><polyline points="0.1743,-0.3684+0.1787,-0.3684"/><polyline points="0.1743,-0.3950+0.1787,-0.3950"/><polyline points="0.1743,-0.4216+0.1787,-0.4216"/><polyline points="0.1743,-0.4482+0.1787,-0.4482"/><polyline points="0.1743,-0.4748+0.1787,-0.4748"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.1704" y="-0.3403">0</text><text x="0.1704" y="-0.3669">1</text><text x="0.1704" y="-0.3935">2</text><text x="0.1704" y="-0.4201">3</text><text x="0.1704" y="-0.4467">4</text><text x="0.1704" y="-0.4733">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="0.1806" y="-0.3404"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.1810,-0.3418 0.1810,-0.4748"/><polyline points="0.2220,-0.3418 0.2220,-0.4748"/><polyline points="0.2631,-0.3418 0.2631,-0.4748"/><polyline points="0.3042,-0.3418 0.3042,-0.4748"/><polyline points="0.3452,-0.3418 0.3452,-0.4748"/><polyline points="0.3863,-0.3418 0.3863,-0.4748"/><polyline points="0.4274,-0.3418 0.4274,-0.4748"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.1810,-0.3359+0.1810,-0.3404"/><polyline points="0.2220,-0.3359+0.2220,-0.3404"/><polyline points="0.2631,-0.3359+0.2631,-0.3404"/><polyline points="0.3042,-0.3359+0.3042,-0.3404"/><polyline points="0.3452,-0.3359+0.3452,-0.3404"/><polyline points="0.3863,-0.3359+0.3863,-0.3404"/><polyline points="0.4274,-0.3359+0.4274,-0.3404"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="0.1810" y="-0.3288">0.0</text><text x="0.2220" y="-0.3288">0.5</text><text x="0.2631" y="-0.3288">1.0</text><text x="0.3042" y="-0.3288">1.5</text><text x="0.3452" y="-0.3288">2.0</text><text x="0.3863" y="-0.3288">2.5</text><text x="0.4274" y="-0.3288">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="0.2999" y="-0.4861">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.3574" y="-0.3863"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="-0.3602">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,-0.3616 0.4339,-0.3616"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="-0.3694">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,-0.3708 0.4339,-0.3708"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.3615" y="-0.3787">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.4092,-0.3800 0.4339,-0.3800"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.4401" y="-0.3176">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="0.1599" y="-0.5"/></g></g></g><g class="chart"><g class="line"><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.4843,-0.3684 0.5664,-0.3684 0.6485,-0.4748"/></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.4843,-0.3418 0.7142,-0.4216"/></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.5253,-0.4482 0.5253,-0.3418"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.2476" height="0.1350" x="0.4830" y="-0.4758"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0007" height="0.1336" x="0.4819" y="-0.4751"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.4843,-0.3418 0.7307,-0.3418"/><polyline points="0.4843,-0.3684 0.7307,-0.3684"/><polyline points="0.4843,-0.3950 0.7307,-0.3950"/><polyline points="0.4843,-0.4216 0.7307,-0.4216"/><polyline points="0.4843,-0.4482 0.7307,-0.4482"/><polyline points="0.4843,-0.4748 0.7307,-0.4748"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.4776,-0.3418+0.4820,-0.3418"/><polyline points="0.4776,-0.3684+0.4820,-0.3684"/><polyline points="0.4776,-0.3950+0.4820,-0.3950"/><polyline points="0.4776,-0.4216+0.4820,-0.4216"/><polyline points="0.4776,-0.4482+0.4820,-0.4482"/><polyline points="0.4776,-0.4748+0.4820,-0.4748"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.4737" y="-0.3403">0</text><text x="0.4737" y="-0.3669">1</text><text x="0.4737" y="-0.3935">2</text><text x="0.4737" y="-0.4201">3</text><text x="0.4737" y="-0.4467">4</text><text x="0.4737" y="-0.4733">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.2471" height="0.0005" x="0.4839" y="-0.3404"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0007" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="0.4843,-0.3418 0.4843,-0.4748"/><polyline points="0.5253,-0.3418 0.5253,-0.4748"/><polyline points="0.5664,-0.3418 0.5664,-0.4748"/><polyline points="0.6075,-0.3418 0.6075,-0.4748"/><polyline points="0.6485,-0.3418 0.6485,-0.4748"/><polyline points="0.6896,-0.3418 0.6896,-0.4748"/><polyline points="0.7307,-0.3418 0.7307,-0.4748"/></g></g><g class="tickglyph"><g stroke-width="0.0006" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.4843,-0.3359+0.4843,-0.3404"/><polyline points="0.5253,-0.3359+0.5253,-0.3404"/><polyline points="0.5664,-0.3359+0.5664,-0.3404"/><polyline points="0.6075,-0.3359+0.6075,-0.3404"/><polyline points="0.6485,-0.3359+0.6485,-0.3404"/><polyline points="0.6896,-0.3359+0.6896,-0.3404"/><polyline points="0.7307,-0.3359+0.7307,-0.3404"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="middle"><text x="0.4843" y="-0.3288">0.0</text><text x="0.5253" y="-0.3288">0.5</text><text x="0.5664" y="-0.3288">1.0</text><text x="0.6075" y="-0.3288">1.5</text><text x="0.6485" y="-0.3288">2.0</text><text x="0.6896" y="-0.3288">2.5</text><text x="0.7307" y="-0.3288">3.0</text></g></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0119" text-anchor="middle"><text x="0.6032" y="-0.4861">Line Chart</text></g></g><g class="legend"><g class="padding"></g><g class="padding"></g><g class="frame"><g stroke-width="0.0002" stroke="rgb(5%, 5%, 5%)" stroke-opacity="1.0" fill="rgb(5%, 5%, 5%)" fill-opacity="0"><rect width="0.0819" height="0.0310" x="0.6607" y="-0.3863"/></g></g><g class="legendContent"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="-0.3602">palette #2</text></g><g stroke-width="0.0022" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,-0.3616 0.7372,-0.3616"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="-0.3694">palette #1</text></g><g stroke-width="0.0022" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,-0.3708 0.7372,-0.3708"/></g><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="start"><text x="0.6648" y="-0.3787">palette #0</text></g><g stroke-width="0.0022" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="0.7125,-0.3800 0.7372,-0.3800"/></g></g></g><g class="title"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0059" text-anchor="end"><text x="0.7434" y="-0.3176">Made with 🧡 and chart-svg</text></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="0.2868" height="0.1893" x="0.4632" y="-0.5"/></g></g></g></g><g class="hud"></g></svg>
other/surface.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="450" height="300" viewBox="-0.75 -0.5 1.5 1.0"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="449" height="300" viewBox="-0.75 -0.5 1.4999 1.0"><style>svg { color-scheme: light dark; } {@@ -22,4 +22,14 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}svg { shape-rendering: crispEdges; }</style><g class="chart"><g class="surface"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 52%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 51%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 51%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 50%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 50%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 50%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 49%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 49%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 48%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 47%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 46%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 45%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 44%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 42%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 36%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 34%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 32%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 29%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 26%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 24%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 20%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(1%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-28%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-50%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-66%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-36%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-26%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-16%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-8%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-8%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-16%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-26%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-36%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-66%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-50%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-28%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(1%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.75" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 51%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 51%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 50%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 50%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 49%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 49%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 48%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 48%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 47%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 46%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 45%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 43%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 42%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 31%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 28%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 26%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 23%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 19%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-18%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-43%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-63%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-53%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-42%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-18%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(4%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(4%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-17%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-41%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-53%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-44%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-19%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.735" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 51%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 50%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 50%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 49%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 49%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 48%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 48%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 47%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 46%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 45%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 43%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 37%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 35%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 30%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 28%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 25%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 22%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 19%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 31%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-34%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-51%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-38%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-25%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-11%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-10%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-23%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-50%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-9%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.72" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 50%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 50%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 49%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 49%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 48%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 48%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 46%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 44%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 43%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 41%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 37%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 35%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 32%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 30%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 27%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 24%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 21%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 33%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-22%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-48%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-51%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-22%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 52%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-3%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-18%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-33%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-48%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-53%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.705" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 50%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 49%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 49%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 48%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 48%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 46%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 44%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 43%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 41%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 34%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 32%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 29%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 27%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 24%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 21%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-76%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-66%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-52%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-4%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-14%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-47%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-20%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6900" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 49%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 49%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 48%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 48%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 46%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 45%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 44%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 42%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 36%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 34%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 31%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 29%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 26%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 23%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 20%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-22%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-49%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-55%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-22%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-3%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-11%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-10%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.675" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 49%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 48%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 48%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 46%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 45%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 44%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 42%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 36%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 34%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 31%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 29%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 26%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 23%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 19%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-4%, 47%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-35%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-76%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-43%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-24%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-5%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-8%, 53%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-45%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 44%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.66" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 48%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 47%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 46%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 45%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 44%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 42%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 31%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 28%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 25%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 22%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 19%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-17%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-68%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-48%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-9%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 52%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-76%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-70%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-49%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.645" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 47%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 46%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 45%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 44%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 42%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 31%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 28%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 25%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 22%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-70%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-55%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-36%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-15%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-5%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-47%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-42%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-11%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.63" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 46%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 45%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 43%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 42%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 35%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 30%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 28%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 25%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 22%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-44%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-23%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 49%, 0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-4%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-48%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 52%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-60%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-34%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 44%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.615" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 46%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 45%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 43%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 42%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 40%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 35%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 30%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 28%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 25%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 22%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-18%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-48%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-70%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-70%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-53%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-33%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-9%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-4%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-28%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-49%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-53%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-25%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.6000" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 45%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 43%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 42%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 40%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 35%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 30%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 28%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 25%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 21%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-55%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-63%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-44%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(4%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-5%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-51%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-15%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.585" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 43%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 42%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 40%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 35%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 30%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 28%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 25%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 21%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(1%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-35%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-34%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-9%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 52%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-53%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-4%, 47%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5700" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 42%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 35%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 30%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 28%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 25%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 21%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-41%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-68%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-48%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-24%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 49%, 0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-33%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5550" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 35%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 30%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 28%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 25%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 22%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 38%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-14%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-47%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-40%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-14%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-9%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-35%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-58%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-53%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.54" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 31%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 28%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 25%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 22%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-19%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-51%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-33%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-5%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-11%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-38%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-60%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-70%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-12%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.5250" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 36%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 31%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 28%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 25%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 22%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-23%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-55%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-51%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-25%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(4%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-13%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-40%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-63%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-66%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-2%, 47%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.51" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 34%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 31%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 28%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 26%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 22%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 19%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-58%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-68%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-18%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-15%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-43%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4950" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 32%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 29%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 26%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 23%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 19%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-60%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-41%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-12%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-17%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-45%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-23%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.48" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 29%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 26%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 23%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 20%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-19%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-47%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-70%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 52%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-50%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-15%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4650" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 27%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 24%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 20%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-33%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-2%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-50%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-44%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 44%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4500" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 24%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 21%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-58%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-23%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-52%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-38%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 31%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4350" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 22%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 38%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-28%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-60%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-57%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-25%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-63%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-32%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.4200" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 19%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-25%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-58%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-57%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-28%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-60%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-26%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.405" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-20%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-57%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-57%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.39" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-15%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-52%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-52%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-15%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.375" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-47%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-32%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 49%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-60%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-48%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-9%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 44%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.36" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-41%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-70%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-36%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-0%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-32%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 52%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-45%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-4%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.345" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-33%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-40%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-5%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-32%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-42%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3300" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-23%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-45%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-11%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-32%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-70%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(4%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3150" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 44%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-11%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-51%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-76%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-51%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-18%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-32%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.3000" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-41%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 52%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-58%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-26%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-32%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-68%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-35%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2850" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 37%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-35%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(4%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-34%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2700" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 44%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-13%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-53%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-44%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-33%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2550" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-40%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 52%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-19%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-60%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-33%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.24" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-24%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-32%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-24%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-58%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-33%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2250" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-4%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-48%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-76%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-45%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 49%, 0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-68%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-34%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.2100" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-66%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-57%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-22%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 49%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 52%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-17%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-36%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1950" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-8%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-51%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-38%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-13%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-50%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 52%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-38%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1800" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-32%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-53%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-16%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-47%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-41%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1650" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-8%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-51%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-35%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-1%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-42%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-44%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1500" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-66%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-53%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-14%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-48%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-2%, 47%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.135" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-2%, 47%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-48%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-68%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-36%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-52%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-8%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 38%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.12" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-22%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-55%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-17%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-23%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-60%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-57%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-15%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 44%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.1050" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-40%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-40%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-15%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-22%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0900" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-9%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-24%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 52%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-47%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-76%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0750" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-26%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-49%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0600" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-40%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-35%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-45%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 33%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0450" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-52%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-60%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-19%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-58%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-8%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0300" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-20%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-50%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-49%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-20%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="-0.0150" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, 0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-32%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-41%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-76%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-43%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0150" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 37%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-0%, 47%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-49%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-18%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-12%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-8%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 31%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0300" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 31%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-10%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-52%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-8%, 53%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(4%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-42%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-23%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0450" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-18%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-76%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-45%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(1%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-28%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-66%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-38%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0600" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-24%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-11%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-51%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-3%, 47%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0750" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-70%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-34%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-40%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.0900" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-33%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-23%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-63%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1050" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-35%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-25%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-3%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-49%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1200" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-63%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-22%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-68%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.135" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 49%, 0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-10%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-55%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1500" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-36%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-20%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-63%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-18%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1650" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-34%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-15%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-58%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-76%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-40%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1800" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-64%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-23%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-12%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.1950" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-68%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-66%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-26%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-16%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2100" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 30%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 44%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 52%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-58%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-10%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2250" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-13%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-35%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-13%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-58%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2400" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-4%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-55%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-76%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-41%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-36%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-12%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2550" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-47%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-48%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-40%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.27" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-38%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-76%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-55%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-8%, 53%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-63%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-17%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.2850" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 31%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-63%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-19%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 49%, 0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-47%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3000" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-13%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-70%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-18%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3150" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(4%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-50%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-42%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3300" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-36%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-3%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-52%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 58%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.345" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-20%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-22%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3600" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(1%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-52%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-37%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.375" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-36%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-52%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-3%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-0%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-51%, 54%, 41%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.3900" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-15%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-63%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-66%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-23%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 48%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, 0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-16%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.405" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(9%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-42%, 54%, 39%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 52%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4200" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 44%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-24%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-12%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 52%, 19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4350" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(4%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-51%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-35%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4500" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 33%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-28%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-55%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4650" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-53%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-32%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.48" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-27%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-55%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-5%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.4950" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-50%, 49%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-34%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.51" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-68%, 51%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-58%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-9%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 48%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 39%, -7%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5250" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-43%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-40%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 53%, 29%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 46%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 44%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.54" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-9%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-61%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 54%, 44%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-19%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5550" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(18%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-50%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(4%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.5700" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-48%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-33%, 54%, 37%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.585" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-11%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 52%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-14%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 50%, 12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6000" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 19%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-29%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-73%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-50%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(4%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6150" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 22%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 31%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 46%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-44%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-36%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6300" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 25%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 21%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-1%, 47%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-56%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-22%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.645" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 28%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 24%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 20%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 36%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 40%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-16%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-65%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 53%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-86%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-58%, 54%, 42%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 50%, 10%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6600" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 31%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 27%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 24%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 30%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-28%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 54%, 50%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-49%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 53%, 30%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(48%, 47%, -12%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 44%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 41%, -15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.6750" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 30%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 27%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 23%, 68%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 19%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 30%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 34%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 49%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 51%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 57%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-77%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-39%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -19%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.69" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 36%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 30%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 26%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 23%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 31%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-47%, 49%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(32%, 51%, 15%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 45%, -16%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7050" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 36%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 29%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 26%, 71%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 22%, 67%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-54%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 52%, 63%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-67%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-21%, 54%, 35%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -9%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.72" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 41%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 35%, 76%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 32%, 75%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 29%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 26%, 70%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.44"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 22%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.43"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.42"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.41"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.31"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.29"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 35%, 73%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-5%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 52%, 62%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-63%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-14%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.19"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.18"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 47%, -8%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 41%, -17%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 39%, -6%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.1400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, 0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.35"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.37"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.38"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.39"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.47"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0150" height="0.0100" x="0.7350" y="-0.5"/></g></g></g><g class="hud"></g></svg>+}svg { shape-rendering: crispEdges; }+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 52%, 59%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 49%, 63%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 47%, 66%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 27%, 72%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-82%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-60%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-59%, 54%, 43%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-85%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.75" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 49%, 64%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 46%, 67%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 25%, 69%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 31%, 63%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 42%, 77%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-66%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-84%, 54%, 51%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-26%, 54%, 36%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 53%, 26%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 52%, 24%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-10%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-75%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 44%, 77%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6972" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 46%, 67%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 37%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 23%, 68%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 33%, 70%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-40%, 54%, 38%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 49%, 5%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -6%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(36%, 50%, 11%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 53%, 27%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-72%, 54%, 46%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-71%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.6444" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 24%, 69%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-16%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 53%, 28%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 43%, -18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 48%, -5%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(23%, 52%, 23%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-53%, 50%, 70%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5917" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 27%, 71%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-25%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(26%, 52%, 21%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -3%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -14%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 52%, 20%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 48%, 73%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.5389" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 18%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 68%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-4%, 47%, 75%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -5%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-79%, 54%, 49%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-9%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 33%, 69%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4861" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 52%, 22%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 14%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(1%, 46%, 75%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 32%, 66%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.4333" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 75%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-76%, 51%, 66%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-3%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 46%, -15%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 49%, 6%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-69%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-6%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 31%, 65%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3806" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 54%, 48%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 7%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 39%, -11%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-46%, 54%, 40%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-31%, 48%, 72%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 32%, 68%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.3278" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-62%, 50%, 69%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-3%, 53%, 32%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 53%, 31%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-66%, 50%, 68%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(51%, 35%, 72%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2750" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -14%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(60%, 40%, -13%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.2222" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-89%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 50%, 8%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 38%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-68%, 54%, 45%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 45%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1694" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(35%, 41%, 77%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-88%, 54%, 53%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 49%, 2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 52%, 25%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-70%, 51%, 67%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.1167" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(41%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-91%, 53%, 56%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 8%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 47%, -11%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-74%, 54%, 47%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 43%, 77%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0639" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 34%, 71%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-80%, 52%, 65%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 51%, 19%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -6%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 38%, -4%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(30%, 51%, 17%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-83%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="-0.0111" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-18%, 54%, 34%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(57%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -18%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-11%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0417" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 55%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(43%, 48%, -4%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(52%, 45%, -17%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.0944" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-5%, 47%, 74%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-9%, 54%, 33%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(59%, 41%, -16%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.1472" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 26%, 71%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(54%, 33%, 70%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-81%, 52%, 64%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 50%, 13%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2000" y="-0.5"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(40%, 39%, 76%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="0.45"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 22%, 67%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="0.3"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(44%, 38%, 75%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 54%, 54%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="0.2"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -9%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="0"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, 0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -1%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="-0.4000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.0528" height="0.0500" x="0.2528" y="-0.5"/></g><g class="chart"><g class="grid reference"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 52%, 59%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0050"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(2%, 52%, 59%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(3%, 51%, 60%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0150"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(4%, 51%, 60%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(6%, 51%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0250"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(7%, 51%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(8%, 50%, 62%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0350"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(10%, 50%, 62%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(11%, 50%, 63%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0450"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(12%, 50%, 63%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(13%, 49%, 63%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0550"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 49%, 64%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(15%, 49%, 64%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0650"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(16%, 48%, 64%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(17%, 48%, 65%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0750"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(19%, 48%, 65%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(20%, 48%, 65%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0850"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 47%, 65%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 47%, 66%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.0950"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(22%, 47%, 66%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(24%, 46%, 67%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1050"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(25%, 45%, 69%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(27%, 45%, 70%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1150"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(29%, 44%, 72%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.12"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(31%, 43%, 73%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.125"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(34%, 42%, 74%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.13"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(37%, 41%, 75%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.135"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(39%, 39%, 76%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.14"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1450"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(45%, 37%, 76%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(47%, 35%, 76%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1550"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(50%, 34%, 76%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 32%, 75%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1650"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(56%, 30%, 74%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 29%, 73%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1750"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 27%, 72%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 25%, 70%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1850"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 23%, 68%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 21%, 65%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.1950"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 18%, 62%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.2000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 17%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.2050"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(72%, 18%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.2100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 19%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.2150"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(71%, 20%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.2200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 20%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.2250"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 21%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 22%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.2350"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 23%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.24"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 23%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.245"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 24%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.25"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 24%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.255"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 25%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.26"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 26%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.265"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 26%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.27"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 27%, 61%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.275"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 27%, 60%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.28"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 28%, 60%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.2850"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 28%, 60%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.2900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 29%, 60%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.2950"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(63%, 29%, 60%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3000"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(61%, 31%, 63%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3050"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(55%, 33%, 69%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(49%, 36%, 73%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3150"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(42%, 38%, 76%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(33%, 41%, 77%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3250"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(21%, 44%, 77%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-7%, 47%, 74%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3350"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-49%, 49%, 71%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-78%, 51%, 65%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.345"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-90%, 53%, 59%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-87%, 54%, 52%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.355"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-66%, 54%, 44%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.36"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(-30%, 54%, 36%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.365"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(14%, 53%, 28%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(28%, 51%, 19%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.375"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(38%, 49%, 7%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3800"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(46%, 47%, -10%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.385"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(53%, 44%, -18%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.3900"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(58%, 42%, -17%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.395"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(62%, 39%, -8%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -0%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.405"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(64%, 37%, -1%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4100"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4150"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 37%, -1%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4200"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(65%, 36%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4250"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4300"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 36%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4350"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(66%, 35%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4400"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4450"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4500"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(67%, 35%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4550"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4600"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4650"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(68%, 34%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4700"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4750"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.48"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(69%, 33%, -2%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.4850"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.49"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -1%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.495"/></g><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(70%, 32%, -0%)" fill-opacity="1.0"><rect width="0.1077" height="0.0050" x="0.5167" y="-0.5"/></g></g></g><g class="hud"><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0022" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="0.6308,-0.0796+0.6470,-0.0796"/><polyline points="0.6308,-0.2265+0.6470,-0.2265"/><polyline points="0.6308,-0.3734+0.6470,-0.3734"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="start"><text x="0.7019" y="-0.0741">-6</text><text x="0.7019" y="-0.2210">-4</text><text x="0.7019" y="-0.3679">-2</text></g></g></g></g></g></g><g class="hud"></g></svg>
other/text.svg view
@@ -23,6 +23,13 @@ fill: rgb(5%, 5%, 5%); } }+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++ { .text g { fill: rgb(5%, 5%, 5%);@@ -33,21 +40,16 @@ fill: rgb(94%, 94%, 94%); } }-</style><g class="chart"><g class="text"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0646" text-anchor="middle"><text x="-0.6054" y="0.3507">a</text><text x="-0.4764" y="0.3192">b</text><text x="-0.3488" y="0.2878">c</text><text x="-0.2236" y="0.2563">d</text><text x="-0.1023" y="0.2248">e</text><text x="0.0140" y="0.1934">f</text><text x="0.1240" y="0.1619">g</text><text x="0.2268" y="0.1304">h</text><text x="0.3213" y="0.0989">i</text><text x="0.4066" y="0.0675">j</text><text x="0.4817" y="0.0360">k</text><text x="0.5459" y="0.0045">l</text><text x="0.5987" y="-0.0269">m</text><text x="0.6394" y="-0.0584">n</text><text x="0.6677" y="-0.0899">o</text><text x="0.6832" y="-0.1214">p</text><text x="0.6859" y="-0.1528">q</text><text x="0.6757" y="-0.1843">r</text><text x="0.6527" y="-0.2158">s</text><text x="0.6171" y="-0.2472">t</text><text x="0.5693" y="-0.2787">u</text><text x="0.5098" y="-0.3102">v</text><text x="0.4391" y="-0.3417">w</text><text x="0.3580" y="-0.3731">x</text><text x="0.2672" y="-0.4046">y</text><text x="0.1677" y="-0.4361">z</text></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.3204" height="0.8517" x="-0.6199" y="-0.4685"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6458, 0.3507)"><polyline points="-0.6458,0.3657--0.6458,0.3357"/></g><g transform="rotate(-90.0, -0.6458, 0.1934)"><polyline points="-0.6458,0.2084--0.6458,0.1784"/></g><g transform="rotate(-90.0, -0.6458, 0.0360)"><polyline points="-0.6458,0.0510--0.6458,0.0210"/></g><g transform="rotate(-90.0, -0.6458, -0.1214)"><polyline points="-0.6458,-0.1064--0.6458,-0.1364"/></g><g transform="rotate(-90.0, -0.6458, -0.2787)"><polyline points="-0.6458,-0.2637--0.6458,-0.2937"/></g><g transform="rotate(-90.0, -0.6458, -0.4361)"><polyline points="-0.6458,-0.4211--0.6458,-0.4511"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0431" text-anchor="end"><text x="-0.6768" y="0.3615"> 0</text><text x="-0.6768" y="0.2042"> 5</text><text x="-0.6768" y="0.0468">10</text><text x="-0.6768" y="-0.1105">15</text><text x="-0.6768" y="-0.2679">20</text><text x="-0.6768" y="-0.4253">25</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6054,0.3507 0.6865,0.3507"/><polyline points="-0.6054,0.1934 0.6865,0.1934"/><polyline points="-0.6054,0.0360 0.6865,0.0360"/><polyline points="-0.6054,-0.1214 0.6865,-0.1214"/><polyline points="-0.6054,-0.2787 0.6865,-0.2787"/><polyline points="-0.6054,-0.4361 0.6865,-0.4361"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.7899" x="-0.6320" y="-0.4376"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6054,0.4218--0.6054,0.3918"/><polyline points="-0.4762,0.4218--0.4762,0.3918"/><polyline points="-0.3470,0.4218--0.3470,0.3918"/><polyline points="-0.2178,0.4218--0.2178,0.3918"/><polyline points="-0.0887,0.4218--0.0887,0.3918"/><polyline points="0.0405,0.4218-0.0405,0.3918"/><polyline points="0.1697,0.4218-0.1697,0.3918"/><polyline points="0.2989,0.4218-0.2989,0.3918"/><polyline points="0.4281,0.4218-0.4281,0.3918"/><polyline points="0.5573,0.4218-0.5573,0.3918"/><polyline points="0.6865,0.4218-0.6865,0.3918"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0431" text-anchor="middle"><text x="-0.6054" y="0.4567">0.0</text><text x="-0.4762" y="0.4567">0.1</text><text x="-0.3470" y="0.4567">0.2</text><text x="-0.2178" y="0.4567">0.3</text><text x="-0.0887" y="0.4567">0.4</text><text x="0.0405" y="0.4567">0.5</text><text x="0.1697" y="0.4567">0.6</text><text x="0.2989" y="0.4567">0.7</text><text x="0.4281" y="0.4567">0.8</text><text x="0.5573" y="0.4567">0.9</text><text x="0.6865" y="0.4567">1.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6054,0.3507 -0.6054,-0.4361"/><polyline points="-0.4762,0.3507 -0.4762,-0.4361"/><polyline points="-0.3470,0.3507 -0.3470,-0.4361"/><polyline points="-0.2178,0.3507 -0.2178,-0.4361"/><polyline points="-0.0887,0.3507 -0.0887,-0.4361"/><polyline points="0.0405,0.3507 0.0405,-0.4361"/><polyline points="0.1697,0.3507 0.1697,-0.4361"/><polyline points="0.2989,0.3507 0.2989,-0.4361"/><polyline points="0.4281,0.3507 0.4281,-0.4361"/><polyline points="0.5573,0.3507 0.5573,-0.4361"/><polyline points="0.6865,0.3507 0.6865,-0.4361"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2953" height="0.0031" x="-0.6071" y="0.3910"/></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>+</style><g class="chart"><g class="text"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.1" text-anchor="middle"><text x="-0.6113" y="0.3822">a</text><text x="-0.4823" y="0.3507">b</text><text x="-0.3546" y="0.3192">c</text><text x="-0.2295" y="0.2877">d</text><text x="-0.1082" y="0.2562">e</text><text x="0.0081" y="0.2247">f</text><text x="0.1182" y="0.1932">g</text><text x="0.2210" y="0.1617">h</text><text x="0.3155" y="0.1302">i</text><text x="0.4007" y="0.0988">j</text><text x="0.4758" y="0.0673">k</text><text x="0.5401" y="0.0358">l</text><text x="0.5928" y="0.0043">m</text><text x="0.6336" y="-0.0272">n</text><text x="0.6618" y="-0.0587">o</text><text x="0.6774" y="-0.0902">p</text><text x="0.6801" y="-0.1217">q</text><text x="0.6699" y="-0.1532">r</text><text x="0.6469" y="-0.1847">s</text><text x="0.6113" y="-0.2162">t</text><text x="0.5635" y="-0.2477">u</text><text x="0.5039" y="-0.2791">v</text><text x="0.4332" y="-0.3106">w</text><text x="0.3521" y="-0.3421">x</text><text x="0.2614" y="-0.3736">y</text><text x="0.1619" y="-0.4051">z</text></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.3461" height="0.8743" x="-0.6387" y="-0.4684"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0037" height="0.7905" x="-0.6241" y="-0.4067"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6113,0.3822 0.6806,0.3822"/><polyline points="-0.6113,0.2247 0.6806,0.2247"/><polyline points="-0.6113,0.0673 0.6806,0.0673"/><polyline points="-0.6113,-0.0902 0.6806,-0.0902"/><polyline points="-0.6113,-0.2477 0.6806,-0.2477"/><polyline points="-0.6113,-0.4051 0.6806,-0.4051"/></g></g><g class="tickglyph"><g stroke-width="0.0037" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6496,0.3822+-0.6222,0.3822"/><polyline points="-0.6496,0.2247+-0.6222,0.2247"/><polyline points="-0.6496,0.0673+-0.6222,0.0673"/><polyline points="-0.6496,-0.0902+-0.6222,-0.0902"/><polyline points="-0.6496,-0.2477+-0.6222,-0.2477"/><polyline points="-0.6496,-0.4051+-0.6222,-0.4051"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6697" y="0.3909"> 0</text><text x="-0.6697" y="0.2334"> 5</text><text x="-0.6697" y="0.0760">10</text><text x="-0.6697" y="-0.0815">15</text><text x="-0.6697" y="-0.2390">20</text><text x="-0.6697" y="-0.3964">25</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2956" height="0.0032" x="-0.6131" y="0.3901"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6113,0.3822 -0.6113,-0.4051"/><polyline points="-0.3529,0.3822 -0.3529,-0.4051"/><polyline points="-0.0945,0.3822 -0.0945,-0.4051"/><polyline points="0.1639,0.3822 0.1639,-0.4051"/><polyline points="0.4223,0.3822 0.4223,-0.4051"/><polyline points="0.6806,0.3822 0.6806,-0.4051"/></g></g><g class="tickglyph"><g stroke-width="0.0032" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6113,0.4154+-0.6113,0.3917"/><polyline points="-0.3529,0.4154+-0.3529,0.3917"/><polyline points="-0.0945,0.4154+-0.0945,0.3917"/><polyline points="0.1639,0.4154+0.1639,0.3917"/><polyline points="0.4223,0.4154+0.4223,0.3917"/><polyline points="0.6806,0.4154+0.6806,0.3917"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.6113" y="0.4589">0.0</text><text x="-0.3529" y="0.4589">0.2</text><text x="-0.0945" y="0.4589">0.4</text><text x="0.1639" y="0.4589">0.6</text><text x="0.4223" y="0.4589">0.8</text><text x="0.6806" y="0.4589">1.0</text></g></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>
other/unit.svg view
@@ -22,26 +22,25 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="unit"><g stroke-width="0.0100" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.1"><rect width="1.2598" height="0.8198" x="-0.5812" y="-0.4457"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2682" height="0.8280" x="-0.5854" y="-0.4498"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6106, 0.3742)"><polyline points="-0.6106,0.3892--0.6106,0.3592"/></g><g transform="rotate(-90.0, -0.6106, 0.2922)"><polyline points="-0.6106,0.3072--0.6106,0.2772"/></g><g transform="rotate(-90.0, -0.6106, 0.2102)"><polyline points="-0.6106,0.2252--0.6106,0.1952"/></g><g transform="rotate(-90.0, -0.6106, 0.1282)"><polyline points="-0.6106,0.1432--0.6106,0.1132"/></g><g transform="rotate(-90.0, -0.6106, 0.0462)"><polyline points="-0.6106,0.0612--0.6106,0.0312"/></g><g transform="rotate(-90.0, -0.6106, -0.0358)"><polyline points="-0.6106,-0.0208--0.6106,-0.0508"/></g><g transform="rotate(-90.0, -0.6106, -0.1177)"><polyline points="-0.6106,-0.1027--0.6106,-0.1327"/></g><g transform="rotate(-90.0, -0.6106, -0.1997)"><polyline points="-0.6106,-0.1847--0.6106,-0.2147"/></g><g transform="rotate(-90.0, -0.6106, -0.2817)"><polyline points="-0.6106,-0.2667--0.6106,-0.2967"/></g><g transform="rotate(-90.0, -0.6106, -0.3637)"><polyline points="-0.6106,-0.3487--0.6106,-0.3787"/></g><g transform="rotate(-90.0, -0.6106, -0.4457)"><polyline points="-0.6106,-0.4307--0.6106,-0.4607"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0420" text-anchor="end"><text x="-0.6408" y="0.3854">-0.5</text><text x="-0.6408" y="0.3034">-0.4</text><text x="-0.6408" y="0.2215">-0.3</text><text x="-0.6408" y="0.1395">-0.2</text><text x="-0.6408" y="0.0575">-0.1</text><text x="-0.6408" y="-0.0245"> 0.0</text><text x="-0.6408" y="-0.1065"> 0.1</text><text x="-0.6408" y="-0.1885"> 0.2</text><text x="-0.6408" y="-0.2704"> 0.3</text><text x="-0.6408" y="-0.3524"> 0.4</text><text x="-0.6408" y="-0.4344"> 0.5</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5812,0.3742 0.6786,0.3742"/><polyline points="-0.5812,0.2922 0.6786,0.2922"/><polyline points="-0.5812,0.2102 0.6786,0.2102"/><polyline points="-0.5812,0.1282 0.6786,0.1282"/><polyline points="-0.5812,0.0462 0.6786,0.0462"/><polyline points="-0.5812,-0.0358 0.6786,-0.0358"/><polyline points="-0.5812,-0.1177 0.6786,-0.1177"/><polyline points="-0.5812,-0.1997 0.6786,-0.1997"/><polyline points="-0.5812,-0.2817 0.6786,-0.2817"/><polyline points="-0.5812,-0.3637 0.6786,-0.3637"/><polyline points="-0.5812,-0.4457 0.6786,-0.4457"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.8231" x="-0.5971" y="-0.4473"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5812,0.4178--0.5812,0.3878"/><polyline points="-0.4552,0.4178--0.4552,0.3878"/><polyline points="-0.3292,0.4178--0.3292,0.3878"/><polyline points="-0.2032,0.4178--0.2032,0.3878"/><polyline points="-0.0773,0.4178--0.0773,0.3878"/><polyline points="0.0487,0.4178-0.0487,0.3878"/><polyline points="0.1747,0.4178-0.1747,0.3878"/><polyline points="0.3007,0.4178-0.3007,0.3878"/><polyline points="0.4267,0.4178-0.4267,0.3878"/><polyline points="0.5526,0.4178-0.5526,0.3878"/><polyline points="0.6786,0.4178-0.6786,0.3878"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0420" text-anchor="middle"><text x="-0.5812" y="0.4549">-0.5</text><text x="-0.4552" y="0.4549">-0.4</text><text x="-0.3292" y="0.4549">-0.3</text><text x="-0.2032" y="0.4549">-0.2</text><text x="-0.0773" y="0.4549">-0.1</text><text x="0.0487" y="0.4549"> 0.0</text><text x="0.1747" y="0.4549"> 0.1</text><text x="0.3007" y="0.4549"> 0.2</text><text x="0.4267" y="0.4549"> 0.3</text><text x="0.5526" y="0.4549"> 0.4</text><text x="0.6786" y="0.4549"> 0.5</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5812,0.3742 -0.5812,-0.4457"/><polyline points="-0.4552,0.3742 -0.4552,-0.4457"/><polyline points="-0.3292,0.3742 -0.3292,-0.4457"/><polyline points="-0.2032,0.3742 -0.2032,-0.4457"/><polyline points="-0.0773,0.3742 -0.0773,-0.4457"/><polyline points="0.0487,0.3742 0.0487,-0.4457"/><polyline points="0.1747,0.3742 0.1747,-0.4457"/><polyline points="0.3007,0.3742 0.3007,-0.4457"/><polyline points="0.4267,0.3742 0.4267,-0.4457"/><polyline points="0.5526,0.3742 0.5526,-0.4457"/><polyline points="0.6786,0.3742 0.6786,-0.4457"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2632" height="0.0033" x="-0.5829" y="0.3865"/></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="unit"><g stroke-width="0.0100" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.1"><rect width="1.0487" height="0.6887" x="-0.4773" y="-0.3807"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2584" height="0.8264" x="-0.5822" y="-0.4496"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.8298" x="-0.5940" y="-0.4512"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5822,0.3769 0.6762,0.3769"/><polyline points="-0.5822,0.2391 0.6762,0.2391"/><polyline points="-0.5822,0.1014 0.6762,0.1014"/><polyline points="-0.5822,-0.0364 0.6762,-0.0364"/><polyline points="-0.5822,-0.1741 0.6762,-0.1741"/><polyline points="-0.5822,-0.3118 0.6762,-0.3118"/><polyline points="-0.5822,-0.4496 0.6762,-0.4496"/></g></g><g class="tickglyph"><g stroke-width="0.0034" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6174,0.3769+-0.5923,0.3769"/><polyline points="-0.6174,0.2391+-0.5923,0.2391"/><polyline points="-0.6174,0.1014+-0.5923,0.1014"/><polyline points="-0.6174,-0.0364+-0.5923,-0.0364"/><polyline points="-0.6174,-0.1741+-0.5923,-0.1741"/><polyline points="-0.6174,-0.3118+-0.5923,-0.3118"/><polyline points="-0.6174,-0.4496+-0.5923,-0.4496"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6359" y="0.3860">-0.6</text><text x="-0.6359" y="0.2482">-0.4</text><text x="-0.6359" y="0.1105">-0.2</text><text x="-0.6359" y="-0.0273"> 0.0</text><text x="-0.6359" y="-0.1650"> 0.2</text><text x="-0.6359" y="-0.3028"> 0.4</text><text x="-0.6359" y="-0.4405"> 0.6</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2617" height="0.0033" x="-0.5839" y="0.3851"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5822,0.3769 -0.5822,-0.4496"/><polyline points="-0.3725,0.3769 -0.3725,-0.4496"/><polyline points="-0.1628,0.3769 -0.1628,-0.4496"/><polyline points="0.0470,0.3769 0.0470,-0.4496"/><polyline points="0.2567,0.3769 0.2567,-0.4496"/><polyline points="0.4664,0.3769 0.4664,-0.4496"/><polyline points="0.6762,0.3769 0.6762,-0.4496"/></g></g><g class="tickglyph"><g stroke-width="0.0033" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5822,0.4116+-0.5822,0.3868"/><polyline points="-0.3725,0.4116+-0.3725,0.3868"/><polyline points="-0.1628,0.4116+-0.1628,0.3868"/><polyline points="0.0470,0.4116+0.0470,0.3868"/><polyline points="0.2567,0.4116+0.2567,0.3868"/><polyline points="0.4664,0.4116+0.4664,0.3868"/><polyline points="0.6762,0.4116+0.6762,0.3868"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.5822" y="0.4570">-0.6</text><text x="-0.3725" y="0.4570">-0.4</text><text x="-0.1628" y="0.4570">-0.2</text><text x="0.0470" y="0.4570"> 0.0</text><text x="0.2567" y="0.4570"> 0.2</text><text x="0.4664" y="0.4570"> 0.4</text><text x="0.6762" y="0.4570"> 0.6</text></g></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>
other/usage.svg view
@@ -22,22 +22,24 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="line"><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5953,0.2087 -0.1679,0.2087 0.2595,-0.4458"/></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.5953,0.3724 0.6015,-0.1185"/></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.3816,-0.2822 -0.3816,0.3724"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2886" height="0.8304" x="-0.6017" y="-0.4519"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6273, 0.3724)"><polyline points="-0.6273,0.3874--0.6273,0.3574"/></g><g transform="rotate(-90.0, -0.6273, 0.2906)"><polyline points="-0.6273,0.3056--0.6273,0.2756"/></g><g transform="rotate(-90.0, -0.6273, 0.2087)"><polyline points="-0.6273,0.2237--0.6273,0.1937"/></g><g transform="rotate(-90.0, -0.6273, 0.1269)"><polyline points="-0.6273,0.1419--0.6273,0.1119"/></g><g transform="rotate(-90.0, -0.6273, 0.0451)"><polyline points="-0.6273,0.0601--0.6273,0.0301"/></g><g transform="rotate(-90.0, -0.6273, -0.0367)"><polyline points="-0.6273,-0.0217--0.6273,-0.0517"/></g><g transform="rotate(-90.0, -0.6273, -0.1185)"><polyline points="-0.6273,-0.1035--0.6273,-0.1335"/></g><g transform="rotate(-90.0, -0.6273, -0.2003)"><polyline points="-0.6273,-0.1853--0.6273,-0.2153"/></g><g transform="rotate(-90.0, -0.6273, -0.2822)"><polyline points="-0.6273,-0.2672--0.6273,-0.2972"/></g><g transform="rotate(-90.0, -0.6273, -0.3640)"><polyline points="-0.6273,-0.3490--0.6273,-0.3790"/></g><g transform="rotate(-90.0, -0.6273, -0.4458)"><polyline points="-0.6273,-0.4308--0.6273,-0.4608"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0427" text-anchor="end"><text x="-0.6581" y="0.3836">0.0</text><text x="-0.6581" y="0.3018">0.5</text><text x="-0.6581" y="0.2200">1.0</text><text x="-0.6581" y="0.1382">1.5</text><text x="-0.6581" y="0.0564">2.0</text><text x="-0.6581" y="-0.0255">2.5</text><text x="-0.6581" y="-0.1073">3.0</text><text x="-0.6581" y="-0.1891">3.5</text><text x="-0.6581" y="-0.2709">4.0</text><text x="-0.6581" y="-0.3527">4.5</text><text x="-0.6581" y="-0.4345">5.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5953,0.3724 0.6870,0.3724"/><polyline points="-0.5953,0.2906 0.6870,0.2906"/><polyline points="-0.5953,0.2087 0.6870,0.2087"/><polyline points="-0.5953,0.1269 0.6870,0.1269"/><polyline points="-0.5953,0.0451 0.6870,0.0451"/><polyline points="-0.5953,-0.0367 0.6870,-0.0367"/><polyline points="-0.5953,-0.1185 0.6870,-0.1185"/><polyline points="-0.5953,-0.2003 0.6870,-0.2003"/><polyline points="-0.5953,-0.2822 0.6870,-0.2822"/><polyline points="-0.5953,-0.3640 0.6870,-0.3640"/><polyline points="-0.5953,-0.4458 0.6870,-0.4458"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.8214" x="-0.6137" y="-0.4474"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5953,0.4180--0.5953,0.3880"/><polyline points="-0.3816,0.4180--0.3816,0.3880"/><polyline points="-0.1679,0.4180--0.1679,0.3880"/><polyline points="0.0458,0.4180-0.0458,0.3880"/><polyline points="0.2595,0.4180-0.2595,0.3880"/><polyline points="0.4733,0.4180-0.4733,0.3880"/><polyline points="0.6870,0.4180-0.6870,0.3880"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0427" text-anchor="middle"><text x="-0.5953" y="0.4550">0.0</text><text x="-0.3816" y="0.4550">0.5</text><text x="-0.1679" y="0.4550">1.0</text><text x="0.0458" y="0.4550">1.5</text><text x="0.2595" y="0.4550">2.0</text><text x="0.4733" y="0.4550">2.5</text><text x="0.6870" y="0.4550">3.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5953,0.3724 -0.5953,-0.4458"/><polyline points="-0.3816,0.3724 -0.3816,-0.4458"/><polyline points="-0.1679,0.3724 -0.1679,-0.4458"/><polyline points="0.0458,0.3724 0.0458,-0.4458"/><polyline points="0.2595,0.3724 0.2595,-0.4458"/><polyline points="0.4733,0.3724 0.4733,-0.4458"/><polyline points="0.6870,0.3724 0.6870,-0.4458"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2857" height="0.0033" x="-0.5970" y="0.3867"/></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.5000" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="line"><g stroke-width="0.0150" stroke="rgb(2%, 73%, 80%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6371,0.1998 -0.1971,0.1998 0.2429,-0.4503"/></g><g stroke-width="0.0150" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="none"><polyline points="-0.6371,0.3623 0.5949,-0.1253"/></g><g stroke-width="0.0150" stroke="rgb(66%, 7%, 55%)" stroke-opacity="1.0" fill="none"><polyline points="-0.4171,-0.2878 -0.4171,0.3623"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.3266" height="0.8248" x="-0.6437" y="-0.4564"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0035" height="0.8158" x="-0.6494" y="-0.4519"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6371,0.3623 0.6830,0.3623"/><polyline points="-0.6371,0.1998 0.6830,0.1998"/><polyline points="-0.6371,0.0372 0.6830,0.0372"/><polyline points="-0.6371,-0.1253 0.6830,-0.1253"/><polyline points="-0.6371,-0.2878 0.6830,-0.2878"/><polyline points="-0.6371,-0.4503 0.6830,-0.4503"/></g></g><g class="tickglyph"><g stroke-width="0.0035" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6741,0.3623+-0.6477,0.3623"/><polyline points="-0.6741,0.1998+-0.6477,0.1998"/><polyline points="-0.6741,0.0372+-0.6477,0.0372"/><polyline points="-0.6741,-0.1253+-0.6477,-0.1253"/><polyline points="-0.6741,-0.2878+-0.6477,-0.2878"/><polyline points="-0.6741,-0.4503+-0.6477,-0.4503"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6935" y="0.3712">0</text><text x="-0.6935" y="0.2087">1</text><text x="-0.6935" y="0.0462">2</text><text x="-0.6935" y="-0.1163">3</text><text x="-0.6935" y="-0.2788">4</text><text x="-0.6935" y="-0.4413">5</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.3236" height="0.0033" x="-0.6388" y="0.3704"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.6371,0.3623 -0.6371,-0.4503"/><polyline points="-0.4171,0.3623 -0.4171,-0.4503"/><polyline points="-0.1971,0.3623 -0.1971,-0.4503"/><polyline points="0.0229,0.3623 0.0229,-0.4503"/><polyline points="0.2429,0.3623 0.2429,-0.4503"/><polyline points="0.4629,0.3623 0.4629,-0.4503"/><polyline points="0.6830,0.3623 0.6830,-0.4503"/></g></g><g class="tickglyph"><g stroke-width="0.0033" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6371,0.3965+-0.6371,0.3720"/><polyline points="-0.4171,0.3965+-0.4171,0.3720"/><polyline points="-0.1971,0.3965+-0.1971,0.3720"/><polyline points="0.0229,0.3965+0.0229,0.3720"/><polyline points="0.2429,0.3965+0.2429,0.3720"/><polyline points="0.4629,0.3965+0.4629,0.3720"/><polyline points="0.6830,0.3965+0.6830,0.3720"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.6371" y="0.4413">0.0</text><text x="-0.4171" y="0.4413">0.5</text><text x="-0.1971" y="0.4413">1.0</text><text x="0.0229" y="0.4413">1.5</text><text x="0.2429" y="0.4413">2.0</text><text x="0.4629" y="0.4413">2.5</text><text x="0.6830" y="0.4413">3.0</text></g></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.5000" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>
other/venn.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300" viewBox="-0.5 -0.5 1.0 1.0"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="299" height="300" viewBox="-0.5 -0.5 1.0000 1.0"><style>svg { color-scheme: light dark; } {@@ -22,18 +22,25 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="venn"><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><path d="M 0.0592,-0.3781 A 0.1334 0.1306 0 1 1 0.3261,0.0742 A 0.2669 0.2611 0 0 0 0.1926,-0.1520 A 0.2669 0.2611 0 0 0 0.0592,-0.3781 L 0.0592,-0.3781"/></g><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 29%, 48%)" fill-opacity="0.2"><path d="M -0.2077,0.0742 A 0.1334 0.1306 0 1 0 0.3261,0.0742 A 0.2669 0.2611 0 0 1 0.0592,0.0742 A 0.2669 0.2611 0 0 1 -0.2077,0.0742 L -0.2077,0.0742"/></g><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.2"><path d="M -0.2077,0.0742 A 0.1334 0.1306 0 1 1 0.0592,-0.3781 A 0.2669 0.2611 0 0 0 -0.0742,-0.1520 A 0.2669 0.2611 0 0 0 -0.2077,0.0742 L -0.2077,0.0742"/></g><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(96%, 60%, 92%)" fill-opacity="0.2"><path d="M 0.1926,-0.1520 A 0.2669 0.2611 0 0 1 0.3261,0.0742 A 0.2669 0.2611 0 0 1 0.0592,0.0742 A 0.2669 0.2611 0 0 0 0.1926,-0.1520 L 0.1926,-0.1520"/></g><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.2"><path d="M 0.0592,0.0742 A 0.2669 0.2611 0 0 1 -0.2077,0.0742 A 0.2669 0.2611 0 0 1 -0.0742,-0.1520 A 0.2669 0.2611 0 0 0 0.0592,0.0742 L 0.0592,0.0742"/></g><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(73%, 34%, 1%)" fill-opacity="0.2"><path d="M 0.0592,-0.3781 A 0.2669 0.2611 0 0 1 0.1926,-0.1520 A 0.2669 0.2611 0 0 0 -0.0742,-0.1520 A 0.2669 0.2611 0 0 1 0.0592,-0.3781 L 0.0592,-0.3781"/></g><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 29%, 7%)" fill-opacity="0.2"><path d="M 0.1926,-0.1520 A 0.2669 0.2611 0 0 1 0.0592,0.0742 A 0.2669 0.2611 0 0 1 -0.0742,-0.1520 A 0.2669 0.2611 0 0 1 0.1926,-0.1520 L 0.1926,-0.1520"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.8046" height="0.7854" x="-0.3431" y="-0.4481"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.3671, 0.3353)"><polyline points="-0.3671,0.3503--0.3671,0.3203"/></g><g transform="rotate(-90.0, -0.3671, 0.2047)"><polyline points="-0.3671,0.2197--0.3671,0.1897"/></g><g transform="rotate(-90.0, -0.3671, 0.0742)"><polyline points="-0.3671,0.0892--0.3671,0.0592"/></g><g transform="rotate(-90.0, -0.3671, -0.0564)"><polyline points="-0.3671,-0.0414--0.3671,-0.0714"/></g><g transform="rotate(-90.0, -0.3671, -0.1870)"><polyline points="-0.3671,-0.1720--0.3671,-0.2020"/></g><g transform="rotate(-90.0, -0.3671, -0.3175)"><polyline points="-0.3671,-0.3025--0.3671,-0.3325"/></g><g transform="rotate(-90.0, -0.3671, -0.4481)"><polyline points="-0.3671,-0.4331--0.3671,-0.4631"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.3959" y="0.3461">-2.0</text><text x="-0.3959" y="0.2155">-1.0</text><text x="-0.3959" y="0.0849">-0.5</text><text x="-0.3959" y="-0.0456"> 0.0</text><text x="-0.3959" y="-0.1762"> 0.5</text><text x="-0.3959" y="-0.3068"> 1.0</text><text x="-0.3959" y="-0.4373"> 2.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.3411,0.3353 0.4595,0.3353"/><polyline points="-0.3411,0.2047 0.4595,0.2047"/><polyline points="-0.3411,0.0742 0.4595,0.0742"/><polyline points="-0.3411,-0.0564 0.4595,-0.0564"/><polyline points="-0.3411,-0.1870 0.4595,-0.1870"/><polyline points="-0.3411,-0.3175 0.4595,-0.3175"/><polyline points="-0.3411,-0.4481 0.4595,-0.4481"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0032" height="0.7865" x="-0.3543" y="-0.4497"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.3411,0.3758--0.3411,0.3458"/><polyline points="-0.2077,0.3758--0.2077,0.3458"/><polyline points="-0.0742,0.3758--0.0742,0.3458"/><polyline points="0.0592,0.3758-0.0592,0.3458"/><polyline points="0.1926,0.3758-0.1926,0.3458"/><polyline points="0.3261,0.3758-0.3261,0.3458"/><polyline points="0.4595,0.3758-0.4595,0.3458"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.3411" y="0.4105" transform="rotate(-45.0, -0.3411, 0.4105)">-2.0</text><text x="-0.2077" y="0.4105" transform="rotate(-45.0, -0.2077, 0.4105)">-1.0</text><text x="-0.0742" y="0.4105" transform="rotate(-45.0, -0.0742, 0.4105)">-0.5</text><text x="0.0592" y="0.4105" transform="rotate(-45.0, 0.0592, 0.4105)"> 0.0</text><text x="0.1926" y="0.4105" transform="rotate(-45.0, 0.1926, 0.4105)"> 0.5</text><text x="0.3261" y="0.4105" transform="rotate(-45.0, 0.3261, 0.4105)"> 1.0</text><text x="0.4595" y="0.4105" transform="rotate(-45.0, 0.4595, 0.4105)"> 2.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.3411,0.3353 -0.3411,-0.4481"/><polyline points="-0.2077,0.3353 -0.2077,-0.4481"/><polyline points="-0.0742,0.3353 -0.0742,-0.4481"/><polyline points="0.0592,0.3353 0.0592,-0.4481"/><polyline points="0.1926,0.3353 0.1926,-0.4481"/><polyline points="0.3261,0.3353 0.3261,-0.4481"/><polyline points="0.4595,0.3353 0.4595,-0.4481"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.8038" height="0.0031" x="-0.3427" y="0.3451"/></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.0" height="1.0" x="-0.5" y="-0.5"/></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="venn"><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><path d="M 0.0608,-0.3820 A 0.1335 0.1308 0 1 1 0.3277,0.0709 A 0.2669 0.2615 0 0 0 0.1942,-0.1555 A 0.2669 0.2615 0 0 0 0.0608,-0.3820 L 0.0608,-0.3820"/></g><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 29%, 48%)" fill-opacity="0.2"><path d="M -0.2061,0.0709 A 0.1335 0.1308 0 1 0 0.3277,0.0709 A 0.2669 0.2615 0 0 1 0.0608,0.0709 A 0.2669 0.2615 0 0 1 -0.2061,0.0709 L -0.2061,0.0709"/></g><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 55%)" fill-opacity="0.2"><path d="M -0.2061,0.0709 A 0.1335 0.1308 0 1 1 0.0608,-0.3820 A 0.2669 0.2615 0 0 0 -0.0727,-0.1555 A 0.2669 0.2615 0 0 0 -0.2061,0.0709 L -0.2061,0.0709"/></g><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(96%, 60%, 92%)" fill-opacity="0.2"><path d="M 0.1942,-0.1555 A 0.2669 0.2615 0 0 1 0.3277,0.0709 A 0.2669 0.2615 0 0 1 0.0608,0.0709 A 0.2669 0.2615 0 0 0 0.1942,-0.1555 L 0.1942,-0.1555"/></g><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="0.2"><path d="M 0.0608,0.0709 A 0.2669 0.2615 0 0 1 -0.2061,0.0709 A 0.2669 0.2615 0 0 1 -0.0727,-0.1555 A 0.2669 0.2615 0 0 0 0.0608,0.0709 L 0.0608,0.0709"/></g><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(73%, 34%, 1%)" fill-opacity="0.2"><path d="M 0.0608,-0.3820 A 0.2669 0.2615 0 0 1 0.1942,-0.1555 A 0.2669 0.2615 0 0 0 -0.0727,-0.1555 A 0.2669 0.2615 0 0 1 0.0608,-0.3820 L 0.0608,-0.3820"/></g><g stroke-width="0.0050" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 29%, 7%)" fill-opacity="0.2"><path d="M 0.1942,-0.1555 A 0.2669 0.2615 0 0 1 0.0608,0.0709 A 0.2669 0.2615 0 0 1 -0.0727,-0.1555 A 0.2669 0.2615 0 0 1 0.1942,-0.1555 L 0.1942,-0.1555"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="0.8047" height="0.7865" x="-0.3416" y="-0.4521"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0032" height="0.7877" x="-0.3508" y="-0.4537"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.3396,0.3325 0.4611,0.3325"/><polyline points="-0.3396,0.2017 0.4611,0.2017"/><polyline points="-0.3396,0.0709 0.4611,0.0709"/><polyline points="-0.3396,-0.0598 0.4611,-0.0598"/><polyline points="-0.3396,-0.1906 0.4611,-0.1906"/><polyline points="-0.3396,-0.3213 0.4611,-0.3213"/><polyline points="-0.3396,-0.4521 0.4611,-0.4521"/></g></g><g class="tickglyph"><g stroke-width="0.0032" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.3733,0.3325+-0.3492,0.3325"/><polyline points="-0.3733,0.2017+-0.3492,0.2017"/><polyline points="-0.3733,0.0709+-0.3492,0.0709"/><polyline points="-0.3733,-0.0598+-0.3492,-0.0598"/><polyline points="-0.3733,-0.1906+-0.3492,-0.1906"/><polyline points="-0.3733,-0.3213+-0.3492,-0.3213"/><polyline points="-0.3733,-0.4521+-0.3492,-0.4521"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.3909" y="0.3411">-2.0</text><text x="-0.3909" y="0.2103">-1.0</text><text x="-0.3909" y="0.0796">-0.5</text><text x="-0.3909" y="-0.0512"> 0.0</text><text x="-0.3909" y="-0.1819"> 0.5</text><text x="-0.3909" y="-0.3127"> 1.0</text><text x="-0.3909" y="-0.4435"> 2.0</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.8039" height="0.0031" x="-0.3412" y="0.3403"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.3396,0.3325 -0.3396,-0.4521"/><polyline points="-0.2061,0.3325 -0.2061,-0.4521"/><polyline points="-0.0727,0.3325 -0.0727,-0.4521"/><polyline points="0.0608,0.3325 0.0608,-0.4521"/><polyline points="0.1942,0.3325 0.1942,-0.4521"/><polyline points="0.3277,0.3325 0.3277,-0.4521"/><polyline points="0.4611,0.3325 0.4611,-0.4521"/></g></g><g class="tickglyph"><g stroke-width="0.0031" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.3396,0.3654+-0.3396,0.3419"/><polyline points="-0.2061,0.3654+-0.2061,0.3419"/><polyline points="-0.0727,0.3654+-0.0727,0.3419"/><polyline points="0.0608,0.3654+0.0608,0.3419"/><polyline points="0.1942,0.3654+0.1942,0.3419"/><polyline points="0.3277,0.3654+0.3277,0.3419"/><polyline points="0.4611,0.3654+0.4611,0.3419"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.3396" y="0.4086" transform="rotate(-45.0, -0.3396, 0.4086)">-2.0</text><text x="-0.2061" y="0.4086" transform="rotate(-45.0, -0.2061, 0.4086)">-1.0</text><text x="-0.0727" y="0.4086" transform="rotate(-45.0, -0.0727, 0.4086)">-0.5</text><text x="0.0608" y="0.4086" transform="rotate(-45.0, 0.0608, 0.4086)"> 0.0</text><text x="0.1942" y="0.4086" transform="rotate(-45.0, 0.1942, 0.4086)"> 0.5</text><text x="0.3277" y="0.4086" transform="rotate(-45.0, 0.3277, 0.4086)"> 1.0</text><text x="0.4611" y="0.4086" transform="rotate(-45.0, 0.4611, 0.4086)"> 2.0</text></g></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.0000" height="1.0" x="-0.5" y="-0.5"/></g></g></g></svg>
other/wave.svg view
@@ -22,23 +22,24 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="wave"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0300" height="0.0300" x="-0.5843" y="-0.0541"/><rect width="0.0300" height="0.0300" x="-0.5461" y="-0.1387"/><rect width="0.0300" height="0.0300" x="-0.5079" y="-0.2196"/><rect width="0.0300" height="0.0300" x="-0.4698" y="-0.2933"/><rect width="0.0300" height="0.0300" x="-0.4316" y="-0.3565"/><rect width="0.0300" height="0.0300" x="-0.3934" y="-0.4065"/><rect width="0.0300" height="0.0300" x="-0.3553" y="-0.4412"/><rect width="0.0300" height="0.0300" x="-0.3171" y="-0.4588"/><rect width="0.0300" height="0.0300" x="-0.2789" y="-0.4588"/><rect width="0.0300" height="0.0300" x="-0.2408" y="-0.4412"/><rect width="0.0300" height="0.0300" x="-0.2026" y="-0.4065"/><rect width="0.0300" height="0.0300" x="-0.1644" y="-0.3565"/><rect width="0.0300" height="0.0300" x="-0.1263" y="-0.2933"/><rect width="0.0300" height="0.0300" x="-0.0881" y="-0.2196"/><rect width="0.0300" height="0.0300" x="-0.0499" y="-0.1387"/><rect width="0.0300" height="0.0300" x="-0.0117" y="-0.0541"/><rect width="0.0300" height="0.0300" x="0.0264" y="0.0305"/><rect width="0.0300" height="0.0300" x="0.0646" y="0.1115"/><rect width="0.0300" height="0.0300" x="0.1028" y="0.1852"/><rect width="0.0300" height="0.0300" x="0.1409" y="0.2484"/><rect width="0.0300" height="0.0300" x="0.1791" y="0.2984"/><rect width="0.0300" height="0.0300" x="0.2173" y="0.3330"/><rect width="0.0300" height="0.0300" x="0.2554" y="0.3507"/><rect width="0.0300" height="0.0300" x="0.2936" y="0.3507"/><rect width="0.0300" height="0.0300" x="0.3318" y="0.3330"/><rect width="0.0300" height="0.0300" x="0.3699" y="0.2984"/><rect width="0.0300" height="0.0300" x="0.4081" y="0.2484"/><rect width="0.0300" height="0.0300" x="0.4463" y="0.1852"/><rect width="0.0300" height="0.0300" x="0.4844" y="0.1115"/><rect width="0.0300" height="0.0300" x="0.5226" y="0.0305"/><rect width="0.0300" height="0.0300" x="0.5608" y="-0.0541"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2897" height="0.8364" x="-0.5833" y="-0.4573"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.6088, 0.3679)"><polyline points="-0.6088,0.3829--0.6088,0.3529"/></g><g transform="rotate(-90.0, -0.6088, 0.2865)"><polyline points="-0.6088,0.3015--0.6088,0.2715"/></g><g transform="rotate(-90.0, -0.6088, 0.2051)"><polyline points="-0.6088,0.2201--0.6088,0.1901"/></g><g transform="rotate(-90.0, -0.6088, 0.1237)"><polyline points="-0.6088,0.1387--0.6088,0.1087"/></g><g transform="rotate(-90.0, -0.6088, 0.0423)"><polyline points="-0.6088,0.0573--0.6088,0.0273"/></g><g transform="rotate(-90.0, -0.6088, -0.0391)"><polyline points="-0.6088,-0.0241--0.6088,-0.0541"/></g><g transform="rotate(-90.0, -0.6088, -0.1205)"><polyline points="-0.6088,-0.1055--0.6088,-0.1355"/></g><g transform="rotate(-90.0, -0.6088, -0.2019)"><polyline points="-0.6088,-0.1869--0.6088,-0.2169"/></g><g transform="rotate(-90.0, -0.6088, -0.2833)"><polyline points="-0.6088,-0.2683--0.6088,-0.2983"/></g><g transform="rotate(-90.0, -0.6088, -0.3647)"><polyline points="-0.6088,-0.3497--0.6088,-0.3797"/></g><g transform="rotate(-90.0, -0.6088, -0.4461)"><polyline points="-0.6088,-0.4311--0.6088,-0.4611"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0425" text-anchor="end"><text x="-0.6394" y="0.3791">-1.0</text><text x="-0.6394" y="0.2977">-0.8</text><text x="-0.6394" y="0.2163">-0.6</text><text x="-0.6394" y="0.1349">-0.4</text><text x="-0.6394" y="0.0535">-0.2</text><text x="-0.6394" y="-0.0279"> 0.0</text><text x="-0.6394" y="-0.1093"> 0.2</text><text x="-0.6394" y="-0.1907"> 0.4</text><text x="-0.6394" y="-0.2721"> 0.6</text><text x="-0.6394" y="-0.3535"> 0.8</text><text x="-0.6394" y="-0.4349"> 1.0</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5693,0.3679 0.7064,0.3679"/><polyline points="-0.5693,0.2865 0.7064,0.2865"/><polyline points="-0.5693,0.2051 0.7064,0.2051"/><polyline points="-0.5693,0.1237 0.7064,0.1237"/><polyline points="-0.5693,0.0423 0.7064,0.0423"/><polyline points="-0.5693,-0.0391 0.7064,-0.0391"/><polyline points="-0.5693,-0.1205 0.7064,-0.1205"/><polyline points="-0.5693,-0.2019 0.7064,-0.2019"/><polyline points="-0.5693,-0.2833 0.7064,-0.2833"/><polyline points="-0.5693,-0.3647 0.7064,-0.3647"/><polyline points="-0.5693,-0.4461 0.7064,-0.4461"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.8172" x="-0.5952" y="-0.4477"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5693,0.4185--0.5693,0.3885"/><polyline points="-0.3870,0.4185--0.3870,0.3885"/><polyline points="-0.2048,0.4185--0.2048,0.3885"/><polyline points="-0.0226,0.4185--0.0226,0.3885"/><polyline points="0.1597,0.4185-0.1597,0.3885"/><polyline points="0.3419,0.4185-0.3419,0.3885"/><polyline points="0.5242,0.4185-0.5242,0.3885"/><polyline points="0.7064,0.4185-0.7064,0.3885"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0425" text-anchor="middle"><text x="-0.5693" y="0.4552">0</text><text x="-0.3870" y="0.4552">1</text><text x="-0.2048" y="0.4552">2</text><text x="-0.0226" y="0.4552">3</text><text x="0.1597" y="0.4552">4</text><text x="0.3419" y="0.4552">5</text><text x="0.5242" y="0.4552">6</text><text x="0.7064" y="0.4552">7</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5693,0.3679 -0.5693,-0.4461"/><polyline points="-0.3870,0.3679 -0.3870,-0.4461"/><polyline points="-0.2048,0.3679 -0.2048,-0.4461"/><polyline points="-0.0226,0.3679 -0.0226,-0.4461"/><polyline points="0.1597,0.3679 0.1597,-0.4461"/><polyline points="0.3419,0.3679 0.3419,-0.4461"/><polyline points="0.5242,0.3679 0.5242,-0.4461"/><polyline points="0.7064,0.3679 0.7064,-0.4461"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2791" height="0.0033" x="-0.5710" y="0.3873"/></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.5000" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="wave"><g stroke-width="0.0030" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="0.2"><rect width="0.0300" height="0.0300" x="-0.5934" y="-0.0517"/><rect width="0.0300" height="0.0300" x="-0.5550" y="-0.1374"/><rect width="0.0300" height="0.0300" x="-0.5166" y="-0.2194"/><rect width="0.0300" height="0.0300" x="-0.4782" y="-0.2941"/><rect width="0.0300" height="0.0300" x="-0.4398" y="-0.3582"/><rect width="0.0300" height="0.0300" x="-0.4014" y="-0.4089"/><rect width="0.0300" height="0.0300" x="-0.3630" y="-0.4439"/><rect width="0.0300" height="0.0300" x="-0.3245" y="-0.4619"/><rect width="0.0300" height="0.0300" x="-0.2861" y="-0.4619"/><rect width="0.0300" height="0.0300" x="-0.2477" y="-0.4439"/><rect width="0.0300" height="0.0300" x="-0.2093" y="-0.4089"/><rect width="0.0300" height="0.0300" x="-0.1709" y="-0.3582"/><rect width="0.0300" height="0.0300" x="-0.1325" y="-0.2941"/><rect width="0.0300" height="0.0300" x="-0.0941" y="-0.2194"/><rect width="0.0300" height="0.0300" x="-0.0557" y="-0.1374"/><rect width="0.0300" height="0.0300" x="-0.0172" y="-0.0517"/><rect width="0.0300" height="0.0300" x="0.0212" y="0.0341"/><rect width="0.0300" height="0.0300" x="0.0596" y="0.1161"/><rect width="0.0300" height="0.0300" x="0.0980" y="0.1907"/><rect width="0.0300" height="0.0300" x="0.1364" y="0.2548"/><rect width="0.0300" height="0.0300" x="0.1748" y="0.3055"/><rect width="0.0300" height="0.0300" x="0.2132" y="0.3406"/><rect width="0.0300" height="0.0300" x="0.2516" y="0.3585"/><rect width="0.0300" height="0.0300" x="0.2900" y="0.3585"/><rect width="0.0300" height="0.0300" x="0.3285" y="0.3406"/><rect width="0.0300" height="0.0300" x="0.3669" y="0.3055"/><rect width="0.0300" height="0.0300" x="0.4053" y="0.2548"/><rect width="0.0300" height="0.0300" x="0.4437" y="0.1907"/><rect width="0.0300" height="0.0300" x="0.4821" y="0.1161"/><rect width="0.0300" height="0.0300" x="0.5205" y="0.0341"/><rect width="0.0300" height="0.0300" x="0.5589" y="-0.0517"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2980" height="0.8479" x="-0.5926" y="-0.4606"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.8282" x="-0.5904" y="-0.4508"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5784,0.3757 0.7054,0.3757"/><polyline points="-0.5784,0.1695 0.7054,0.1695"/><polyline points="-0.5784,-0.0367 0.7054,-0.0367"/><polyline points="-0.5784,-0.2429 0.7054,-0.2429"/><polyline points="-0.5784,-0.4491 0.7054,-0.4491"/></g></g><g class="tickglyph"><g stroke-width="0.0034" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6145,0.3757+-0.5887,0.3757"/><polyline points="-0.6145,0.1695+-0.5887,0.1695"/><polyline points="-0.6145,-0.0367+-0.5887,-0.0367"/><polyline points="-0.6145,-0.2429+-0.5887,-0.2429"/><polyline points="-0.6145,-0.4491+-0.5887,-0.4491"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6333" y="0.3849">-1.0</text><text x="-0.6333" y="0.1787">-0.5</text><text x="-0.6333" y="-0.0275"> 0.0</text><text x="-0.6333" y="-0.2337"> 0.5</text><text x="-0.6333" y="-0.4400"> 1.0</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2872" height="0.0033" x="-0.5801" y="0.3841"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5784,0.3757 -0.5784,-0.4491"/><polyline points="-0.3950,0.3757 -0.3950,-0.4491"/><polyline points="-0.2116,0.3757 -0.2116,-0.4491"/><polyline points="-0.0282,0.3757 -0.0282,-0.4491"/><polyline points="0.1552,0.3757 0.1552,-0.4491"/><polyline points="0.3386,0.3757 0.3386,-0.4491"/><polyline points="0.5220,0.3757 0.5220,-0.4491"/><polyline points="0.7054,0.3757 0.7054,-0.4491"/></g></g><g class="tickglyph"><g stroke-width="0.0033" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5784,0.4108+-0.5784,0.3857"/><polyline points="-0.3950,0.4108+-0.3950,0.3857"/><polyline points="-0.2116,0.4108+-0.2116,0.3857"/><polyline points="-0.0282,0.4108+-0.0282,0.3857"/><polyline points="0.1552,0.4108+0.1552,0.3857"/><polyline points="0.3386,0.4108+0.3386,0.3857"/><polyline points="0.5220,0.4108+0.5220,0.3857"/><polyline points="0.7054,0.4108+0.7054,0.3857"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="middle"><text x="-0.5784" y="0.4566">0</text><text x="-0.3950" y="0.4566">1</text><text x="-0.2116" y="0.4566">2</text><text x="-0.0282" y="0.4566">3</text><text x="0.1552" y="0.4566">4</text><text x="0.3386" y="0.4566">5</text><text x="0.5220" y="0.4566">6</text><text x="0.7054" y="0.4566">7</text></g></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.5000" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>
other/wheel.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="449" height="300" viewBox="-0.75 -0.5 1.5000 1.0"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="450" height="300" viewBox="-0.75 -0.5 1.5 1.0"><style>svg { color-scheme: light dark; } {@@ -22,23 +22,26 @@ .legendBorder g { fill: rgb(5%, 5%, 5%); }-}</style><g class="chart"><g class="dots"><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="1.0"><circle cx="-0.4441" cy="-0.0689" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(2%, 29%, 48%)" fill-opacity="1.0"><circle cx="-0.2305" cy="-0.0039" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 55%)" fill-opacity="1.0"><circle cx="0.4990" cy="-0.0272" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(96%, 60%, 92%)" fill-opacity="1.0"><circle cx="0.3022" cy="-0.0380" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="1.0"><circle cx="0.0407" cy="-0.4086" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(73%, 34%, 1%)" fill-opacity="1.0"><circle cx="0.1944" cy="-0.3813" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(21%, 29%, 7%)" fill-opacity="1.0"><circle cx="-0.2667" cy="-0.2936" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(53%, 51%, 28%)" fill-opacity="1.0"><circle cx="-0.1645" cy="-0.3131" r="0.0400"/></g></g><g class="wheel"><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1095" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0785" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0787" y="-0.1783"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0794" y="-0.1806"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0806" y="-0.1828"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0823" y="-0.1849"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0844" y="-0.1868"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0869" y="-0.1886"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0897" y="-0.1902"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0928" y="-0.1915"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0963" y="-0.1926"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0999" y="-0.1935"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1036" y="-0.1940"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1075" y="-0.1943"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1114" y="-0.1943"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1153" y="-0.1940"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1190" y="-0.1935"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1227" y="-0.1926"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1261" y="-0.1915"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1292" y="-0.1902"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1321" y="-0.1886"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 40%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1345" y="-0.1868"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1366" y="-0.1849"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1383" y="-0.1828"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1395" y="-0.1806"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1402" y="-0.1783"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1405" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1402" y="-0.1738"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 40%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1395" y="-0.1715"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 40%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1383" y="-0.1693"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 40%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1366" y="-0.1672"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1345" y="-0.1653"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1321" y="-0.1635"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1292" y="-0.1620"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1261" y="-0.1606"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1227" y="-0.1595"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1190" y="-0.1587"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1153" y="-0.1581"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1114" y="-0.1578"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1075" y="-0.1578"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1036" y="-0.1581"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0999" y="-0.1587"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 38%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0963" y="-0.1595"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 38%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0928" y="-0.1606"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 38%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0897" y="-0.1620"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 38%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0869" y="-0.1635"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 38%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0844" y="-0.1653"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 38%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0823" y="-0.1672"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0806" y="-0.1693"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0794" y="-0.1715"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0787" y="-0.1738"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0475" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0480" y="-0.1806"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0494" y="-0.1852"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0518" y="-0.1895"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0551" y="-0.1937"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0593" y="-0.1976"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 38%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0643" y="-0.2011"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 38%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0699" y="-0.2042"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 38%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0762" y="-0.2069"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 38%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0831" y="-0.2092"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 38%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0903" y="-0.2109"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0978" y="-0.2120"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 39%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1056" y="-0.2126"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1133" y="-0.2126"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1211" y="-0.2120"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1286" y="-0.2109"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 40%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1359" y="-0.2092"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 40%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1427" y="-0.2069"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1490" y="-0.2042"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1546" y="-0.2011"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 40%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1596" y="-0.1976"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 40%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1638" y="-0.1937"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 40%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1671" y="-0.1895"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 40%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1695" y="-0.1852"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 40%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1710" y="-0.1806"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1714" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1710" y="-0.1715"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1695" y="-0.1670"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1671" y="-0.1626"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1638" y="-0.1584"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1596" y="-0.1546"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1546" y="-0.1510"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 40%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1490" y="-0.1479"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 40%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1427" y="-0.1452"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 39%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1359" y="-0.1430"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 39%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1286" y="-0.1413"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 39%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1211" y="-0.1401"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1133" y="-0.1395"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1056" y="-0.1395"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 38%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0978" y="-0.1401"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 38%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0903" y="-0.1413"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 38%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0831" y="-0.1430"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 38%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0762" y="-0.1452"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 38%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0699" y="-0.1479"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0643" y="-0.1510"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 37%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0593" y="-0.1546"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 37%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0551" y="-0.1584"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 37%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0518" y="-0.1626"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 37%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0494" y="-0.1670"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0480" y="-0.1715"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 36%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0165" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 36%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0172" y="-0.1829"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 36%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0194" y="-0.1897"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 36%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0230" y="-0.1963"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 37%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0280" y="-0.2025"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 37%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0342" y="-0.2083"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 37%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0417" y="-0.2136"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 37%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0502" y="-0.2183"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 37%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0596" y="-0.2224"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 38%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0699" y="-0.2257"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 38%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0807" y="-0.2283"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 38%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0920" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 39%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1036" y="-0.2308"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 39%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1153" y="-0.2308"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1269" y="-0.2300"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 40%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1382" y="-0.2283"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 40%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1490" y="-0.2257"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 40%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1593" y="-0.2224"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1687" y="-0.2183"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 41%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1772" y="-0.2136"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 41%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1847" y="-0.2083"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 41%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1909" y="-0.2025"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 41%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1959" y="-0.1963"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 41%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1995" y="-0.1897"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 41%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2017" y="-0.1829"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 41%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2024" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 41%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2017" y="-0.1692"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 41%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1995" y="-0.1624"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 41%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1959" y="-0.1559"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 41%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1909" y="-0.1496"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 41%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1847" y="-0.1438"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 41%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1772" y="-0.1385"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 40%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1687" y="-0.1338"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 40%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1593" y="-0.1297"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 40%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1490" y="-0.1264"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 39%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1382" y="-0.1239"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 39%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1269" y="-0.1221"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 39%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1153" y="-0.1213"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1036" y="-0.1213"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 38%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0920" y="-0.1221"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 38%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0807" y="-0.1239"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 38%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0699" y="-0.1264"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 37%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0596" y="-0.1297"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 37%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0502" y="-0.1338"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 37%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0417" y="-0.1385"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 37%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0342" y="-0.1438"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0280" y="-0.1496"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 36%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0230" y="-0.1559"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 36%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0194" y="-0.1624"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 36%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0172" y="-0.1692"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 35%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0145" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 35%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0135" y="-0.1852"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 35%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0106" y="-0.1943"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 35%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0058" y="-0.2030"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 36%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0008" y="-0.2113"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 36%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0092" y="-0.2191"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 36%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0191" y="-0.2261"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 36%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0304" y="-0.2324"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 37%, 30%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0430" y="-0.2378"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 37%, 30%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0567" y="-0.2423"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 38%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0711" y="-0.2457"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 38%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0862" y="-0.2479"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 38%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1017" y="-0.2491"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 39%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1172" y="-0.2491"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 39%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1327" y="-0.2479"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 40%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1478" y="-0.2457"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 40%, 30%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1622" y="-0.2423"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1759" y="-0.2378"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 41%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1885" y="-0.2324"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 41%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1998" y="-0.2261"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 41%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2098" y="-0.2191"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 42%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2181" y="-0.2113"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 42%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2247" y="-0.2030"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 42%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2295" y="-0.1943"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 42%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2325" y="-0.1852"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 42%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2334" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 42%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2325" y="-0.1669"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 42%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2295" y="-0.1579"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 42%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2247" y="-0.1491"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 42%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2181" y="-0.1408"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 41%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2098" y="-0.1330"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 41%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1998" y="-0.1260"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 41%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1885" y="-0.1197"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 40%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1759" y="-0.1143"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 40%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1622" y="-0.1098"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 40%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1478" y="-0.1065"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 39%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1327" y="-0.1042"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 39%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1172" y="-0.1030"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 38%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1017" y="-0.1030"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 38%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0862" y="-0.1042"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 38%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0711" y="-0.1065"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 37%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0567" y="-0.1098"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 37%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0430" y="-0.1143"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 37%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0304" y="-0.1197"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 36%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0191" y="-0.1260"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 36%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0092" y="-0.1330"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 36%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0008" y="-0.1408"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 36%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0058" y="-0.1491"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 35%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0106" y="-0.1579"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 35%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0135" y="-0.1669"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 34%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0455" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 34%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0443" y="-0.1875"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 34%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0407" y="-0.1988"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 35%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0346" y="-0.2097"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 35%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0264" y="-0.2201"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 35%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0159" y="-0.2298"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 35%, 30%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0035" y="-0.2387"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 36%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0107" y="-0.2465"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 36%, 28%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0264" y="-0.2533"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 37%, 27%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0435" y="-0.2588"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 37%, 26%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0616" y="-0.2630"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 38%, 26%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0804" y="-0.2659"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 38%, 26%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0997" y="-0.2673"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 39%, 26%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1192" y="-0.2673"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 39%, 26%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1385" y="-0.2659"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 40%, 27%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1573" y="-0.2630"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 40%, 27%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1754" y="-0.2588"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 41%, 28%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1925" y="-0.2533"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 41%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2082" y="-0.2465"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 42%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2224" y="-0.2387"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 42%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2348" y="-0.2298"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 42%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2453" y="-0.2201"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 42%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2536" y="-0.2097"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 43%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2596" y="-0.1988"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 43%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2632" y="-0.1875"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 43%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2644" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 43%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2632" y="-0.1646"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 43%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2596" y="-0.1533"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 42%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2536" y="-0.1424"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 42%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2453" y="-0.1320"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 42%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2348" y="-0.1223"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 41%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2224" y="-0.1134"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 41%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2082" y="-0.1056"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 41%, 49%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1925" y="-0.0988"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 40%, 49%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1754" y="-0.0933"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 40%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1573" y="-0.0891"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 39%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1385" y="-0.0862"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 39%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1192" y="-0.0848"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 38%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0997" y="-0.0848"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 38%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0804" y="-0.0862"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 37%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0616" y="-0.0891"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 37%, 49%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0435" y="-0.0933"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 36%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0264" y="-0.0988"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 36%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0107" y="-0.1056"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 36%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0035" y="-0.1134"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 35%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0159" y="-0.1223"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 35%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0264" y="-0.1320"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 35%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0346" y="-0.1424"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 34%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0407" y="-0.1533"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 34%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0443" y="-0.1646"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 33%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0765" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 33%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0751" y="-0.1898"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 33%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0707" y="-0.2034"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 34%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0635" y="-0.2165"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 34%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0535" y="-0.2289"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 34%, 30%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0410" y="-0.2406"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 35%, 28%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0261" y="-0.2512"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 35%, 27%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0091" y="-0.2606"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 36%, 25%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0098" y="-0.2687"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 36%, 24%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0303" y="-0.2754"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 37%, 24%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0520" y="-0.2804"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 37%, 23%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0746" y="-0.2839"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 38%, 23%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0978" y="-0.2856"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 39%, 23%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1211" y="-0.2856"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 39%, 23%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1443" y="-0.2839"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 40%, 24%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1669" y="-0.2804"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 41%, 25%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1886" y="-0.2754"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 41%, 26%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2091" y="-0.2687"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 42%, 27%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2280" y="-0.2606"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 42%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2450" y="-0.2512"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 43%, 30%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2599" y="-0.2406"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 43%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2724" y="-0.2289"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 43%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2824" y="-0.2165"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 43%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2896" y="-0.2034"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 43%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2940" y="-0.1898"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 43%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2954" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 43%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2940" y="-0.1623"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 43%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2896" y="-0.1488"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 43%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2824" y="-0.1357"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 43%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2724" y="-0.1232"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 42%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2599" y="-0.1115"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(23%, 42%, 49%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2450" y="-0.1009"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 41%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2280" y="-0.0915"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 41%, 51%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2091" y="-0.0834"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 40%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1886" y="-0.0767"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 40%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1669" y="-0.0717"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 39%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1443" y="-0.0682"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 39%, 53%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1211" y="-0.0665"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 38%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0978" y="-0.0665"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 37%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0746" y="-0.0682"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 37%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0520" y="-0.0717"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 36%, 51%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0303" y="-0.0767"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 36%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0098" y="-0.0834"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 35%, 49%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0091" y="-0.0915"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 35%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0261" y="-0.1009"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 34%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0410" y="-0.1115"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 34%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0535" y="-0.1232"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 34%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0635" y="-0.1357"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 33%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0707" y="-0.1488"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 33%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0751" y="-0.1623"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 32%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1075" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 32%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1058" y="-0.1921"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 32%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1007" y="-0.2079"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 32%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0923" y="-0.2232"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 33%, 30%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0807" y="-0.2377"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 33%, 28%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0661" y="-0.2513"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 34%, 26%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0487" y="-0.2637"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 34%, 24%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0288" y="-0.2747"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 35%, 23%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0068" y="-0.2842"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 36%, 21%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0171" y="-0.2919"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 36%, 20%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0424" y="-0.2978"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 37%, 20%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0688" y="-0.3018"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 38%, 19%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0958" y="-0.3039"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 39%, 19%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1231" y="-0.3039"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 39%, 20%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1501" y="-0.3018"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 40%, 21%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1765" y="-0.2978"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 41%, 22%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2018" y="-0.2919"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 41%, 23%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2257" y="-0.2842"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 42%, 25%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2478" y="-0.2747"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 43%, 27%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2676" y="-0.2637"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 43%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2850" y="-0.2513"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 43%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2996" y="-0.2377"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 44%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3112" y="-0.2232"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 44%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3196" y="-0.2079"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(20%, 44%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3247" y="-0.1921"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(18%, 44%, 39%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3264" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(17%, 44%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3247" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 44%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3196" y="-0.1442"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 44%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3112" y="-0.1289"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 43%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2996" y="-0.1144"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(17%, 43%, 49%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2850" y="-0.1008"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 42%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2676" y="-0.0884"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 42%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2478" y="-0.0774"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(23%, 41%, 53%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2257" y="-0.0679"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 41%, 54%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2018" y="-0.0602"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 40%, 54%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1765" y="-0.0543"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 39%, 55%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1501" y="-0.0503"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 38%, 55%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1231" y="-0.0483"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 38%, 55%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0958" y="-0.0483"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 37%, 54%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0688" y="-0.0503"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 36%, 54%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0424" y="-0.0543"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 36%, 53%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0171" y="-0.0602"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 35%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0068" y="-0.0679"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 35%, 51%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0288" y="-0.0774"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 34%, 49%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0487" y="-0.0884"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 33%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0661" y="-0.1008"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 33%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0807" y="-0.1144"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 33%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0923" y="-0.1289"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 32%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1007" y="-0.1442"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 32%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1058" y="-0.1600"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 31%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1385" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 31%, 36%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1366" y="-0.1944"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 31%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1307" y="-0.2125"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 31%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1211" y="-0.2299"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 32%, 28%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1078" y="-0.2466"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 32%, 26%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0912" y="-0.2621"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 33%, 24%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0713" y="-0.2762"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 33%, 22%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0486" y="-0.2888"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 34%, 20%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0234" y="-0.2996"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 35%, 18%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0039" y="-0.3085"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 36%, 17%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0328" y="-0.3152"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 37%, 16%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0630" y="-0.3198"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 38%, 15%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0939" y="-0.3221"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 38%, 16%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1250" y="-0.3221"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 39%, 16%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1559" y="-0.3198"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 40%, 17%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1861" y="-0.3152"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 41%, 19%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2150" y="-0.3085"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 42%, 21%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2423" y="-0.2996"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 42%, 23%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2675" y="-0.2888"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 43%, 25%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2902" y="-0.2762"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 44%, 27%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3101" y="-0.2621"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 44%, 30%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3268" y="-0.2466"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 44%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3400" y="-0.2299"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(18%, 45%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3496" y="-0.2125"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(15%, 45%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3555" y="-0.1944"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(12%, 45%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3574" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(10%, 45%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3555" y="-0.1577"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(8%, 44%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3496" y="-0.1397"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(8%, 44%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3400" y="-0.1222"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(9%, 44%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3268" y="-0.1056"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(11%, 43%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3101" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(14%, 43%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2902" y="-0.0759"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 42%, 53%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2675" y="-0.0633"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 41%, 55%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2423" y="-0.0525"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 41%, 56%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2150" y="-0.0436"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 40%, 56%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1861" y="-0.0369"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 39%, 57%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1559" y="-0.0323"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 38%, 57%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1250" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 38%, 57%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0939" y="-0.0300"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 37%, 56%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0630" y="-0.0323"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 36%, 56%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0328" y="-0.0369"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 35%, 55%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0039" y="-0.0436"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 34%, 54%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0234" y="-0.0525"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 34%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0486" y="-0.0633"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 33%, 51%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0713" y="-0.0759"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 33%, 49%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0912" y="-0.0900"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 32%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1078" y="-0.1056"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 32%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1211" y="-0.1222"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 31%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1307" y="-0.1397"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 31%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1366" y="-0.1577"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 30%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1695" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 30%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1673" y="-0.1967"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 30%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1607" y="-0.2170"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 30%, 30%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1499" y="-0.2367"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 31%, 27%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1350" y="-0.2554"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 31%, 24%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1162" y="-0.2728"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 32%, 22%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0939" y="-0.2888"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 32%, 19%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0684" y="-0.3029"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 33%, 17%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0400" y="-0.3151"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 34%, 15%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0093" y="-0.3250"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 35%, 13%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0233" y="-0.3326"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 36%, 11%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0572" y="-0.3378"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 37%, 11%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0919" y="-0.3404"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 38%, 11%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1270" y="-0.3404"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 39%, 12%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1617" y="-0.3378"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 40%, 13%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1957" y="-0.3326"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 41%, 15%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2282" y="-0.3250"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 42%, 17%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2589" y="-0.3151"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 43%, 20%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2873" y="-0.3029"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 44%, 23%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3128" y="-0.2888"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 44%, 26%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3351" y="-0.2728"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 45%, 28%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3539" y="-0.2554"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(18%, 45%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3688" y="-0.2367"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(14%, 45%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3797" y="-0.2170"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(8%, 45%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3862" y="-0.1967"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(1%, 45%, 40%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3884" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(5%, 43%, 54%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3128" y="-0.0634"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(11%, 42%, 55%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2873" y="-0.0492"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(15%, 42%, 57%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2589" y="-0.0370"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 41%, 58%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2282" y="-0.0271"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(23%, 40%, 58%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1957" y="-0.0195"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 39%, 59%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1617" y="-0.0143"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 38%, 59%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1270" y="-0.0117"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 37%, 59%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0919" y="-0.0117"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 36%, 59%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0572" y="-0.0143"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 35%, 58%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0233" y="-0.0195"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 35%, 57%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0093" y="-0.0271"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 34%, 56%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0400" y="-0.0370"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 33%, 54%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0684" y="-0.0492"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 32%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0939" y="-0.0634"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 32%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1162" y="-0.0793"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 31%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1350" y="-0.0967"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 31%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1499" y="-0.1154"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 30%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1607" y="-0.1351"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 30%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1673" y="-0.1554"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 29%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2005" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 29%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1981" y="-0.1990"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 29%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1908" y="-0.2216"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 29%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1787" y="-0.2434"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 29%, 26%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1622" y="-0.2642"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 30%, 22%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1413" y="-0.2836"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 31%, 19%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1165" y="-0.3013"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 32%, 16%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0881" y="-0.3170"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 33%, 13%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0566" y="-0.3305"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 34%, 10%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0225" y="-0.3416"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 35%, 7%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0137" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 36%, 4%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0514" y="-0.3558"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 37%, 3%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0900" y="-0.3586"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 38%, 3%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1289" y="-0.3586"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 39%, 5%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1675" y="-0.3558"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 40%, 8%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2052" y="-0.3500"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 41%, 11%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2414" y="-0.3416"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 42%, 14%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2755" y="-0.3305"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 43%, 17%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3070" y="-0.3170"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 44%, 20%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3354" y="-0.3013"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 45%, 24%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3602" y="-0.2836"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 45%, 27%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3811" y="-0.2642"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(14%, 46%, 30%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3977" y="-0.2434"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(6%, 46%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.4097" y="-0.2216"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(0%, 43%, 57%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3070" y="-0.0351"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(10%, 42%, 58%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2755" y="-0.0216"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 41%, 60%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2414" y="-0.0105"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 40%, 61%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2052" y="-0.0021"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 39%, 61%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1675" y="0.0036"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 38%, 61%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1289" y="0.0065"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 37%, 61%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0900" y="0.0065"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 36%, 61%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0514" y="0.0036"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 35%, 60%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0137" y="-0.0021"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 34%, 59%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0225" y="-0.0105"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 33%, 57%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0566" y="-0.0216"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 32%, 56%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0881" y="-0.0351"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 31%, 54%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1165" y="-0.0508"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 31%, 51%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1413" y="-0.0685"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 30%, 49%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1622" y="-0.0879"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 29%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1787" y="-0.1087"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 29%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1908" y="-0.1306"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 29%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1981" y="-0.1531"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 27%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2315" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 27%, 35%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2288" y="-0.2013"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 27%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2208" y="-0.2261"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 28%, 28%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2076" y="-0.2501"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 28%, 24%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1893" y="-0.2730"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 29%, 21%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1664" y="-0.2943"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 30%, 17%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1391" y="-0.3138"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 31%, 13%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1079" y="-0.3311"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 32%, 8%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0732" y="-0.3460"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 33%, 2%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0357" y="-0.3581"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 42%, 4%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2546" y="-0.3581"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 43%, 9%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2921" y="-0.3460"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 44%, 14%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3268" y="-0.3311"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 44%, 18%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3580" y="-0.3138"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 45%, 22%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3853" y="-0.2943"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 46%, 26%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.4082" y="-0.2730"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(7%, 46%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.4265" y="-0.2501"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(0%, 42%, 60%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2921" y="-0.0062"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(12%, 41%, 62%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2546" y="0.0060"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(18%, 40%, 63%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2148" y="0.0153"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(23%, 39%, 63%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1733" y="0.0216"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 38%, 63%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1309" y="0.0248"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 36%, 63%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0880" y="0.0248"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 35%, 63%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0456" y="0.0216"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 34%, 62%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0041" y="0.0153"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 33%, 61%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0357" y="0.0060"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 32%, 59%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0732" y="-0.0062"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 31%, 57%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1079" y="-0.0210"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 30%, 55%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1391" y="-0.0383"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 30%, 53%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1664" y="-0.0578"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 29%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1893" y="-0.0791"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 28%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2076" y="-0.1020"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 28%, 44%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2208" y="-0.1260"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 27%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2288" y="-0.1508"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 26%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2625" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 26%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2596" y="-0.2036"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 30%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2508" y="-0.2307"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 27%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2364" y="-0.2569"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 27%, 23%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2165" y="-0.2818"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 27%, 18%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1915" y="-0.3051"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 28%, 14%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1617" y="-0.3263"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 29%, 8%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1276" y="-0.3452"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 31%, 0%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0898" y="-0.3614"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 43%, 2%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3088" y="-0.3614"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 44%, 10%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3465" y="-0.3452"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 45%, 15%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3806" y="-0.3263"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 46%, 20%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.4104" y="-0.3051"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(11%, 46%, 24%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.4354" y="-0.2818"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(6%, 41%, 64%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2678" y="0.0226"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(15%, 40%, 65%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2244" y="0.0327"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 38%, 65%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1792" y="0.0396"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 37%, 66%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1328" y="0.0430"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 36%, 65%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0861" y="0.0430"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 35%, 65%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0398" y="0.0396"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 34%, 64%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0055" y="0.0327"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 32%, 63%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0489" y="0.0226"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 31%, 61%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0898" y="0.0093"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 30%, 59%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1276" y="-0.0069"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 29%, 56%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1617" y="-0.0258"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 28%, 54%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1915" y="-0.0470"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 28%, 51%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2165" y="-0.0703"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 27%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2364" y="-0.0952"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 26%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2508" y="-0.1215"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 26%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2596" y="-0.1485"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 24%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2935" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 24%, 34%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2903" y="-0.2059"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 24%, 30%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2808" y="-0.2352"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 25%, 25%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2652" y="-0.2636"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 25%, 21%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2436" y="-0.2906"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 26%, 16%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2165" y="-0.3158"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 27%, 10%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1843" y="-0.3389"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 28%, 1%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1474" y="-0.3593"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 44%, 3%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.3663" y="-0.3593"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 45%, 12%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.4032" y="-0.3389"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(17%, 46%, 18%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.4354" y="-0.3158"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(4%, 47%, 23%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.4626" y="-0.2906"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(12%, 40%, 67%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2340" y="0.0501"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(20%, 38%, 67%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1850" y="0.0575"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 37%, 68%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1348" y="0.0613"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 36%, 68%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0842" y="0.0613"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 34%, 67%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0340" y="0.0575"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 33%, 66%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0151" y="0.0501"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 32%, 64%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0621" y="0.0391"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 30%, 63%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1065" y="0.0247"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 29%, 60%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1474" y="0.0072"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 28%, 58%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1843" y="-0.0133"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 27%, 55%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2165" y="-0.0363"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 26%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2436" y="-0.0615"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 26%, 49%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2652" y="-0.0885"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 25%, 45%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2808" y="-0.1169"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 24%, 41%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2903" y="-0.1463"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 22%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3245" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 22%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3211" y="-0.2082"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 22%, 29%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3109" y="-0.2397"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 23%, 24%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2940" y="-0.2703"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 23%, 19%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2708" y="-0.2994"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 24%, 14%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2416" y="-0.3266"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 26%, 6%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2069" y="-0.3514"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 46%, 8%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.4258" y="-0.3514"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(13%, 46%, 15%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.4605" y="-0.3266"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(7%, 39%, 69%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2436" y="0.0675"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(18%, 38%, 70%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1908" y="0.0755"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 36%, 70%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1367" y="0.0795"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 35%, 70%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0822" y="0.0795"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 34%, 69%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0281" y="0.0755"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 32%, 68%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0246" y="0.0675"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 31%, 66%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0753" y="0.0557"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 30%, 64%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1231" y="0.0402"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 28%, 62%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1671" y="0.0213"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 27%, 59%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2069" y="-0.0007"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 26%, 56%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2416" y="-0.0255"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 25%, 53%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2708" y="-0.0527"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 24%, 49%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2940" y="-0.0818"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 23%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3109" y="-0.1124"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 23%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3211" y="-0.1440"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 21%, 38%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3555" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 20%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3518" y="-0.2104"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 20%, 28%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3409" y="-0.2443"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 21%, 23%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3228" y="-0.2771"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 22%, 17%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2980" y="-0.3083"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 23%, 11%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2667" y="-0.3373"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(20%, 46%, 1%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.4484" y="-0.3639"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(9%, 47%, 13%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.4856" y="-0.3373"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 38%, 72%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1966" y="0.0935"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(23%, 36%, 72%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1387" y="0.0978"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 34%, 72%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0803" y="0.0978"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 33%, 71%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0223" y="0.0935"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 31%, 70%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0342" y="0.0849"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 30%, 68%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0885" y="0.0722"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 29%, 66%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1397" y="0.0556"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 27%, 64%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1869" y="0.0354"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 26%, 61%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2295" y="0.0118"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 25%, 57%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2667" y="-0.0148"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 24%, 54%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2980" y="-0.0439"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 23%, 50%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3228" y="-0.0750"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 22%, 46%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3409" y="-0.1078"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 21%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3518" y="-0.1417"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 18%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3865" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 18%, 33%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3826" y="-0.2127"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(67%, 18%, 27%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3709" y="-0.2488"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(67%, 19%, 22%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3517" y="-0.2838"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(67%, 20%, 16%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3251" y="-0.3171"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(67%, 21%, 7%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2918" y="-0.3481"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 47%, 9%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.5107" y="-0.3481"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(13%, 37%, 74%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2024" y="0.1115"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 35%, 74%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1406" y="0.1161"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 34%, 74%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0783" y="0.1161"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 32%, 73%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0165" y="0.1115"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 30%, 72%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0438" y="0.1023"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 29%, 70%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1017" y="0.0888"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 27%, 68%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1563" y="0.0711"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 26%, 65%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2067" y="0.0495"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 25%, 62%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2521" y="0.0243"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 23%, 59%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2918" y="-0.0040"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 22%, 55%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3251" y="-0.0350"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 21%, 51%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3517" y="-0.0683"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 20%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3709" y="-0.1033"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 19%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3826" y="-0.1394"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(67%, 16%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4175" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(68%, 16%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4133" y="-0.2150"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(68%, 16%, 27%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4009" y="-0.2534"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(69%, 16%, 21%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3805" y="-0.2905"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(69%, 17%, 13%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3523" y="-0.3259"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(68%, 19%, 1%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3168" y="-0.3589"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(11%, 37%, 76%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2082" y="0.1294"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 35%, 76%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1425" y="0.1343"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 33%, 76%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0764" y="0.1343"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 31%, 75%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0107" y="0.1294"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 30%, 74%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0534" y="0.1197"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 28%, 72%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1149" y="0.1053"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 26%, 70%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1729" y="0.0865"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 25%, 67%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2264" y="0.0636"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 23%, 63%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2747" y="0.0368"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 22%, 60%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3168" y="0.0067"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 20%, 56%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3523" y="-0.0262"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 19%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3805" y="-0.0616"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 18%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4009" y="-0.0987"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 17%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4133" y="-0.1371"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(68%, 13%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4485" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(69%, 12%, 32%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4441" y="-0.2173"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(70%, 12%, 26%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4309" y="-0.2579"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(70%, 13%, 19%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4093" y="-0.2973"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(70%, 14%, 11%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3795" y="-0.3347"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(8%, 36%, 78%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2140" y="0.1474"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(20%, 34%, 78%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1445" y="0.1526"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 32%, 78%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0744" y="0.1526"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 30%, 77%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0049" y="0.1474"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 29%, 76%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0630" y="0.1371"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 27%, 74%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1281" y="0.1219"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 25%, 71%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1895" y="0.1020"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 23%, 68%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2462" y="0.0777"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 22%, 65%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2973" y="0.0494"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 20%, 61%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3419" y="0.0175"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 18%, 57%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3795" y="-0.0174"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 17%, 52%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4093" y="-0.0548"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 15%, 47%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4309" y="-0.0942"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 14%, 42%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4441" y="-0.1348"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(69%, 9%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4795" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(70%, 8%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4748" y="-0.2196"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(71%, 8%, 25%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4610" y="-0.2625"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(72%, 9%, 18%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4381" y="-0.3040"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(72%, 10%, 8%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4066" y="-0.3435"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(3%, 36%, 80%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.2198" y="0.1654"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 34%, 81%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1464" y="0.1708"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 32%, 80%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0725" y="0.1708"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 29%, 79%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0009" y="0.1654"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 27%, 78%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0725" y="0.1545"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 25%, 76%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1413" y="0.1384"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 24%, 73%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2061" y="0.1174"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 22%, 70%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2659" y="0.0918"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 20%, 66%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3199" y="0.0619"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 18%, 62%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3670" y="0.0282"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 16%, 58%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4066" y="-0.0086"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 14%, 53%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4381" y="-0.0481"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 12%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4610" y="-0.0896"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(68%, 11%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4748" y="-0.1325"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(70%, 2%, 37%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.5105" y="-0.1761"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(72%, 0%, 31%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.5056" y="-0.2219"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(73%, 1%, 17%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4669" y="-0.3107"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(73%, 5%, 4%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4338" y="-0.3523"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(18%, 33%, 83%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1484" y="0.1891"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 31%, 82%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0705" y="0.1891"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 28%, 81%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0067" y="0.1833"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 26%, 80%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0821" y="0.1719"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 24%, 78%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1545" y="0.1550"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 22%, 75%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2227" y="0.1329"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 20%, 71%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2857" y="0.1059"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 18%, 68%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3424" y="0.0744"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 16%, 63%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3921" y="0.0390"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 13%, 59%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4338" y="0.0002"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 11%, 54%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4669" y="-0.0414"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(67%, 8%, 48%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4910" y="-0.0851"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(69%, 6%, 43%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.5056" y="-0.1302"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(17%, 32%, 85%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1503" y="0.2074"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 30%, 84%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0686" y="0.2074"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 27%, 83%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0125" y="0.2013"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 25%, 82%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0917" y="0.1893"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 22%, 79%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1677" y="0.1715"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 20%, 76%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2393" y="0.1483"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 18%, 73%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3055" y="0.1199"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 15%, 69%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3650" y="0.0869"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 13%, 64%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4171" y="0.0498"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 10%, 60%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4609" y="0.0090"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 54%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4957" y="-0.0346"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(68%, 2%, 49%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.5210" y="-0.0805"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 31%, 87%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1523" y="0.2256"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 29%, 87%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0666" y="0.2256"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 26%, 86%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0183" y="0.2193"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 23%, 84%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1013" y="0.2067"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 21%, 81%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1809" y="0.1881"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 18%, 78%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2559" y="0.1638"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 16%, 75%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3252" y="0.1340"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 13%, 70%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3876" y="0.0994"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 10%, 66%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4422" y="0.0605"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 5%, 60%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4881" y="0.0178"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 30%, 89%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1542" y="0.2439"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 27%, 89%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0647" y="0.2439"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 24%, 88%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0241" y="0.2372"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 22%, 86%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1108" y="0.2241"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 19%, 83%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1941" y="0.2047"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 16%, 80%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2725" y="0.1792"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 13%, 76%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3450" y="0.1481"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 9%, 72%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4102" y="0.1120"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 4%, 67%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4673" y="0.0713"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(15%, 29%, 91%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1562" y="0.2621"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 26%, 91%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0627" y="0.2621"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 23%, 90%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0299" y="0.2552"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 20%, 88%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1204" y="0.2415"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 16%, 85%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2073" y="0.2212"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 13%, 82%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2891" y="0.1946"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 9%, 78%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3647" y="0.1622"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 3%, 73%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.4328" y="0.1245"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(14%, 28%, 93%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1581" y="0.2804"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 24%, 93%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0608" y="0.2804"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 21%, 92%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0357" y="0.2732"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 17%, 90%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1300" y="0.2589"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 14%, 87%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2205" y="0.2378"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 9%, 83%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3058" y="0.2101"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 3%, 79%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3845" y="0.1763"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(13%, 27%, 96%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1601" y="0.2986"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 23%, 95%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0589" y="0.2986"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 19%, 94%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0416" y="0.2912"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 15%, 92%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1396" y="0.2763"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 10%, 89%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2337" y="0.2543"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 3%, 85%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.3224" y="0.2255"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(13%, 25%, 98%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1620" y="0.3169"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 21%, 97%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0569" y="0.3169"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 16%, 96%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0474" y="0.3091"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 11%, 94%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1492" y="0.2937"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 4%, 91%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.2469" y="0.2709"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(12%, 23%, 100%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.1640" y="0.3352"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 19%, 99%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="-0.0550" y="0.3352"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 13%, 98%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.0532" y="0.3271"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 6%, 96%)" fill-opacity="1.0"><rect width="0.0100" height="0.0100" x="0.1587" y="0.3111"/></g></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2398" height="0.8232" x="-0.5694" y="-0.4455"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><g transform="rotate(-90.0, -0.5942, 0.3778)"><polyline points="-0.5942,0.3928--0.5942,0.3628"/></g><g transform="rotate(-90.0, -0.5942, 0.2863)"><polyline points="-0.5942,0.3013--0.5942,0.2713"/></g><g transform="rotate(-90.0, -0.5942, 0.1948)"><polyline points="-0.5942,0.2098--0.5942,0.1798"/></g><g transform="rotate(-90.0, -0.5942, 0.1033)"><polyline points="-0.5942,0.1183--0.5942,0.0883"/></g><g transform="rotate(-90.0, -0.5942, 0.0119)"><polyline points="-0.5942,0.0269--0.5942,-0.0031"/></g><g transform="rotate(-90.0, -0.5942, -0.0796)"><polyline points="-0.5942,-0.0646--0.5942,-0.0946"/></g><g transform="rotate(-90.0, -0.5942, -0.1711)"><polyline points="-0.5942,-0.1561--0.5942,-0.1861"/></g><g transform="rotate(-90.0, -0.5942, -0.2625)"><polyline points="-0.5942,-0.2475--0.5942,-0.2775"/></g><g transform="rotate(-90.0, -0.5942, -0.3540)"><polyline points="-0.5942,-0.3390--0.5942,-0.3690"/></g><g transform="rotate(-90.0, -0.5942, -0.4455)"><polyline points="-0.5942,-0.4305--0.5942,-0.4605"/></g></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0413" text-anchor="end"><text x="-0.6239" y="0.3891">-0.30</text><text x="-0.6239" y="0.2976">-0.25</text><text x="-0.6239" y="0.2061">-0.20</text><text x="-0.6239" y="0.1147">-0.15</text><text x="-0.6239" y="0.0232">-0.10</text><text x="-0.6239" y="-0.0683">-0.05</text><text x="-0.6239" y="-0.1597"> 0.00</text><text x="-0.6239" y="-0.2512"> 0.05</text><text x="-0.6239" y="-0.3427"> 0.10</text><text x="-0.6239" y="-0.4341"> 0.15</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5694,0.3778 0.6704,0.3778"/><polyline points="-0.5694,0.2863 0.6704,0.2863"/><polyline points="-0.5694,0.1948 0.6704,0.1948"/><polyline points="-0.5694,0.1033 0.6704,0.1033"/><polyline points="-0.5694,0.0119 0.6704,0.0119"/><polyline points="-0.5694,-0.0796 0.6704,-0.0796"/><polyline points="-0.5694,-0.1711 0.6704,-0.1711"/><polyline points="-0.5694,-0.2625 0.6704,-0.2625"/><polyline points="-0.5694,-0.3540 0.6704,-0.3540"/><polyline points="-0.5694,-0.4455 0.6704,-0.4455"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0033" height="0.8265" x="-0.5810" y="-0.4471"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g stroke-width="0.0040" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5694,0.4174--0.5694,0.3874"/><polyline points="-0.4144,0.4174--0.4144,0.3874"/><polyline points="-0.2594,0.4174--0.2594,0.3874"/><polyline points="-0.1045,0.4174--0.1045,0.3874"/><polyline points="0.0505,0.4174-0.0505,0.3874"/><polyline points="0.2055,0.4174-0.2055,0.3874"/><polyline points="0.3605,0.4174-0.3605,0.3874"/><polyline points="0.5155,0.4174-0.5155,0.3874"/><polyline points="0.6704,0.4174-0.6704,0.3874"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0413" text-anchor="middle"><text x="-0.5694" y="0.4547">-0.15</text><text x="-0.4144" y="0.4547">-0.10</text><text x="-0.2594" y="0.4547">-0.05</text><text x="-0.1045" y="0.4547"> 0.00</text><text x="0.0505" y="0.4547"> 0.05</text><text x="0.2055" y="0.4547"> 0.10</text><text x="0.3605" y="0.4547"> 0.15</text><text x="0.5155" y="0.4547"> 0.20</text><text x="0.6704" y="0.4547"> 0.25</text></g></g><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5694,0.3778 -0.5694,-0.4455"/><polyline points="-0.4144,0.3778 -0.4144,-0.4455"/><polyline points="-0.2594,0.3778 -0.2594,-0.4455"/><polyline points="-0.1045,0.3778 -0.1045,-0.4455"/><polyline points="0.0505,0.3778 0.0505,-0.4455"/><polyline points="0.2055,0.3778 0.2055,-0.4455"/><polyline points="0.3605,0.3778 0.3605,-0.4455"/><polyline points="0.5155,0.3778 0.5155,-0.4455"/><polyline points="0.6704,0.3778 0.6704,-0.4455"/></g></g></g><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2431" height="0.0033" x="-0.5710" y="0.3860"/></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.5000" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>+}+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+}++ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++</style><g class="chart"><g class="dots"><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(2%, 73%, 80%)" fill-opacity="1.0"><circle cx="-0.4481" cy="-0.0565" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(2%, 29%, 48%)" fill-opacity="1.0"><circle cx="-0.2264" cy="-0.0015" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 55%)" fill-opacity="1.0"><circle cx="0.5305" cy="-0.0212" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(96%, 60%, 92%)" fill-opacity="1.0"><circle cx="0.3262" cy="-0.0304" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(100%, 71%, 35%)" fill-opacity="1.0"><circle cx="0.0550" cy="-0.3441" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(73%, 34%, 1%)" fill-opacity="1.0"><circle cx="0.2144" cy="-0.3210" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(21%, 29%, 7%)" fill-opacity="1.0"><circle cx="-0.2639" cy="-0.2467" r="0.0400"/></g><g stroke-width="0.0030" stroke="rgb(50%, 50%, 50%)" stroke-opacity="1.0" fill="rgb(53%, 51%, 28%)" fill-opacity="1.0"><circle cx="-0.1579" cy="-0.2632" r="0.0400"/></g></g><g class="wheel"><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 39%)" fill-opacity="1.0"><circle cx="-0.0956" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 39%)" fill-opacity="1.0"><circle cx="-0.0635" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 38%)" fill-opacity="1.0"><circle cx="-0.0637" cy="-0.1449" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 38%)" fill-opacity="1.0"><circle cx="-0.0645" cy="-0.1469" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 38%)" fill-opacity="1.0"><circle cx="-0.0657" cy="-0.1487" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 38%)" fill-opacity="1.0"><circle cx="-0.0675" cy="-0.1505" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 37%)" fill-opacity="1.0"><circle cx="-0.0696" cy="-0.1521" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 37%)" fill-opacity="1.0"><circle cx="-0.0722" cy="-0.1536" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 37%)" fill-opacity="1.0"><circle cx="-0.0751" cy="-0.1549" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 37%)" fill-opacity="1.0"><circle cx="-0.0784" cy="-0.1561" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 37%)" fill-opacity="1.0"><circle cx="-0.0820" cy="-0.1570" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 37%)" fill-opacity="1.0"><circle cx="-0.0857" cy="-0.1577" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 36%)" fill-opacity="1.0"><circle cx="-0.0896" cy="-0.1582" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 36%)" fill-opacity="1.0"><circle cx="-0.0936" cy="-0.1585" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 36%)" fill-opacity="1.0"><circle cx="-0.0977" cy="-0.1585" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 36%)" fill-opacity="1.0"><circle cx="-0.1017" cy="-0.1582" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 37%)" fill-opacity="1.0"><circle cx="-0.1056" cy="-0.1577" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 37%)" fill-opacity="1.0"><circle cx="-0.1093" cy="-0.1570" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 37%)" fill-opacity="1.0"><circle cx="-0.1129" cy="-0.1561" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 37%)" fill-opacity="1.0"><circle cx="-0.1161" cy="-0.1549" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 37%)" fill-opacity="1.0"><circle cx="-0.1191" cy="-0.1536" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 40%, 37%)" fill-opacity="1.0"><circle cx="-0.1217" cy="-0.1521" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 38%)" fill-opacity="1.0"><circle cx="-0.1238" cy="-0.1505" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 38%)" fill-opacity="1.0"><circle cx="-0.1255" cy="-0.1487" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 38%)" fill-opacity="1.0"><circle cx="-0.1268" cy="-0.1469" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 39%)" fill-opacity="1.0"><circle cx="-0.1276" cy="-0.1449" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 39%)" fill-opacity="1.0"><circle cx="-0.1278" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 39%)" fill-opacity="1.0"><circle cx="-0.1276" cy="-0.1411" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 40%, 40%)" fill-opacity="1.0"><circle cx="-0.1268" cy="-0.1392" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 40%, 40%)" fill-opacity="1.0"><circle cx="-0.1255" cy="-0.1373" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 40%, 40%)" fill-opacity="1.0"><circle cx="-0.1238" cy="-0.1355" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 40%)" fill-opacity="1.0"><circle cx="-0.1217" cy="-0.1339" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 41%)" fill-opacity="1.0"><circle cx="-0.1191" cy="-0.1324" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 41%)" fill-opacity="1.0"><circle cx="-0.1161" cy="-0.1311" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 41%)" fill-opacity="1.0"><circle cx="-0.1129" cy="-0.1299" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 41%)" fill-opacity="1.0"><circle cx="-0.1093" cy="-0.1290" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 41%)" fill-opacity="1.0"><circle cx="-0.1056" cy="-0.1283" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 41%)" fill-opacity="1.0"><circle cx="-0.1017" cy="-0.1278" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 41%)" fill-opacity="1.0"><circle cx="-0.0977" cy="-0.1275" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 41%)" fill-opacity="1.0"><circle cx="-0.0936" cy="-0.1275" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 39%, 41%)" fill-opacity="1.0"><circle cx="-0.0896" cy="-0.1278" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 41%)" fill-opacity="1.0"><circle cx="-0.0857" cy="-0.1283" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 38%, 41%)" fill-opacity="1.0"><circle cx="-0.0820" cy="-0.1290" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 38%, 41%)" fill-opacity="1.0"><circle cx="-0.0784" cy="-0.1299" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 38%, 41%)" fill-opacity="1.0"><circle cx="-0.0751" cy="-0.1311" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 38%, 40%)" fill-opacity="1.0"><circle cx="-0.0722" cy="-0.1324" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 38%, 40%)" fill-opacity="1.0"><circle cx="-0.0696" cy="-0.1339" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 38%, 40%)" fill-opacity="1.0"><circle cx="-0.0675" cy="-0.1355" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 40%)" fill-opacity="1.0"><circle cx="-0.0657" cy="-0.1373" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 39%)" fill-opacity="1.0"><circle cx="-0.0645" cy="-0.1392" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 39%)" fill-opacity="1.0"><circle cx="-0.0637" cy="-0.1411" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 39%)" fill-opacity="1.0"><circle cx="-0.0313" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 38%)" fill-opacity="1.0"><circle cx="-0.0318" cy="-0.1469" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 37%)" fill-opacity="1.0"><circle cx="-0.0334" cy="-0.1507" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 37%)" fill-opacity="1.0"><circle cx="-0.0358" cy="-0.1544" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 36%)" fill-opacity="1.0"><circle cx="-0.0393" cy="-0.1579" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 36%)" fill-opacity="1.0"><circle cx="-0.0436" cy="-0.1612" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 38%, 35%)" fill-opacity="1.0"><circle cx="-0.0488" cy="-0.1642" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 38%, 35%)" fill-opacity="1.0"><circle cx="-0.0547" cy="-0.1669" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 38%, 35%)" fill-opacity="1.0"><circle cx="-0.0612" cy="-0.1692" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 38%, 34%)" fill-opacity="1.0"><circle cx="-0.0683" cy="-0.1710" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 38%, 34%)" fill-opacity="1.0"><circle cx="-0.0758" cy="-0.1725" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 34%)" fill-opacity="1.0"><circle cx="-0.0836" cy="-0.1734" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 39%, 34%)" fill-opacity="1.0"><circle cx="-0.0916" cy="-0.1739" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 34%)" fill-opacity="1.0"><circle cx="-0.0997" cy="-0.1739" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 34%)" fill-opacity="1.0"><circle cx="-0.1077" cy="-0.1734" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 39%, 34%)" fill-opacity="1.0"><circle cx="-0.1155" cy="-0.1725" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 40%, 34%)" fill-opacity="1.0"><circle cx="-0.1230" cy="-0.1710" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 40%, 35%)" fill-opacity="1.0"><circle cx="-0.1301" cy="-0.1692" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 35%)" fill-opacity="1.0"><circle cx="-0.1366" cy="-0.1669" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 36%)" fill-opacity="1.0"><circle cx="-0.1425" cy="-0.1642" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 40%, 36%)" fill-opacity="1.0"><circle cx="-0.1477" cy="-0.1612" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 40%, 37%)" fill-opacity="1.0"><circle cx="-0.1520" cy="-0.1579" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 40%, 37%)" fill-opacity="1.0"><circle cx="-0.1554" cy="-0.1544" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 40%, 38%)" fill-opacity="1.0"><circle cx="-0.1579" cy="-0.1507" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 40%, 38%)" fill-opacity="1.0"><circle cx="-0.1595" cy="-0.1469" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 39%)" fill-opacity="1.0"><circle cx="-0.1600" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 40%)" fill-opacity="1.0"><circle cx="-0.1595" cy="-0.1391" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 40%)" fill-opacity="1.0"><circle cx="-0.1579" cy="-0.1353" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 41%)" fill-opacity="1.0"><circle cx="-0.1554" cy="-0.1316" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 41%)" fill-opacity="1.0"><circle cx="-0.1520" cy="-0.1281" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 42%)" fill-opacity="1.0"><circle cx="-0.1477" cy="-0.1248" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 40%, 42%)" fill-opacity="1.0"><circle cx="-0.1425" cy="-0.1218" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 40%, 43%)" fill-opacity="1.0"><circle cx="-0.1366" cy="-0.1191" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 40%, 43%)" fill-opacity="1.0"><circle cx="-0.1301" cy="-0.1169" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 39%, 43%)" fill-opacity="1.0"><circle cx="-0.1230" cy="-0.1150" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 39%, 43%)" fill-opacity="1.0"><circle cx="-0.1155" cy="-0.1135" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 39%, 43%)" fill-opacity="1.0"><circle cx="-0.1077" cy="-0.1126" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 44%)" fill-opacity="1.0"><circle cx="-0.0997" cy="-0.1121" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 44%)" fill-opacity="1.0"><circle cx="-0.0916" cy="-0.1121" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 38%, 43%)" fill-opacity="1.0"><circle cx="-0.0836" cy="-0.1126" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 38%, 43%)" fill-opacity="1.0"><circle cx="-0.0758" cy="-0.1135" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 38%, 43%)" fill-opacity="1.0"><circle cx="-0.0683" cy="-0.1150" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 38%, 43%)" fill-opacity="1.0"><circle cx="-0.0612" cy="-0.1169" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 38%, 42%)" fill-opacity="1.0"><circle cx="-0.0547" cy="-0.1191" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 38%, 42%)" fill-opacity="1.0"><circle cx="-0.0488" cy="-0.1218" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 37%, 41%)" fill-opacity="1.0"><circle cx="-0.0436" cy="-0.1248" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 37%, 41%)" fill-opacity="1.0"><circle cx="-0.0393" cy="-0.1281" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 37%, 40%)" fill-opacity="1.0"><circle cx="-0.0358" cy="-0.1316" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 37%, 40%)" fill-opacity="1.0"><circle cx="-0.0334" cy="-0.1353" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 39%)" fill-opacity="1.0"><circle cx="-0.0318" cy="-0.1391" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 36%, 39%)" fill-opacity="1.0"><circle cx="0.0008" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 36%, 38%)" fill-opacity="1.0"><circle cx="0.0001" cy="-0.1488" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 36%, 37%)" fill-opacity="1.0"><circle cx="-0.0022" cy="-0.1546" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 36%, 36%)" fill-opacity="1.0"><circle cx="-0.0059" cy="-0.1601" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 37%, 35%)" fill-opacity="1.0"><circle cx="-0.0111" cy="-0.1654" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 37%, 34%)" fill-opacity="1.0"><circle cx="-0.0176" cy="-0.1703" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 37%, 34%)" fill-opacity="1.0"><circle cx="-0.0253" cy="-0.1748" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 37%, 33%)" fill-opacity="1.0"><circle cx="-0.0342" cy="-0.1788" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 37%, 32%)" fill-opacity="1.0"><circle cx="-0.0440" cy="-0.1822" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 38%, 32%)" fill-opacity="1.0"><circle cx="-0.0546" cy="-0.1850" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 38%, 32%)" fill-opacity="1.0"><circle cx="-0.0658" cy="-0.1872" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 38%, 31%)" fill-opacity="1.0"><circle cx="-0.0776" cy="-0.1886" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 39%, 31%)" fill-opacity="1.0"><circle cx="-0.0896" cy="-0.1894" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 39%, 31%)" fill-opacity="1.0"><circle cx="-0.1017" cy="-0.1894" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 39%, 32%)" fill-opacity="1.0"><circle cx="-0.1137" cy="-0.1886" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 40%, 32%)" fill-opacity="1.0"><circle cx="-0.1255" cy="-0.1872" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 40%, 32%)" fill-opacity="1.0"><circle cx="-0.1367" cy="-0.1850" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 40%, 33%)" fill-opacity="1.0"><circle cx="-0.1473" cy="-0.1822" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 33%)" fill-opacity="1.0"><circle cx="-0.1571" cy="-0.1788" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 41%, 34%)" fill-opacity="1.0"><circle cx="-0.1660" cy="-0.1748" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 41%, 35%)" fill-opacity="1.0"><circle cx="-0.1737" cy="-0.1703" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 41%, 36%)" fill-opacity="1.0"><circle cx="-0.1802" cy="-0.1654" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 41%, 36%)" fill-opacity="1.0"><circle cx="-0.1853" cy="-0.1601" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 41%, 37%)" fill-opacity="1.0"><circle cx="-0.1891" cy="-0.1546" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 41%, 38%)" fill-opacity="1.0"><circle cx="-0.1914" cy="-0.1488" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 41%, 39%)" fill-opacity="1.0"><circle cx="-0.1921" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 41%, 40%)" fill-opacity="1.0"><circle cx="-0.1914" cy="-0.1372" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 41%, 41%)" fill-opacity="1.0"><circle cx="-0.1891" cy="-0.1315" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 41%, 42%)" fill-opacity="1.0"><circle cx="-0.1853" cy="-0.1259" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 41%, 42%)" fill-opacity="1.0"><circle cx="-0.1802" cy="-0.1206" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 41%, 43%)" fill-opacity="1.0"><circle cx="-0.1737" cy="-0.1157" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 41%, 44%)" fill-opacity="1.0"><circle cx="-0.1660" cy="-0.1112" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 40%, 44%)" fill-opacity="1.0"><circle cx="-0.1571" cy="-0.1072" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 40%, 45%)" fill-opacity="1.0"><circle cx="-0.1473" cy="-0.1038" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 40%, 45%)" fill-opacity="1.0"><circle cx="-0.1367" cy="-0.1010" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 39%, 46%)" fill-opacity="1.0"><circle cx="-0.1255" cy="-0.0988" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 39%, 46%)" fill-opacity="1.0"><circle cx="-0.1137" cy="-0.0974" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 39%, 46%)" fill-opacity="1.0"><circle cx="-0.1017" cy="-0.0966" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 39%, 46%)" fill-opacity="1.0"><circle cx="-0.0896" cy="-0.0966" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 38%, 46%)" fill-opacity="1.0"><circle cx="-0.0776" cy="-0.0974" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 38%, 45%)" fill-opacity="1.0"><circle cx="-0.0658" cy="-0.0988" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 38%, 45%)" fill-opacity="1.0"><circle cx="-0.0546" cy="-0.1010" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 37%, 45%)" fill-opacity="1.0"><circle cx="-0.0440" cy="-0.1038" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 37%, 44%)" fill-opacity="1.0"><circle cx="-0.0342" cy="-0.1072" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 37%, 43%)" fill-opacity="1.0"><circle cx="-0.0253" cy="-0.1112" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 37%, 43%)" fill-opacity="1.0"><circle cx="-0.0176" cy="-0.1157" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 37%, 42%)" fill-opacity="1.0"><circle cx="-0.0111" cy="-0.1206" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 36%, 41%)" fill-opacity="1.0"><circle cx="-0.0059" cy="-0.1259" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 36%, 40%)" fill-opacity="1.0"><circle cx="-0.0022" cy="-0.1315" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 36%, 39%)" fill-opacity="1.0"><circle cx="0.0001" cy="-0.1372" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 35%, 38%)" fill-opacity="1.0"><circle cx="0.0330" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 35%, 37%)" fill-opacity="1.0"><circle cx="0.0320" cy="-0.1508" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 35%, 36%)" fill-opacity="1.0"><circle cx="0.0289" cy="-0.1584" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 35%, 35%)" fill-opacity="1.0"><circle cx="0.0240" cy="-0.1658" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 36%, 34%)" fill-opacity="1.0"><circle cx="0.0171" cy="-0.1729" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 36%, 33%)" fill-opacity="1.0"><circle cx="0.0084" cy="-0.1794" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 36%, 32%)" fill-opacity="1.0"><circle cx="-0.0019" cy="-0.1854" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 36%, 31%)" fill-opacity="1.0"><circle cx="-0.0137" cy="-0.1907" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 37%, 30%)" fill-opacity="1.0"><circle cx="-0.0267" cy="-0.1953" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 37%, 30%)" fill-opacity="1.0"><circle cx="-0.0409" cy="-0.1991" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 38%, 29%)" fill-opacity="1.0"><circle cx="-0.0559" cy="-0.2019" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 38%, 29%)" fill-opacity="1.0"><circle cx="-0.0715" cy="-0.2039" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 38%, 29%)" fill-opacity="1.0"><circle cx="-0.0876" cy="-0.2048" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 39%, 29%)" fill-opacity="1.0"><circle cx="-0.1037" cy="-0.2048" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 39%, 29%)" fill-opacity="1.0"><circle cx="-0.1198" cy="-0.2039" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 40%, 29%)" fill-opacity="1.0"><circle cx="-0.1354" cy="-0.2019" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 40%, 30%)" fill-opacity="1.0"><circle cx="-0.1504" cy="-0.1991" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 40%, 31%)" fill-opacity="1.0"><circle cx="-0.1646" cy="-0.1953" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 41%, 31%)" fill-opacity="1.0"><circle cx="-0.1776" cy="-0.1907" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 41%, 32%)" fill-opacity="1.0"><circle cx="-0.1894" cy="-0.1854" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 41%, 33%)" fill-opacity="1.0"><circle cx="-0.1997" cy="-0.1794" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 42%, 34%)" fill-opacity="1.0"><circle cx="-0.2084" cy="-0.1729" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 42%, 36%)" fill-opacity="1.0"><circle cx="-0.2152" cy="-0.1658" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 42%, 37%)" fill-opacity="1.0"><circle cx="-0.2202" cy="-0.1584" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 42%, 38%)" fill-opacity="1.0"><circle cx="-0.2233" cy="-0.1508" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 42%, 39%)" fill-opacity="1.0"><circle cx="-0.2243" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 42%, 40%)" fill-opacity="1.0"><circle cx="-0.2233" cy="-0.1352" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 42%, 42%)" fill-opacity="1.0"><circle cx="-0.2202" cy="-0.1276" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 42%, 43%)" fill-opacity="1.0"><circle cx="-0.2152" cy="-0.1202" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 42%, 44%)" fill-opacity="1.0"><circle cx="-0.2084" cy="-0.1132" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 41%, 45%)" fill-opacity="1.0"><circle cx="-0.1997" cy="-0.1066" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 41%, 46%)" fill-opacity="1.0"><circle cx="-0.1894" cy="-0.1006" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 41%, 46%)" fill-opacity="1.0"><circle cx="-0.1776" cy="-0.0953" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 40%, 47%)" fill-opacity="1.0"><circle cx="-0.1646" cy="-0.0907" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 40%, 47%)" fill-opacity="1.0"><circle cx="-0.1504" cy="-0.0870" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 40%, 48%)" fill-opacity="1.0"><circle cx="-0.1354" cy="-0.0841" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 39%, 48%)" fill-opacity="1.0"><circle cx="-0.1198" cy="-0.0822" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 39%, 48%)" fill-opacity="1.0"><circle cx="-0.1037" cy="-0.0812" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 38%, 48%)" fill-opacity="1.0"><circle cx="-0.0876" cy="-0.0812" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 38%, 48%)" fill-opacity="1.0"><circle cx="-0.0715" cy="-0.0822" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 38%, 48%)" fill-opacity="1.0"><circle cx="-0.0559" cy="-0.0841" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 37%, 47%)" fill-opacity="1.0"><circle cx="-0.0409" cy="-0.0870" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 37%, 46%)" fill-opacity="1.0"><circle cx="-0.0267" cy="-0.0907" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 37%, 46%)" fill-opacity="1.0"><circle cx="-0.0137" cy="-0.0953" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 36%, 45%)" fill-opacity="1.0"><circle cx="-0.0019" cy="-0.1006" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 36%, 44%)" fill-opacity="1.0"><circle cx="0.0084" cy="-0.1066" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 36%, 43%)" fill-opacity="1.0"><circle cx="0.0171" cy="-0.1132" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 36%, 42%)" fill-opacity="1.0"><circle cx="0.0240" cy="-0.1202" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 35%, 41%)" fill-opacity="1.0"><circle cx="0.0289" cy="-0.1276" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 35%, 40%)" fill-opacity="1.0"><circle cx="0.0320" cy="-0.1352" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 34%, 38%)" fill-opacity="1.0"><circle cx="0.0651" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 34%, 37%)" fill-opacity="1.0"><circle cx="0.0639" cy="-0.1527" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 34%, 35%)" fill-opacity="1.0"><circle cx="0.0601" cy="-0.1623" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 35%, 34%)" fill-opacity="1.0"><circle cx="0.0539" cy="-0.1715" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 35%, 33%)" fill-opacity="1.0"><circle cx="0.0453" cy="-0.1803" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 35%, 31%)" fill-opacity="1.0"><circle cx="0.0344" cy="-0.1885" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 35%, 30%)" fill-opacity="1.0"><circle cx="0.0216" cy="-0.1960" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 36%, 29%)" fill-opacity="1.0"><circle cx="0.0068" cy="-0.2027" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 36%, 28%)" fill-opacity="1.0"><circle cx="-0.0095" cy="-0.2084" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 37%, 27%)" fill-opacity="1.0"><circle cx="-0.0272" cy="-0.2131" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 37%, 26%)" fill-opacity="1.0"><circle cx="-0.0460" cy="-0.2167" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 38%, 26%)" fill-opacity="1.0"><circle cx="-0.0655" cy="-0.2191" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 38%, 26%)" fill-opacity="1.0"><circle cx="-0.0856" cy="-0.2203" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 39%, 26%)" fill-opacity="1.0"><circle cx="-0.1057" cy="-0.2203" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 39%, 26%)" fill-opacity="1.0"><circle cx="-0.1258" cy="-0.2191" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 40%, 27%)" fill-opacity="1.0"><circle cx="-0.1453" cy="-0.2167" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 40%, 27%)" fill-opacity="1.0"><circle cx="-0.1641" cy="-0.2131" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 41%, 28%)" fill-opacity="1.0"><circle cx="-0.1818" cy="-0.2084" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 41%, 29%)" fill-opacity="1.0"><circle cx="-0.1981" cy="-0.2027" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 42%, 31%)" fill-opacity="1.0"><circle cx="-0.2129" cy="-0.1960" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 42%, 32%)" fill-opacity="1.0"><circle cx="-0.2257" cy="-0.1885" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 42%, 33%)" fill-opacity="1.0"><circle cx="-0.2366" cy="-0.1803" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 42%, 35%)" fill-opacity="1.0"><circle cx="-0.2451" cy="-0.1715" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 43%, 36%)" fill-opacity="1.0"><circle cx="-0.2514" cy="-0.1623" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 43%, 38%)" fill-opacity="1.0"><circle cx="-0.2552" cy="-0.1527" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 43%, 39%)" fill-opacity="1.0"><circle cx="-0.2564" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 43%, 41%)" fill-opacity="1.0"><circle cx="-0.2552" cy="-0.1333" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 43%, 42%)" fill-opacity="1.0"><circle cx="-0.2514" cy="-0.1237" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 42%, 44%)" fill-opacity="1.0"><circle cx="-0.2451" cy="-0.1145" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 42%, 45%)" fill-opacity="1.0"><circle cx="-0.2366" cy="-0.1057" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 42%, 46%)" fill-opacity="1.0"><circle cx="-0.2257" cy="-0.0975" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 41%, 47%)" fill-opacity="1.0"><circle cx="-0.2129" cy="-0.0900" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 41%, 48%)" fill-opacity="1.0"><circle cx="-0.1981" cy="-0.0833" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 41%, 49%)" fill-opacity="1.0"><circle cx="-0.1818" cy="-0.0776" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 40%, 49%)" fill-opacity="1.0"><circle cx="-0.1641" cy="-0.0729" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 40%, 50%)" fill-opacity="1.0"><circle cx="-0.1453" cy="-0.0694" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 39%, 50%)" fill-opacity="1.0"><circle cx="-0.1258" cy="-0.0669" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 39%, 50%)" fill-opacity="1.0"><circle cx="-0.1057" cy="-0.0657" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 38%, 50%)" fill-opacity="1.0"><circle cx="-0.0856" cy="-0.0657" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(37%, 38%, 50%)" fill-opacity="1.0"><circle cx="-0.0655" cy="-0.0669" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 37%, 50%)" fill-opacity="1.0"><circle cx="-0.0460" cy="-0.0694" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 37%, 49%)" fill-opacity="1.0"><circle cx="-0.0272" cy="-0.0729" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 36%, 48%)" fill-opacity="1.0"><circle cx="-0.0095" cy="-0.0776" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 36%, 47%)" fill-opacity="1.0"><circle cx="0.0068" cy="-0.0833" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 36%, 46%)" fill-opacity="1.0"><circle cx="0.0216" cy="-0.0900" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 35%, 45%)" fill-opacity="1.0"><circle cx="0.0344" cy="-0.0975" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 35%, 44%)" fill-opacity="1.0"><circle cx="0.0453" cy="-0.1057" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 35%, 43%)" fill-opacity="1.0"><circle cx="0.0539" cy="-0.1145" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 34%, 41%)" fill-opacity="1.0"><circle cx="0.0601" cy="-0.1237" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 34%, 40%)" fill-opacity="1.0"><circle cx="0.0639" cy="-0.1333" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 33%, 38%)" fill-opacity="1.0"><circle cx="0.0973" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 33%, 37%)" fill-opacity="1.0"><circle cx="0.0958" cy="-0.1547" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 33%, 35%)" fill-opacity="1.0"><circle cx="0.0912" cy="-0.1661" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 34%, 33%)" fill-opacity="1.0"><circle cx="0.0838" cy="-0.1772" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 34%, 31%)" fill-opacity="1.0"><circle cx="0.0734" cy="-0.1878" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 34%, 30%)" fill-opacity="1.0"><circle cx="0.0605" cy="-0.1976" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 35%, 28%)" fill-opacity="1.0"><circle cx="0.0450" cy="-0.2066" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 35%, 27%)" fill-opacity="1.0"><circle cx="0.0273" cy="-0.2146" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 36%, 25%)" fill-opacity="1.0"><circle cx="0.0077" cy="-0.2215" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 36%, 24%)" fill-opacity="1.0"><circle cx="-0.0135" cy="-0.2271" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 37%, 24%)" fill-opacity="1.0"><circle cx="-0.0360" cy="-0.2314" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 37%, 23%)" fill-opacity="1.0"><circle cx="-0.0595" cy="-0.2343" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 38%, 23%)" fill-opacity="1.0"><circle cx="-0.0835" cy="-0.2357" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 39%, 23%)" fill-opacity="1.0"><circle cx="-0.1078" cy="-0.2357" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 39%, 23%)" fill-opacity="1.0"><circle cx="-0.1318" cy="-0.2343" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 40%, 24%)" fill-opacity="1.0"><circle cx="-0.1553" cy="-0.2314" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 41%, 25%)" fill-opacity="1.0"><circle cx="-0.1778" cy="-0.2271" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 41%, 26%)" fill-opacity="1.0"><circle cx="-0.1990" cy="-0.2215" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 42%, 27%)" fill-opacity="1.0"><circle cx="-0.2186" cy="-0.2146" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 42%, 29%)" fill-opacity="1.0"><circle cx="-0.2363" cy="-0.2066" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 43%, 30%)" fill-opacity="1.0"><circle cx="-0.2517" cy="-0.1976" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 43%, 32%)" fill-opacity="1.0"><circle cx="-0.2647" cy="-0.1878" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 43%, 34%)" fill-opacity="1.0"><circle cx="-0.2750" cy="-0.1772" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 43%, 36%)" fill-opacity="1.0"><circle cx="-0.2825" cy="-0.1661" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 43%, 38%)" fill-opacity="1.0"><circle cx="-0.2871" cy="-0.1547" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 43%, 39%)" fill-opacity="1.0"><circle cx="-0.2886" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 43%, 41%)" fill-opacity="1.0"><circle cx="-0.2871" cy="-0.1314" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 43%, 43%)" fill-opacity="1.0"><circle cx="-0.2825" cy="-0.1199" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 43%, 45%)" fill-opacity="1.0"><circle cx="-0.2750" cy="-0.1088" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 43%, 46%)" fill-opacity="1.0"><circle cx="-0.2647" cy="-0.0982" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 42%, 47%)" fill-opacity="1.0"><circle cx="-0.2517" cy="-0.0884" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(23%, 42%, 49%)" fill-opacity="1.0"><circle cx="-0.2363" cy="-0.0794" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 41%, 50%)" fill-opacity="1.0"><circle cx="-0.2186" cy="-0.0714" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 41%, 51%)" fill-opacity="1.0"><circle cx="-0.1990" cy="-0.0645" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 40%, 52%)" fill-opacity="1.0"><circle cx="-0.1778" cy="-0.0589" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 40%, 52%)" fill-opacity="1.0"><circle cx="-0.1553" cy="-0.0546" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 39%, 52%)" fill-opacity="1.0"><circle cx="-0.1318" cy="-0.0517" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 39%, 53%)" fill-opacity="1.0"><circle cx="-0.1078" cy="-0.0503" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 38%, 52%)" fill-opacity="1.0"><circle cx="-0.0835" cy="-0.0503" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 37%, 52%)" fill-opacity="1.0"><circle cx="-0.0595" cy="-0.0517" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 37%, 52%)" fill-opacity="1.0"><circle cx="-0.0360" cy="-0.0546" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 36%, 51%)" fill-opacity="1.0"><circle cx="-0.0135" cy="-0.0589" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 36%, 50%)" fill-opacity="1.0"><circle cx="0.0077" cy="-0.0645" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 35%, 49%)" fill-opacity="1.0"><circle cx="0.0273" cy="-0.0714" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 35%, 48%)" fill-opacity="1.0"><circle cx="0.0450" cy="-0.0794" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 34%, 47%)" fill-opacity="1.0"><circle cx="0.0605" cy="-0.0884" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 34%, 45%)" fill-opacity="1.0"><circle cx="0.0734" cy="-0.0982" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 34%, 44%)" fill-opacity="1.0"><circle cx="0.0838" cy="-0.1088" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 33%, 42%)" fill-opacity="1.0"><circle cx="0.0912" cy="-0.1199" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 33%, 40%)" fill-opacity="1.0"><circle cx="0.0958" cy="-0.1314" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 32%, 38%)" fill-opacity="1.0"><circle cx="0.1295" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 32%, 36%)" fill-opacity="1.0"><circle cx="0.1277" cy="-0.1566" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 32%, 34%)" fill-opacity="1.0"><circle cx="0.1224" cy="-0.1700" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 32%, 32%)" fill-opacity="1.0"><circle cx="0.1137" cy="-0.1829" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 33%, 30%)" fill-opacity="1.0"><circle cx="0.1016" cy="-0.1952" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 33%, 28%)" fill-opacity="1.0"><circle cx="0.0865" cy="-0.2067" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 34%, 26%)" fill-opacity="1.0"><circle cx="0.0684" cy="-0.2172" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 34%, 24%)" fill-opacity="1.0"><circle cx="0.0478" cy="-0.2265" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 35%, 23%)" fill-opacity="1.0"><circle cx="0.0250" cy="-0.2345" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 36%, 21%)" fill-opacity="1.0"><circle cx="0.0002" cy="-0.2411" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 36%, 20%)" fill-opacity="1.0"><circle cx="-0.0261" cy="-0.2461" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 37%, 20%)" fill-opacity="1.0"><circle cx="-0.0535" cy="-0.2495" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 38%, 19%)" fill-opacity="1.0"><circle cx="-0.0815" cy="-0.2512" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 39%, 19%)" fill-opacity="1.0"><circle cx="-0.1098" cy="-0.2512" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 39%, 20%)" fill-opacity="1.0"><circle cx="-0.1378" cy="-0.2495" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 40%, 21%)" fill-opacity="1.0"><circle cx="-0.1652" cy="-0.2461" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 41%, 22%)" fill-opacity="1.0"><circle cx="-0.1915" cy="-0.2411" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 41%, 23%)" fill-opacity="1.0"><circle cx="-0.2163" cy="-0.2345" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 42%, 25%)" fill-opacity="1.0"><circle cx="-0.2391" cy="-0.2265" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 43%, 27%)" fill-opacity="1.0"><circle cx="-0.2597" cy="-0.2172" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 43%, 29%)" fill-opacity="1.0"><circle cx="-0.2778" cy="-0.2067" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 43%, 31%)" fill-opacity="1.0"><circle cx="-0.2929" cy="-0.1952" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 44%, 33%)" fill-opacity="1.0"><circle cx="-0.3049" cy="-0.1829" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 44%, 35%)" fill-opacity="1.0"><circle cx="-0.3137" cy="-0.1700" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(20%, 44%, 37%)" fill-opacity="1.0"><circle cx="-0.3190" cy="-0.1566" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(18%, 44%, 39%)" fill-opacity="1.0"><circle cx="-0.3208" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(17%, 44%, 42%)" fill-opacity="1.0"><circle cx="-0.3190" cy="-0.1294" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 44%, 44%)" fill-opacity="1.0"><circle cx="-0.3137" cy="-0.1160" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 44%, 45%)" fill-opacity="1.0"><circle cx="-0.3049" cy="-0.1031" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 43%, 47%)" fill-opacity="1.0"><circle cx="-0.2929" cy="-0.0908" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(17%, 43%, 49%)" fill-opacity="1.0"><circle cx="-0.2778" cy="-0.0793" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 42%, 50%)" fill-opacity="1.0"><circle cx="-0.2597" cy="-0.0688" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 42%, 52%)" fill-opacity="1.0"><circle cx="-0.2391" cy="-0.0595" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(23%, 41%, 53%)" fill-opacity="1.0"><circle cx="-0.2163" cy="-0.0515" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 41%, 54%)" fill-opacity="1.0"><circle cx="-0.1915" cy="-0.0449" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 40%, 54%)" fill-opacity="1.0"><circle cx="-0.1652" cy="-0.0399" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 39%, 55%)" fill-opacity="1.0"><circle cx="-0.1378" cy="-0.0365" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 38%, 55%)" fill-opacity="1.0"><circle cx="-0.1098" cy="-0.0348" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 38%, 55%)" fill-opacity="1.0"><circle cx="-0.0815" cy="-0.0348" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 37%, 54%)" fill-opacity="1.0"><circle cx="-0.0535" cy="-0.0365" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 36%, 54%)" fill-opacity="1.0"><circle cx="-0.0261" cy="-0.0399" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 36%, 53%)" fill-opacity="1.0"><circle cx="0.0002" cy="-0.0449" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 35%, 52%)" fill-opacity="1.0"><circle cx="0.0250" cy="-0.0515" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 35%, 51%)" fill-opacity="1.0"><circle cx="0.0478" cy="-0.0595" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 34%, 49%)" fill-opacity="1.0"><circle cx="0.0684" cy="-0.0688" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 33%, 48%)" fill-opacity="1.0"><circle cx="0.0865" cy="-0.0793" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 33%, 46%)" fill-opacity="1.0"><circle cx="0.1016" cy="-0.0908" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 33%, 44%)" fill-opacity="1.0"><circle cx="0.1137" cy="-0.1031" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 32%, 42%)" fill-opacity="1.0"><circle cx="0.1224" cy="-0.1160" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 32%, 40%)" fill-opacity="1.0"><circle cx="0.1277" cy="-0.1294" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 31%, 38%)" fill-opacity="1.0"><circle cx="0.1616" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 31%, 36%)" fill-opacity="1.0"><circle cx="0.1596" cy="-0.1585" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 31%, 33%)" fill-opacity="1.0"><circle cx="0.1535" cy="-0.1738" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 31%, 31%)" fill-opacity="1.0"><circle cx="0.1436" cy="-0.1886" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 32%, 28%)" fill-opacity="1.0"><circle cx="0.1298" cy="-0.2027" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 32%, 26%)" fill-opacity="1.0"><circle cx="0.1125" cy="-0.2158" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 33%, 24%)" fill-opacity="1.0"><circle cx="0.0919" cy="-0.2278" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 33%, 22%)" fill-opacity="1.0"><circle cx="0.0683" cy="-0.2385" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 34%, 20%)" fill-opacity="1.0"><circle cx="0.0422" cy="-0.2476" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 35%, 18%)" fill-opacity="1.0"><circle cx="0.0139" cy="-0.2551" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 36%, 17%)" fill-opacity="1.0"><circle cx="-0.0161" cy="-0.2608" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 37%, 16%)" fill-opacity="1.0"><circle cx="-0.0474" cy="-0.2647" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 38%, 15%)" fill-opacity="1.0"><circle cx="-0.0795" cy="-0.2667" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 38%, 16%)" fill-opacity="1.0"><circle cx="-0.1118" cy="-0.2667" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 39%, 16%)" fill-opacity="1.0"><circle cx="-0.1439" cy="-0.2647" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 40%, 17%)" fill-opacity="1.0"><circle cx="-0.1751" cy="-0.2608" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 41%, 19%)" fill-opacity="1.0"><circle cx="-0.2052" cy="-0.2551" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 42%, 21%)" fill-opacity="1.0"><circle cx="-0.2335" cy="-0.2476" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 42%, 23%)" fill-opacity="1.0"><circle cx="-0.2596" cy="-0.2385" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 43%, 25%)" fill-opacity="1.0"><circle cx="-0.2832" cy="-0.2278" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 44%, 27%)" fill-opacity="1.0"><circle cx="-0.3038" cy="-0.2158" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 44%, 30%)" fill-opacity="1.0"><circle cx="-0.3211" cy="-0.2027" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 44%, 32%)" fill-opacity="1.0"><circle cx="-0.3348" cy="-0.1886" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(18%, 45%, 35%)" fill-opacity="1.0"><circle cx="-0.3448" cy="-0.1738" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(15%, 45%, 37%)" fill-opacity="1.0"><circle cx="-0.3509" cy="-0.1585" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(12%, 45%, 40%)" fill-opacity="1.0"><circle cx="-0.3529" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(10%, 45%, 42%)" fill-opacity="1.0"><circle cx="-0.3509" cy="-0.1275" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(8%, 44%, 44%)" fill-opacity="1.0"><circle cx="-0.3448" cy="-0.1122" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(8%, 44%, 46%)" fill-opacity="1.0"><circle cx="-0.3348" cy="-0.0974" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(9%, 44%, 48%)" fill-opacity="1.0"><circle cx="-0.3211" cy="-0.0833" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(11%, 43%, 50%)" fill-opacity="1.0"><circle cx="-0.3038" cy="-0.0702" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(14%, 43%, 52%)" fill-opacity="1.0"><circle cx="-0.2832" cy="-0.0582" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 42%, 53%)" fill-opacity="1.0"><circle cx="-0.2596" cy="-0.0475" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 41%, 55%)" fill-opacity="1.0"><circle cx="-0.2335" cy="-0.0384" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 41%, 56%)" fill-opacity="1.0"><circle cx="-0.2052" cy="-0.0309" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 40%, 56%)" fill-opacity="1.0"><circle cx="-0.1751" cy="-0.0252" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 39%, 57%)" fill-opacity="1.0"><circle cx="-0.1439" cy="-0.0213" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 38%, 57%)" fill-opacity="1.0"><circle cx="-0.1118" cy="-0.0193" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 38%, 57%)" fill-opacity="1.0"><circle cx="-0.0795" cy="-0.0193" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(36%, 37%, 56%)" fill-opacity="1.0"><circle cx="-0.0474" cy="-0.0213" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 36%, 56%)" fill-opacity="1.0"><circle cx="-0.0161" cy="-0.0252" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 35%, 55%)" fill-opacity="1.0"><circle cx="0.0139" cy="-0.0309" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 34%, 54%)" fill-opacity="1.0"><circle cx="0.0422" cy="-0.0384" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 34%, 52%)" fill-opacity="1.0"><circle cx="0.0683" cy="-0.0475" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 33%, 51%)" fill-opacity="1.0"><circle cx="0.0919" cy="-0.0582" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 33%, 49%)" fill-opacity="1.0"><circle cx="0.1125" cy="-0.0702" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 32%, 47%)" fill-opacity="1.0"><circle cx="0.1298" cy="-0.0833" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 32%, 45%)" fill-opacity="1.0"><circle cx="0.1436" cy="-0.0974" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 31%, 43%)" fill-opacity="1.0"><circle cx="0.1535" cy="-0.1122" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 31%, 41%)" fill-opacity="1.0"><circle cx="0.1596" cy="-0.1275" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 30%, 38%)" fill-opacity="1.0"><circle cx="0.1938" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 30%, 35%)" fill-opacity="1.0"><circle cx="0.1915" cy="-0.1605" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 30%, 33%)" fill-opacity="1.0"><circle cx="0.1847" cy="-0.1777" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 30%, 30%)" fill-opacity="1.0"><circle cx="0.1735" cy="-0.1943" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 31%, 27%)" fill-opacity="1.0"><circle cx="0.1580" cy="-0.2102" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 31%, 24%)" fill-opacity="1.0"><circle cx="0.1385" cy="-0.2249" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 32%, 22%)" fill-opacity="1.0"><circle cx="0.1153" cy="-0.2384" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 32%, 19%)" fill-opacity="1.0"><circle cx="0.0888" cy="-0.2504" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 33%, 17%)" fill-opacity="1.0"><circle cx="0.0594" cy="-0.2607" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 34%, 15%)" fill-opacity="1.0"><circle cx="0.0276" cy="-0.2691" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 35%, 13%)" fill-opacity="1.0"><circle cx="-0.0062" cy="-0.2756" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 36%, 11%)" fill-opacity="1.0"><circle cx="-0.0414" cy="-0.2799" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 37%, 11%)" fill-opacity="1.0"><circle cx="-0.0775" cy="-0.2821" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 38%, 11%)" fill-opacity="1.0"><circle cx="-0.1138" cy="-0.2821" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 39%, 12%)" fill-opacity="1.0"><circle cx="-0.1499" cy="-0.2799" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 40%, 13%)" fill-opacity="1.0"><circle cx="-0.1851" cy="-0.2756" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 41%, 15%)" fill-opacity="1.0"><circle cx="-0.2189" cy="-0.2691" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 42%, 17%)" fill-opacity="1.0"><circle cx="-0.2507" cy="-0.2607" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 43%, 20%)" fill-opacity="1.0"><circle cx="-0.2801" cy="-0.2504" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 44%, 23%)" fill-opacity="1.0"><circle cx="-0.3066" cy="-0.2384" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 44%, 26%)" fill-opacity="1.0"><circle cx="-0.3298" cy="-0.2249" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 45%, 28%)" fill-opacity="1.0"><circle cx="-0.3493" cy="-0.2102" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(18%, 45%, 31%)" fill-opacity="1.0"><circle cx="-0.3647" cy="-0.1943" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(14%, 45%, 34%)" fill-opacity="1.0"><circle cx="-0.3760" cy="-0.1777" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(8%, 45%, 37%)" fill-opacity="1.0"><circle cx="-0.3828" cy="-0.1605" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(1%, 45%, 40%)" fill-opacity="1.0"><circle cx="-0.3851" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(5%, 43%, 54%)" fill-opacity="1.0"><circle cx="-0.3066" cy="-0.0476" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(11%, 42%, 55%)" fill-opacity="1.0"><circle cx="-0.2801" cy="-0.0356" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(15%, 42%, 57%)" fill-opacity="1.0"><circle cx="-0.2507" cy="-0.0253" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 41%, 58%)" fill-opacity="1.0"><circle cx="-0.2189" cy="-0.0169" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(23%, 40%, 58%)" fill-opacity="1.0"><circle cx="-0.1851" cy="-0.0104" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 39%, 59%)" fill-opacity="1.0"><circle cx="-0.1499" cy="-0.0061" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 38%, 59%)" fill-opacity="1.0"><circle cx="-0.1138" cy="-0.0039" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(33%, 37%, 59%)" fill-opacity="1.0"><circle cx="-0.0775" cy="-0.0039" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 36%, 59%)" fill-opacity="1.0"><circle cx="-0.0414" cy="-0.0061" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 35%, 58%)" fill-opacity="1.0"><circle cx="-0.0062" cy="-0.0104" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 35%, 57%)" fill-opacity="1.0"><circle cx="0.0276" cy="-0.0169" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 34%, 56%)" fill-opacity="1.0"><circle cx="0.0594" cy="-0.0253" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 33%, 54%)" fill-opacity="1.0"><circle cx="0.0888" cy="-0.0356" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 32%, 52%)" fill-opacity="1.0"><circle cx="0.1153" cy="-0.0476" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 32%, 50%)" fill-opacity="1.0"><circle cx="0.1385" cy="-0.0611" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 31%, 48%)" fill-opacity="1.0"><circle cx="0.1580" cy="-0.0759" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 31%, 46%)" fill-opacity="1.0"><circle cx="0.1735" cy="-0.0917" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 30%, 43%)" fill-opacity="1.0"><circle cx="0.1847" cy="-0.1083" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 30%, 41%)" fill-opacity="1.0"><circle cx="0.1915" cy="-0.1255" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 29%, 38%)" fill-opacity="1.0"><circle cx="0.2259" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 29%, 35%)" fill-opacity="1.0"><circle cx="0.2234" cy="-0.1624" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 29%, 32%)" fill-opacity="1.0"><circle cx="0.2158" cy="-0.1815" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 29%, 29%)" fill-opacity="1.0"><circle cx="0.2034" cy="-0.2000" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 29%, 26%)" fill-opacity="1.0"><circle cx="0.1862" cy="-0.2176" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 30%, 22%)" fill-opacity="1.0"><circle cx="0.1645" cy="-0.2340" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 31%, 19%)" fill-opacity="1.0"><circle cx="0.1388" cy="-0.2490" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 32%, 16%)" fill-opacity="1.0"><circle cx="0.1093" cy="-0.2623" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 33%, 13%)" fill-opacity="1.0"><circle cx="0.0767" cy="-0.2738" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 34%, 10%)" fill-opacity="1.0"><circle cx="0.0413" cy="-0.2831" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 35%, 7%)" fill-opacity="1.0"><circle cx="0.0037" cy="-0.2903" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 36%, 4%)" fill-opacity="1.0"><circle cx="-0.0354" cy="-0.2951" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 37%, 3%)" fill-opacity="1.0"><circle cx="-0.0755" cy="-0.2976" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 38%, 3%)" fill-opacity="1.0"><circle cx="-0.1158" cy="-0.2976" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 39%, 5%)" fill-opacity="1.0"><circle cx="-0.1559" cy="-0.2951" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 40%, 8%)" fill-opacity="1.0"><circle cx="-0.1950" cy="-0.2903" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 41%, 11%)" fill-opacity="1.0"><circle cx="-0.2326" cy="-0.2831" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 42%, 14%)" fill-opacity="1.0"><circle cx="-0.2680" cy="-0.2738" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 43%, 17%)" fill-opacity="1.0"><circle cx="-0.3006" cy="-0.2623" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 44%, 20%)" fill-opacity="1.0"><circle cx="-0.3301" cy="-0.2490" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 45%, 24%)" fill-opacity="1.0"><circle cx="-0.3558" cy="-0.2340" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 45%, 27%)" fill-opacity="1.0"><circle cx="-0.3775" cy="-0.2176" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(14%, 46%, 30%)" fill-opacity="1.0"><circle cx="-0.3946" cy="-0.2000" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(6%, 46%, 33%)" fill-opacity="1.0"><circle cx="-0.4071" cy="-0.1815" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(0%, 43%, 57%)" fill-opacity="1.0"><circle cx="-0.3006" cy="-0.0237" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(10%, 42%, 58%)" fill-opacity="1.0"><circle cx="-0.2680" cy="-0.0122" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 41%, 60%)" fill-opacity="1.0"><circle cx="-0.2326" cy="-0.0029" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 40%, 61%)" fill-opacity="1.0"><circle cx="-0.1950" cy="0.0043" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 39%, 61%)" fill-opacity="1.0"><circle cx="-0.1559" cy="0.0091" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 38%, 61%)" fill-opacity="1.0"><circle cx="-0.1158" cy="0.0116" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(32%, 37%, 61%)" fill-opacity="1.0"><circle cx="-0.0755" cy="0.0116" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 36%, 61%)" fill-opacity="1.0"><circle cx="-0.0354" cy="0.0091" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 35%, 60%)" fill-opacity="1.0"><circle cx="0.0037" cy="0.0043" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 34%, 59%)" fill-opacity="1.0"><circle cx="0.0413" cy="-0.0029" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 33%, 57%)" fill-opacity="1.0"><circle cx="0.0767" cy="-0.0122" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 32%, 56%)" fill-opacity="1.0"><circle cx="0.1093" cy="-0.0237" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 31%, 54%)" fill-opacity="1.0"><circle cx="0.1388" cy="-0.0370" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 31%, 51%)" fill-opacity="1.0"><circle cx="0.1645" cy="-0.0520" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 30%, 49%)" fill-opacity="1.0"><circle cx="0.1862" cy="-0.0684" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 29%, 46%)" fill-opacity="1.0"><circle cx="0.2034" cy="-0.0860" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 29%, 44%)" fill-opacity="1.0"><circle cx="0.2158" cy="-0.1045" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 29%, 41%)" fill-opacity="1.0"><circle cx="0.2234" cy="-0.1236" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 27%, 38%)" fill-opacity="1.0"><circle cx="0.2581" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 27%, 35%)" fill-opacity="1.0"><circle cx="0.2553" cy="-0.1644" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 27%, 31%)" fill-opacity="1.0"><circle cx="0.2470" cy="-0.1854" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 28%, 28%)" fill-opacity="1.0"><circle cx="0.2333" cy="-0.2057" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 28%, 24%)" fill-opacity="1.0"><circle cx="0.2143" cy="-0.2251" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 29%, 21%)" fill-opacity="1.0"><circle cx="0.1905" cy="-0.2431" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 30%, 17%)" fill-opacity="1.0"><circle cx="0.1622" cy="-0.2596" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 31%, 13%)" fill-opacity="1.0"><circle cx="0.1298" cy="-0.2743" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 32%, 8%)" fill-opacity="1.0"><circle cx="0.0939" cy="-0.2869" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 33%, 2%)" fill-opacity="1.0"><circle cx="0.0550" cy="-0.2972" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 42%, 4%)" fill-opacity="1.0"><circle cx="-0.2463" cy="-0.2972" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 43%, 9%)" fill-opacity="1.0"><circle cx="-0.2852" cy="-0.2869" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 44%, 14%)" fill-opacity="1.0"><circle cx="-0.3211" cy="-0.2743" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 44%, 18%)" fill-opacity="1.0"><circle cx="-0.3535" cy="-0.2596" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 45%, 22%)" fill-opacity="1.0"><circle cx="-0.3818" cy="-0.2431" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 46%, 26%)" fill-opacity="1.0"><circle cx="-0.4056" cy="-0.2251" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(7%, 46%, 29%)" fill-opacity="1.0"><circle cx="-0.4245" cy="-0.2057" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(0%, 42%, 60%)" fill-opacity="1.0"><circle cx="-0.2852" cy="0.0008" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(12%, 41%, 62%)" fill-opacity="1.0"><circle cx="-0.2463" cy="0.0111" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(18%, 40%, 63%)" fill-opacity="1.0"><circle cx="-0.2050" cy="0.0190" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(23%, 39%, 63%)" fill-opacity="1.0"><circle cx="-0.1619" cy="0.0243" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 38%, 63%)" fill-opacity="1.0"><circle cx="-0.1179" cy="0.0270" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 36%, 63%)" fill-opacity="1.0"><circle cx="-0.0734" cy="0.0270" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 35%, 63%)" fill-opacity="1.0"><circle cx="-0.0294" cy="0.0243" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 34%, 62%)" fill-opacity="1.0"><circle cx="0.0137" cy="0.0190" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 33%, 61%)" fill-opacity="1.0"><circle cx="0.0550" cy="0.0111" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 32%, 59%)" fill-opacity="1.0"><circle cx="0.0939" cy="0.0008" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 31%, 57%)" fill-opacity="1.0"><circle cx="0.1298" cy="-0.0117" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 30%, 55%)" fill-opacity="1.0"><circle cx="0.1622" cy="-0.0264" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 30%, 53%)" fill-opacity="1.0"><circle cx="0.1905" cy="-0.0429" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 29%, 50%)" fill-opacity="1.0"><circle cx="0.2143" cy="-0.0609" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 28%, 47%)" fill-opacity="1.0"><circle cx="0.2333" cy="-0.0803" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 28%, 44%)" fill-opacity="1.0"><circle cx="0.2470" cy="-0.1006" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 27%, 41%)" fill-opacity="1.0"><circle cx="0.2553" cy="-0.1217" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 26%, 38%)" fill-opacity="1.0"><circle cx="0.2903" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 26%, 34%)" fill-opacity="1.0"><circle cx="0.2872" cy="-0.1663" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 30%)" fill-opacity="1.0"><circle cx="0.2781" cy="-0.1892" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 26%, 27%)" fill-opacity="1.0"><circle cx="0.2632" cy="-0.2114" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 27%, 23%)" fill-opacity="1.0"><circle cx="0.2425" cy="-0.2325" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 27%, 18%)" fill-opacity="1.0"><circle cx="0.2166" cy="-0.2522" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 28%, 14%)" fill-opacity="1.0"><circle cx="0.1857" cy="-0.2702" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 29%, 8%)" fill-opacity="1.0"><circle cx="0.1503" cy="-0.2862" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 31%, 0%)" fill-opacity="1.0"><circle cx="0.1111" cy="-0.2999" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 43%, 2%)" fill-opacity="1.0"><circle cx="-0.3024" cy="-0.2999" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 44%, 10%)" fill-opacity="1.0"><circle cx="-0.3416" cy="-0.2862" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 45%, 15%)" fill-opacity="1.0"><circle cx="-0.3770" cy="-0.2702" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 46%, 20%)" fill-opacity="1.0"><circle cx="-0.4078" cy="-0.2522" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(11%, 46%, 24%)" fill-opacity="1.0"><circle cx="-0.4338" cy="-0.2325" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(6%, 41%, 64%)" fill-opacity="1.0"><circle cx="-0.2600" cy="0.0252" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(15%, 40%, 65%)" fill-opacity="1.0"><circle cx="-0.2149" cy="0.0338" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 38%, 65%)" fill-opacity="1.0"><circle cx="-0.1680" cy="0.0396" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 37%, 66%)" fill-opacity="1.0"><circle cx="-0.1199" cy="0.0425" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(31%, 36%, 65%)" fill-opacity="1.0"><circle cx="-0.0714" cy="0.0425" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 35%, 65%)" fill-opacity="1.0"><circle cx="-0.0233" cy="0.0396" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 34%, 64%)" fill-opacity="1.0"><circle cx="0.0236" cy="0.0338" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 32%, 63%)" fill-opacity="1.0"><circle cx="0.0687" cy="0.0252" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 31%, 61%)" fill-opacity="1.0"><circle cx="0.1111" cy="0.0139" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 30%, 59%)" fill-opacity="1.0"><circle cx="0.1503" cy="0.0002" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 29%, 56%)" fill-opacity="1.0"><circle cx="0.1857" cy="-0.0158" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 28%, 54%)" fill-opacity="1.0"><circle cx="0.2166" cy="-0.0338" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 28%, 51%)" fill-opacity="1.0"><circle cx="0.2425" cy="-0.0535" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 27%, 48%)" fill-opacity="1.0"><circle cx="0.2632" cy="-0.0746" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 26%, 45%)" fill-opacity="1.0"><circle cx="0.2781" cy="-0.0968" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 26%, 41%)" fill-opacity="1.0"><circle cx="0.2872" cy="-0.1197" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 24%, 38%)" fill-opacity="1.0"><circle cx="0.3224" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 24%, 34%)" fill-opacity="1.0"><circle cx="0.3191" cy="-0.1682" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 24%, 30%)" fill-opacity="1.0"><circle cx="0.3093" cy="-0.1931" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 25%, 25%)" fill-opacity="1.0"><circle cx="0.2931" cy="-0.2171" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 25%, 21%)" fill-opacity="1.0"><circle cx="0.2707" cy="-0.2400" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 26%, 16%)" fill-opacity="1.0"><circle cx="0.2426" cy="-0.2614" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 27%, 10%)" fill-opacity="1.0"><circle cx="0.2091" cy="-0.2808" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 28%, 1%)" fill-opacity="1.0"><circle cx="0.1708" cy="-0.2981" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 44%, 3%)" fill-opacity="1.0"><circle cx="-0.3621" cy="-0.2981" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 45%, 12%)" fill-opacity="1.0"><circle cx="-0.4004" cy="-0.2808" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(17%, 46%, 18%)" fill-opacity="1.0"><circle cx="-0.4339" cy="-0.2614" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(4%, 47%, 23%)" fill-opacity="1.0"><circle cx="-0.4620" cy="-0.2400" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(12%, 40%, 67%)" fill-opacity="1.0"><circle cx="-0.2248" cy="0.0485" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(20%, 38%, 67%)" fill-opacity="1.0"><circle cx="-0.1740" cy="0.0548" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(25%, 37%, 68%)" fill-opacity="1.0"><circle cx="-0.1219" cy="0.0579" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 36%, 68%)" fill-opacity="1.0"><circle cx="-0.0694" cy="0.0579" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 34%, 67%)" fill-opacity="1.0"><circle cx="-0.0173" cy="0.0548" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 33%, 66%)" fill-opacity="1.0"><circle cx="0.0335" cy="0.0485" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 32%, 64%)" fill-opacity="1.0"><circle cx="0.0824" cy="0.0392" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 30%, 63%)" fill-opacity="1.0"><circle cx="0.1284" cy="0.0270" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 29%, 60%)" fill-opacity="1.0"><circle cx="0.1708" cy="0.0121" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 28%, 58%)" fill-opacity="1.0"><circle cx="0.2091" cy="-0.0052" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 27%, 55%)" fill-opacity="1.0"><circle cx="0.2426" cy="-0.0247" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 26%, 52%)" fill-opacity="1.0"><circle cx="0.2707" cy="-0.0460" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 26%, 49%)" fill-opacity="1.0"><circle cx="0.2931" cy="-0.0689" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 25%, 45%)" fill-opacity="1.0"><circle cx="0.3093" cy="-0.0929" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 24%, 41%)" fill-opacity="1.0"><circle cx="0.3191" cy="-0.1178" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 22%, 38%)" fill-opacity="1.0"><circle cx="0.3546" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 22%, 33%)" fill-opacity="1.0"><circle cx="0.3510" cy="-0.1702" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 22%, 29%)" fill-opacity="1.0"><circle cx="0.3404" cy="-0.1969" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 23%, 24%)" fill-opacity="1.0"><circle cx="0.3230" cy="-0.2228" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 23%, 19%)" fill-opacity="1.0"><circle cx="0.2989" cy="-0.2475" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 24%, 14%)" fill-opacity="1.0"><circle cx="0.2686" cy="-0.2705" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 26%, 6%)" fill-opacity="1.0"><circle cx="0.2325" cy="-0.2914" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 46%, 8%)" fill-opacity="1.0"><circle cx="-0.4238" cy="-0.2914" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(13%, 46%, 15%)" fill-opacity="1.0"><circle cx="-0.4599" cy="-0.2705" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(7%, 39%, 69%)" fill-opacity="1.0"><circle cx="-0.2348" cy="0.0632" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(18%, 38%, 70%)" fill-opacity="1.0"><circle cx="-0.1800" cy="0.0700" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(24%, 36%, 70%)" fill-opacity="1.0"><circle cx="-0.1239" cy="0.0734" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(30%, 35%, 70%)" fill-opacity="1.0"><circle cx="-0.0674" cy="0.0734" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 34%, 69%)" fill-opacity="1.0"><circle cx="-0.0113" cy="0.0700" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 32%, 68%)" fill-opacity="1.0"><circle cx="0.0435" cy="0.0632" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 31%, 66%)" fill-opacity="1.0"><circle cx="0.0960" cy="0.0532" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 30%, 64%)" fill-opacity="1.0"><circle cx="0.1456" cy="0.0401" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 28%, 62%)" fill-opacity="1.0"><circle cx="0.1913" cy="0.0241" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 27%, 59%)" fill-opacity="1.0"><circle cx="0.2325" cy="0.0054" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 26%, 56%)" fill-opacity="1.0"><circle cx="0.2686" cy="-0.0156" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 25%, 53%)" fill-opacity="1.0"><circle cx="0.2989" cy="-0.0385" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 24%, 49%)" fill-opacity="1.0"><circle cx="0.3230" cy="-0.0632" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 23%, 46%)" fill-opacity="1.0"><circle cx="0.3404" cy="-0.0891" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 23%, 42%)" fill-opacity="1.0"><circle cx="0.3510" cy="-0.1158" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 21%, 38%)" fill-opacity="1.0"><circle cx="0.3867" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 20%, 33%)" fill-opacity="1.0"><circle cx="0.3829" cy="-0.1721" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 20%, 28%)" fill-opacity="1.0"><circle cx="0.3716" cy="-0.2008" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 21%, 23%)" fill-opacity="1.0"><circle cx="0.3529" cy="-0.2285" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 22%, 17%)" fill-opacity="1.0"><circle cx="0.3271" cy="-0.2549" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 23%, 11%)" fill-opacity="1.0"><circle cx="0.2946" cy="-0.2796" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(20%, 46%, 1%)" fill-opacity="1.0"><circle cx="-0.4473" cy="-0.3020" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(9%, 47%, 13%)" fill-opacity="1.0"><circle cx="-0.4859" cy="-0.2796" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 38%, 72%)" fill-opacity="1.0"><circle cx="-0.1860" cy="0.0852" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(23%, 36%, 72%)" fill-opacity="1.0"><circle cx="-0.1259" cy="0.0889" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 34%, 72%)" fill-opacity="1.0"><circle cx="-0.0654" cy="0.0889" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 33%, 71%)" fill-opacity="1.0"><circle cx="-0.0053" cy="0.0852" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 31%, 70%)" fill-opacity="1.0"><circle cx="0.0534" cy="0.0779" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 30%, 68%)" fill-opacity="1.0"><circle cx="0.1097" cy="0.0672" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 29%, 66%)" fill-opacity="1.0"><circle cx="0.1628" cy="0.0531" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 27%, 64%)" fill-opacity="1.0"><circle cx="0.2118" cy="0.0360" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 26%, 61%)" fill-opacity="1.0"><circle cx="0.2560" cy="0.0160" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 25%, 57%)" fill-opacity="1.0"><circle cx="0.2946" cy="-0.0065" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 24%, 54%)" fill-opacity="1.0"><circle cx="0.3271" cy="-0.0311" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 23%, 50%)" fill-opacity="1.0"><circle cx="0.3529" cy="-0.0575" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 22%, 46%)" fill-opacity="1.0"><circle cx="0.3716" cy="-0.0852" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 21%, 42%)" fill-opacity="1.0"><circle cx="0.3829" cy="-0.1139" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 18%, 37%)" fill-opacity="1.0"><circle cx="0.4189" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 18%, 33%)" fill-opacity="1.0"><circle cx="0.4148" cy="-0.1741" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(67%, 18%, 27%)" fill-opacity="1.0"><circle cx="0.4027" cy="-0.2046" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(67%, 19%, 22%)" fill-opacity="1.0"><circle cx="0.3828" cy="-0.2342" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(67%, 20%, 16%)" fill-opacity="1.0"><circle cx="0.3552" cy="-0.2624" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(67%, 21%, 7%)" fill-opacity="1.0"><circle cx="0.3206" cy="-0.2887" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(2%, 47%, 9%)" fill-opacity="1.0"><circle cx="-0.5119" cy="-0.2887" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(13%, 37%, 74%)" fill-opacity="1.0"><circle cx="-0.1921" cy="0.1004" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(22%, 35%, 74%)" fill-opacity="1.0"><circle cx="-0.1280" cy="0.1043" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(29%, 34%, 74%)" fill-opacity="1.0"><circle cx="-0.0633" cy="0.1043" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 32%, 73%)" fill-opacity="1.0"><circle cx="0.0008" cy="0.1004" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(38%, 30%, 72%)" fill-opacity="1.0"><circle cx="0.0634" cy="0.0927" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 29%, 70%)" fill-opacity="1.0"><circle cx="0.1234" cy="0.0812" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 27%, 68%)" fill-opacity="1.0"><circle cx="0.1801" cy="0.0662" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 26%, 65%)" fill-opacity="1.0"><circle cx="0.2323" cy="0.0479" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 25%, 62%)" fill-opacity="1.0"><circle cx="0.2794" cy="0.0266" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 23%, 59%)" fill-opacity="1.0"><circle cx="0.3206" cy="0.0027" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 22%, 55%)" fill-opacity="1.0"><circle cx="0.3552" cy="-0.0236" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 21%, 51%)" fill-opacity="1.0"><circle cx="0.3828" cy="-0.0518" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 20%, 47%)" fill-opacity="1.0"><circle cx="0.4027" cy="-0.0814" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 19%, 42%)" fill-opacity="1.0"><circle cx="0.4148" cy="-0.1119" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(67%, 16%, 37%)" fill-opacity="1.0"><circle cx="0.4510" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(68%, 16%, 32%)" fill-opacity="1.0"><circle cx="0.4467" cy="-0.1760" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(68%, 16%, 27%)" fill-opacity="1.0"><circle cx="0.4339" cy="-0.2085" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(69%, 16%, 21%)" fill-opacity="1.0"><circle cx="0.4127" cy="-0.2399" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(69%, 17%, 13%)" fill-opacity="1.0"><circle cx="0.3834" cy="-0.2698" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(68%, 19%, 1%)" fill-opacity="1.0"><circle cx="0.3466" cy="-0.2978" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(11%, 37%, 76%)" fill-opacity="1.0"><circle cx="-0.1981" cy="0.1156" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(21%, 35%, 76%)" fill-opacity="1.0"><circle cx="-0.1300" cy="0.1198" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 33%, 76%)" fill-opacity="1.0"><circle cx="-0.0613" cy="0.1198" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 31%, 75%)" fill-opacity="1.0"><circle cx="0.0068" cy="0.1156" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 30%, 74%)" fill-opacity="1.0"><circle cx="0.0733" cy="0.1074" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 28%, 72%)" fill-opacity="1.0"><circle cx="0.1371" cy="0.0952" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 26%, 70%)" fill-opacity="1.0"><circle cx="0.1973" cy="0.0793" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 25%, 67%)" fill-opacity="1.0"><circle cx="0.2528" cy="0.0599" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 23%, 63%)" fill-opacity="1.0"><circle cx="0.3029" cy="0.0372" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 22%, 60%)" fill-opacity="1.0"><circle cx="0.3466" cy="0.0118" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 20%, 56%)" fill-opacity="1.0"><circle cx="0.3834" cy="-0.0162" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 19%, 52%)" fill-opacity="1.0"><circle cx="0.4127" cy="-0.0461" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 18%, 47%)" fill-opacity="1.0"><circle cx="0.4339" cy="-0.0775" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 17%, 42%)" fill-opacity="1.0"><circle cx="0.4467" cy="-0.1100" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(68%, 13%, 37%)" fill-opacity="1.0"><circle cx="0.4832" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(69%, 12%, 32%)" fill-opacity="1.0"><circle cx="0.4786" cy="-0.1779" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(70%, 12%, 26%)" fill-opacity="1.0"><circle cx="0.4650" cy="-0.2123" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(70%, 13%, 19%)" fill-opacity="1.0"><circle cx="0.4426" cy="-0.2456" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(70%, 14%, 11%)" fill-opacity="1.0"><circle cx="0.4116" cy="-0.2773" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(8%, 36%, 78%)" fill-opacity="1.0"><circle cx="-0.2041" cy="0.1308" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(20%, 34%, 78%)" fill-opacity="1.0"><circle cx="-0.1320" cy="0.1352" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(28%, 32%, 78%)" fill-opacity="1.0"><circle cx="-0.0593" cy="0.1352" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 30%, 77%)" fill-opacity="1.0"><circle cx="0.0128" cy="0.1308" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 29%, 76%)" fill-opacity="1.0"><circle cx="0.0832" cy="0.1221" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(43%, 27%, 74%)" fill-opacity="1.0"><circle cx="0.1508" cy="0.1092" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 25%, 71%)" fill-opacity="1.0"><circle cx="0.2145" cy="0.0924" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 23%, 68%)" fill-opacity="1.0"><circle cx="0.2733" cy="0.0718" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 22%, 65%)" fill-opacity="1.0"><circle cx="0.3263" cy="0.0478" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 20%, 61%)" fill-opacity="1.0"><circle cx="0.3727" cy="0.0209" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 18%, 57%)" fill-opacity="1.0"><circle cx="0.4116" cy="-0.0087" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 17%, 52%)" fill-opacity="1.0"><circle cx="0.4426" cy="-0.0404" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 15%, 47%)" fill-opacity="1.0"><circle cx="0.4650" cy="-0.0737" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 14%, 42%)" fill-opacity="1.0"><circle cx="0.4786" cy="-0.1081" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(69%, 9%, 37%)" fill-opacity="1.0"><circle cx="0.5154" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(70%, 8%, 31%)" fill-opacity="1.0"><circle cx="0.5105" cy="-0.1799" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(71%, 8%, 25%)" fill-opacity="1.0"><circle cx="0.4962" cy="-0.2162" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(72%, 9%, 18%)" fill-opacity="1.0"><circle cx="0.4725" cy="-0.2513" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(72%, 10%, 8%)" fill-opacity="1.0"><circle cx="0.4398" cy="-0.2848" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(3%, 36%, 80%)" fill-opacity="1.0"><circle cx="-0.2101" cy="0.1461" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(19%, 34%, 81%)" fill-opacity="1.0"><circle cx="-0.1340" cy="0.1507" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 32%, 80%)" fill-opacity="1.0"><circle cx="-0.0573" cy="0.1507" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 29%, 79%)" fill-opacity="1.0"><circle cx="0.0188" cy="0.1461" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 27%, 78%)" fill-opacity="1.0"><circle cx="0.0932" cy="0.1369" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 25%, 76%)" fill-opacity="1.0"><circle cx="0.1645" cy="0.1233" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 24%, 73%)" fill-opacity="1.0"><circle cx="0.2317" cy="0.1055" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 22%, 70%)" fill-opacity="1.0"><circle cx="0.2938" cy="0.0837" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 20%, 66%)" fill-opacity="1.0"><circle cx="0.3498" cy="0.0584" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 18%, 62%)" fill-opacity="1.0"><circle cx="0.3987" cy="0.0300" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 16%, 58%)" fill-opacity="1.0"><circle cx="0.4398" cy="-0.0012" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 14%, 53%)" fill-opacity="1.0"><circle cx="0.4725" cy="-0.0347" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 12%, 48%)" fill-opacity="1.0"><circle cx="0.4962" cy="-0.0698" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(68%, 11%, 43%)" fill-opacity="1.0"><circle cx="0.5105" cy="-0.1061" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(70%, 2%, 37%)" fill-opacity="1.0"><circle cx="0.5475" cy="-0.1430" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(72%, 0%, 31%)" fill-opacity="1.0"><circle cx="0.5424" cy="-0.1818" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(73%, 1%, 17%)" fill-opacity="1.0"><circle cx="0.5024" cy="-0.2570" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(73%, 5%, 4%)" fill-opacity="1.0"><circle cx="0.4680" cy="-0.2922" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(18%, 33%, 83%)" fill-opacity="1.0"><circle cx="-0.1360" cy="0.1661" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 31%, 82%)" fill-opacity="1.0"><circle cx="-0.0553" cy="0.1661" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 28%, 81%)" fill-opacity="1.0"><circle cx="0.0249" cy="0.1613" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 26%, 80%)" fill-opacity="1.0"><circle cx="0.1031" cy="0.1516" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 24%, 78%)" fill-opacity="1.0"><circle cx="0.1782" cy="0.1373" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(48%, 22%, 75%)" fill-opacity="1.0"><circle cx="0.2490" cy="0.1185" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(52%, 20%, 71%)" fill-opacity="1.0"><circle cx="0.3143" cy="0.0957" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(56%, 18%, 68%)" fill-opacity="1.0"><circle cx="0.3732" cy="0.0690" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 16%, 63%)" fill-opacity="1.0"><circle cx="0.4247" cy="0.0391" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 13%, 59%)" fill-opacity="1.0"><circle cx="0.4680" cy="0.0062" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(65%, 11%, 54%)" fill-opacity="1.0"><circle cx="0.5024" cy="-0.0290" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(67%, 8%, 48%)" fill-opacity="1.0"><circle cx="0.5273" cy="-0.0660" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(69%, 6%, 43%)" fill-opacity="1.0"><circle cx="0.5424" cy="-0.1042" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(17%, 32%, 85%)" fill-opacity="1.0"><circle cx="-0.1381" cy="0.1816" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(27%, 30%, 84%)" fill-opacity="1.0"><circle cx="-0.0532" cy="0.1816" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 27%, 83%)" fill-opacity="1.0"><circle cx="0.0309" cy="0.1765" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(39%, 25%, 82%)" fill-opacity="1.0"><circle cx="0.1130" cy="0.1663" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(44%, 22%, 79%)" fill-opacity="1.0"><circle cx="0.1919" cy="0.1513" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 20%, 76%)" fill-opacity="1.0"><circle cx="0.2662" cy="0.1316" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 18%, 73%)" fill-opacity="1.0"><circle cx="0.3348" cy="0.1076" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 15%, 69%)" fill-opacity="1.0"><circle cx="0.3966" cy="0.0796" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(60%, 13%, 64%)" fill-opacity="1.0"><circle cx="0.4507" cy="0.0482" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(63%, 10%, 60%)" fill-opacity="1.0"><circle cx="0.4961" cy="0.0137" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(66%, 7%, 54%)" fill-opacity="1.0"><circle cx="0.5323" cy="-0.0233" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(68%, 2%, 49%)" fill-opacity="1.0"><circle cx="0.5585" cy="-0.0621" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 31%, 87%)" fill-opacity="1.0"><circle cx="-0.1401" cy="0.1971" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 29%, 87%)" fill-opacity="1.0"><circle cx="-0.0512" cy="0.1971" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 26%, 86%)" fill-opacity="1.0"><circle cx="0.0369" cy="0.1917" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 23%, 84%)" fill-opacity="1.0"><circle cx="0.1230" cy="0.1810" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 21%, 81%)" fill-opacity="1.0"><circle cx="0.2056" cy="0.1653" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(49%, 18%, 78%)" fill-opacity="1.0"><circle cx="0.2834" cy="0.1447" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(53%, 16%, 75%)" fill-opacity="1.0"><circle cx="0.3553" cy="0.1195" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(57%, 13%, 70%)" fill-opacity="1.0"><circle cx="0.4201" cy="0.0902" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(61%, 10%, 66%)" fill-opacity="1.0"><circle cx="0.4767" cy="0.0573" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(64%, 5%, 60%)" fill-opacity="1.0"><circle cx="0.5243" cy="0.0211" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(16%, 30%, 89%)" fill-opacity="1.0"><circle cx="-0.1421" cy="0.2125" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 27%, 89%)" fill-opacity="1.0"><circle cx="-0.0492" cy="0.2125" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 24%, 88%)" fill-opacity="1.0"><circle cx="0.0429" cy="0.2069" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 22%, 86%)" fill-opacity="1.0"><circle cx="0.1329" cy="0.1958" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(45%, 19%, 83%)" fill-opacity="1.0"><circle cx="0.2193" cy="0.1793" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 16%, 80%)" fill-opacity="1.0"><circle cx="0.3007" cy="0.1578" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(54%, 13%, 76%)" fill-opacity="1.0"><circle cx="0.3758" cy="0.1315" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(58%, 9%, 72%)" fill-opacity="1.0"><circle cx="0.4435" cy="0.1008" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(62%, 4%, 67%)" fill-opacity="1.0"><circle cx="0.5027" cy="0.0664" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(15%, 29%, 91%)" fill-opacity="1.0"><circle cx="-0.1441" cy="0.2280" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 26%, 91%)" fill-opacity="1.0"><circle cx="-0.0472" cy="0.2280" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 23%, 90%)" fill-opacity="1.0"><circle cx="0.0490" cy="0.2221" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 20%, 88%)" fill-opacity="1.0"><circle cx="0.1429" cy="0.2105" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 16%, 85%)" fill-opacity="1.0"><circle cx="0.2330" cy="0.1933" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(50%, 13%, 82%)" fill-opacity="1.0"><circle cx="0.3179" cy="0.1708" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 9%, 78%)" fill-opacity="1.0"><circle cx="0.3963" cy="0.1434" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(59%, 3%, 73%)" fill-opacity="1.0"><circle cx="0.4670" cy="0.1114" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(14%, 28%, 93%)" fill-opacity="1.0"><circle cx="-0.1461" cy="0.2434" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 24%, 93%)" fill-opacity="1.0"><circle cx="-0.0452" cy="0.2434" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 21%, 92%)" fill-opacity="1.0"><circle cx="0.0550" cy="0.2373" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(40%, 17%, 90%)" fill-opacity="1.0"><circle cx="0.1528" cy="0.2252" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 14%, 87%)" fill-opacity="1.0"><circle cx="0.2467" cy="0.2073" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 9%, 83%)" fill-opacity="1.0"><circle cx="0.3351" cy="0.1839" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(55%, 3%, 79%)" fill-opacity="1.0"><circle cx="0.4168" cy="0.1553" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(13%, 27%, 96%)" fill-opacity="1.0"><circle cx="-0.1481" cy="0.2589" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 23%, 95%)" fill-opacity="1.0"><circle cx="-0.0431" cy="0.2589" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 19%, 94%)" fill-opacity="1.0"><circle cx="0.0610" cy="0.2525" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 15%, 92%)" fill-opacity="1.0"><circle cx="0.1627" cy="0.2400" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(46%, 10%, 89%)" fill-opacity="1.0"><circle cx="0.2604" cy="0.2214" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(51%, 3%, 85%)" fill-opacity="1.0"><circle cx="0.3524" cy="0.1970" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(13%, 25%, 98%)" fill-opacity="1.0"><circle cx="-0.1502" cy="0.2743" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 21%, 97%)" fill-opacity="1.0"><circle cx="-0.0411" cy="0.2743" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(34%, 16%, 96%)" fill-opacity="1.0"><circle cx="0.0671" cy="0.2678" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(41%, 11%, 94%)" fill-opacity="1.0"><circle cx="0.1727" cy="0.2547" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(47%, 4%, 91%)" fill-opacity="1.0"><circle cx="0.2740" cy="0.2354" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(12%, 23%, 100%)" fill-opacity="1.0"><circle cx="-0.1522" cy="0.2898" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(26%, 19%, 99%)" fill-opacity="1.0"><circle cx="-0.0391" cy="0.2898" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(35%, 13%, 98%)" fill-opacity="1.0"><circle cx="0.0731" cy="0.2830" r="0.0050"/></g><g stroke-width="0" stroke="rgb(2%, 29%, 48%)" stroke-opacity="1.0" fill="rgb(42%, 6%, 96%)" fill-opacity="1.0"><circle cx="0.1826" cy="0.2694" r="0.0050"/></g></g><g class="datapadding"></g></g><g class="hud"><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(100%, 100%, 100%)" fill-opacity="0.02"><rect width="1.2863" height="0.7744" x="-0.5780" y="-0.4528"/></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="0.0034" height="0.7775" x="-0.5901" y="-0.4543"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5780,0.3216 0.7083,0.3216"/><polyline points="-0.5780,0.1668 0.7083,0.1668"/><polyline points="-0.5780,0.0119 0.7083,0.0119"/><polyline points="-0.5780,-0.1430 0.7083,-0.1430"/><polyline points="-0.5780,-0.2979 0.7083,-0.2979"/><polyline points="-0.5780,-0.4528 0.7083,-0.4528"/></g></g><g class="tickglyph"><g stroke-width="0.0034" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.6141,0.3216+-0.5883,0.3216"/><polyline points="-0.6141,0.1668+-0.5883,0.1668"/><polyline points="-0.6141,0.0119+-0.5883,0.0119"/><polyline points="-0.6141,-0.1430+-0.5883,-0.1430"/><polyline points="-0.6141,-0.2979+-0.5883,-0.2979"/><polyline points="-0.6141,-0.4528+-0.5883,-0.4528"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.6331" y="0.3301">-0.3</text><text x="-0.6331" y="0.1753">-0.2</text><text x="-0.6331" y="0.0204">-0.1</text><text x="-0.6331" y="-0.1345"> 0.0</text><text x="-0.6331" y="-0.2894"> 0.1</text><text x="-0.6331" y="-0.4442"> 0.2</text></g></g></g></g><g class="axis"><g class="axisbar"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><rect width="1.2898" height="0.0031" x="-0.5797" y="0.3294"/></g></g><g class="ticks"><g class="ticklines"><g stroke-width="0.0050" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.05" fill="none"><polyline points="-0.5780,0.3216 -0.5780,-0.4528"/><polyline points="-0.4172,0.3216 -0.4172,-0.4528"/><polyline points="-0.2564,0.3216 -0.2564,-0.4528"/><polyline points="-0.0956,0.3216 -0.0956,-0.4528"/><polyline points="0.0651,0.3216 0.0651,-0.4528"/><polyline points="0.2259,0.3216 0.2259,-0.4528"/><polyline points="0.3867,0.3216 0.3867,-0.4528"/><polyline points="0.5475,0.3216 0.5475,-0.4528"/><polyline points="0.7083,0.3216 0.7083,-0.4528"/></g></g><g class="tickglyph"><g stroke-width="0.0031" stroke="rgb(5%, 5%, 5%)" stroke-opacity="0.4" fill="rgb(5%, 5%, 5%)" fill-opacity="0.4"><polyline points="-0.5780,0.3542+-0.5780,0.3309"/><polyline points="-0.4172,0.3542+-0.4172,0.3309"/><polyline points="-0.2564,0.3542+-0.2564,0.3309"/><polyline points="-0.0956,0.3542+-0.0956,0.3309"/><polyline points="0.0651,0.3542+0.0651,0.3309"/><polyline points="0.2259,0.3542+0.2259,0.3309"/><polyline points="0.3867,0.3542+0.3867,0.3309"/><polyline points="0.5475,0.3542+0.5475,0.3309"/><polyline points="0.7083,0.3542+0.7083,0.3309"/></g></g><g class="ticktext"><g stroke-width="0.0" stroke="none" fill="rgb(5%, 5%, 5%)" fill-opacity="1.0" font-size="0.0400" text-anchor="end"><text x="-0.5780" y="0.3967" transform="rotate(-45.0, -0.5780, 0.3967)">-0.15</text><text x="-0.4172" y="0.3967" transform="rotate(-45.0, -0.4172, 0.3967)">-0.10</text><text x="-0.2564" y="0.3967" transform="rotate(-45.0, -0.2564, 0.3967)">-0.05</text><text x="-0.0956" y="0.3967" transform="rotate(-45.0, -0.0956, 0.3967)"> 0.00</text><text x="0.0651" y="0.3967" transform="rotate(-45.0, 0.0651, 0.3967)"> 0.05</text><text x="0.2259" y="0.3967" transform="rotate(-45.0, 0.2259, 0.3967)"> 0.10</text><text x="0.3867" y="0.3967" transform="rotate(-45.0, 0.3867, 0.3967)"> 0.15</text><text x="0.5475" y="0.3967" transform="rotate(-45.0, 0.5475, 0.3967)"> 0.20</text><text x="0.7083" y="0.3967" transform="rotate(-45.0, 0.7083, 0.3967)"> 0.25</text></g></g></g></g><g class="frame"><g stroke-width="0" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0" fill="rgb(0%, 0%, 0%)" fill-opacity="0"><rect width="1.5" height="1.0" x="-0.75" y="-0.5"/></g></g></g></svg>
readme.org view
@@ -9,14 +9,16 @@ * Usage #+begin_src haskell :file other/usage.svg :results output graphics file :exports both+:r+:set prompt "> " :set -XOverloadedLabels :set -XOverloadedStrings import Chart import Optics.Core lines = [[Point 0.0 1.0, Point 1.0 1.0, Point 2.0 5.0],[Point 0.0 0.0, Point 2.8 3.0],[Point 0.5 4.0, Point 0.5 0]]-styles = (\c -> defaultLineStyle & #color .~ palette1 c & #size .~ 0.015) <$> [0..2]+styles = (\c -> defaultLineStyle & #color .~ palette c & #size .~ 0.015) <$> [0..2] cs = zipWith (\s x -> LineChart s [x]) styles lines-lineExample = mempty & #charts .~ named "line" cs & #hudOptions .~ defaultHudOptions :: ChartOptions+lineExample = mempty & #chartTree .~ named "line" cs & #hudOptions .~ defaultHudOptions :: ChartOptions writeChartOptions "other/usage.svg" lineExample #+end_src @@ -25,14 +27,18 @@ See the haddock documentation for a detailed overview. -* Related projects+* Examples -Downstream projects, where usage of chart-svg in various states of development can be found, include:+To redraw all the examples in Chart.Examples -[[https://github.com/tonyday567/color-adjust][color-adjust]] - experimenting with the [[https://bottosson.github.io/posts/oklab/][oklab]] colour space. Some of this has been incorporated in to chart-svg.+#+begin_src haskell :results output+import Chart.Examples+writeAllExamples+#+end_src -[[https://github.com/tonyday567/dotparse][dotparse]] - a chart-svg <-> graphviz bridge+#+RESULTS:+: ok -[[https://github.com/tonyday567/prettychart][prettychart]] - a chart-svg <-> ghci bridge -[[https://github.com/tonyday567/markup-parse][markup-parse]] - parse and prints markup (eg SVG)++
src/Chart.hs view
@@ -8,32 +8,46 @@ -- -- $usage + -- * Design+ -- $design+ -- * What is a chart? -- -- $overview - -- * What is a Hud?+ -- * What is style and what is data? --+ -- $fancy++ -- * What is a hud?++ -- -- $hud - -- * What is Markup?+ -- * The primitives --- -- $markup+ -- $primitives -- * Optics Usage -- -- $optics + -- * Ecosystem++ --+ -- $ecosystem+ -- * Re-exports module Chart.Primitive, module Chart.Data, module Chart.Hud, module Chart.Style, module Chart.Markup,+ module Chart.Compound, module Chart.Bar, module Chart.Surface, module Data.Colour,@@ -44,6 +58,7 @@ where import Chart.Bar+import Chart.Compound import Chart.Data import Chart.Hud import Chart.Markup@@ -69,11 +84,34 @@ -- >>> import Chart -- >>> import Optics.Core -- >>> let lines = [[Point 0.0 1.0, Point 1.0 1.0, Point 2.0 5.0],[Point 0.0 0.0, Point 2.8 3.0],[Point 0.5 4.0, Point 0.5 0]]--- >>> let styles = (\c -> defaultLineStyle & #color .~ palette1 c & #size .~ 0.015) <$> [0..2]+-- >>> let styles = (\c -> defaultLineStyle & set #color (palette c) & set #size 0.015) <$> [0..2] -- >>> let cs = zipWith (\s x -> LineChart s [x]) styles lines--- >>> let lineExample = mempty & #charts .~ named "line" cs & #hudOptions .~ defaultHudOptions :: ChartOptions+-- >>> let lineExample = mempty & set #chartTree (named "line" cs) & set #hudOptions defaultHudOptions :: ChartOptions -- >>> writeChartOptions "other/usage.svg" lineExample +-- $design+--+-- The library could be cleaved into two parts:+--+-- - An abstract syntax tree (AST) that describes a chart,+--+-- - Functionality that makes a chart given an AST.+--+-- The majority of /work/ from a user perspective is in describing the chart. The library design reflects this and preference has been given to:+--+-- - making the representation concrete,finite and non-recursive. 'ChartOptions' is the broadest type representing a chart and this has a Show instance.+--+-- - providing ease of specification of what can be long trails of lenses leading to a chart component.+--+-- With these design preferences in mind, the complete tree of non-trivial types (in base or IsString instances, say) is contained in the chart below:+-- +--+-- The underlying SVG is clickable and contains links to the relevant haddocks: [ChartOptions AST](https://hackage.haskell.org/package/chart-svg/docs/other/ast.svg)+--+-- The labels on the chart arrows represent lenses between components that are container types (eg lists or maybes). Otherwise, arrows represent either generic lenses (such as #chartTree) or lenses supplied by the library (suffixed with a single quote, such as lineData'). As an example, to move all lines contained in line charts left by 1 (in data terms), you could say:+--+-- > lineExample & over (#chartTree % charts' % each % #chartData % lineData' % _Just % each % each % _x) (+1)+ -- $overview -- -- Charting consists of three tightly-coupled domains:@@ -90,14 +128,14 @@ -- -- and some line styles with different colors in order to distinguish the data: ----- >>> let styles = (\c -> defaultLineStyle & #color .~ palette1 c & #size .~ 0.015) <$> [0..2]+-- >>> let styles = (\c -> defaultLineStyle & #color .~ palette c & #size .~ 0.015) <$> [0..2] -- >>> styles--- [LineStyle {size = 1.5e-2, color = Colour 0.02 0.73 0.80 1.00, linecap = Nothing, linejoin = Nothing, dasharray = Nothing, dashoffset = Nothing},LineStyle {size = 1.5e-2, color = Colour 0.02 0.29 0.48 1.00, linecap = Nothing, linejoin = Nothing, dasharray = Nothing, dashoffset = Nothing},LineStyle {size = 1.5e-2, color = Colour 0.66 0.07 0.55 1.00, linecap = Nothing, linejoin = Nothing, dasharray = Nothing, dashoffset = Nothing}]+-- [Style {size = 1.5e-2, borderSize = 1.0e-2, color = Colour 0.02 0.73 0.80 1.00, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph},Style {size = 1.5e-2, borderSize = 1.0e-2, color = Colour 0.02 0.29 0.48 1.00, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph},Style {size = 1.5e-2, borderSize = 1.0e-2, color = Colour 0.66 0.07 0.55 1.00, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}] -- -- This is enough to create the charts. -- -- >>> let cs = zipWith (\s x -> LineChart s [x]) styles lines--- >>> let lineExample = mempty & #charts .~ named "line" cs & #hudOptions .~ defaultHudOptions :: ChartOptions+-- >>> let lineExample = mempty & #chartTree .~ named "line" cs & #hudOptions .~ defaultHudOptions :: ChartOptions -- >>> :t lineExample -- lineExample :: ChartOptions --@@ -105,10 +143,22 @@ -- --  +-- $fancy+--+-- The division between what is data and what is style is an arbitrary one, in this library and elsewhere. Hofstadter mused that "content is just fancy form" and this very much applies to charting. Color and glyph shape are just two examples of style used to represent data (See 'Chart.Examples.surfaceExample' and 'Chart.Examples.arrowExample').+--+-- If pushed, the canvas of a chart represents the interactions of two domains: a data domain and a physical space (a screen or a html element or a piece of paper). What is 'ChartData' is practically the data domain represented by the xy-plane that is the canvas. Thus it is a point, a rectangle, a path or some text. Everything else; color, shape, finish and polish, is designated 'Style'.+ -- $hud ----- A 'Hud' is the collection of axes, titles, tick marks, grid lines and legends for a 'Chart', which do not explicitly represent the data but, instead, exist to provide references to help explain the data being represented. The collective noun used by the library for these elements is /hud/. Hud elements can usually be distinguished from data syntax, but need information from the chart domain (data domain and style domain) to function. A tick mark and tick value on an axis need to know the range of the data to be placed properly on the screen. A chart border needs to know the syntactic range of the entire data representation inclusive of representational artifacts that might extend beyond the data domain. A glyph representing a one-dimensional point exists in 2 dimensions, or we wouldn't be able to see it.+-- A 'Hud' is a type whose lower-case interpretation is as a collective noun for axes, titles, tick marks, grid lines and legends for a 'Chart'. Formally, a 'Hud': --+-- - is a 'Priority' helping to order the drawing of hud elements, and+--+-- - a function with the signature: 'HudChart' -> 'ChartTree'. Given a tree of charts and huds, provide a 'ChartTree' that represents the hud component.+--+-- A hud does not explicitly represent the data but, instead, exists to provide references to help explain the data being represented. Hud elements can usually be distinguished from data syntax, but need information from the chart domain (data domain and style domain) to function. A tick mark and tick value on an axis need to know the range of the data to be placed properly on the screen. A chart border needs to know the syntactic range of the entire data representation inclusive of representational artifacts that might extend beyond the data domain. A glyph representing a one-dimensional point exists in 2 dimensions, or we wouldn't be able to see it.+-- -- Apart from this functional usage, however, hud elements are pretty much the same as data elements. They are typically composed of the same stuff; rectangles and lines and text and colors. -- -- Given this similarity, the library process for chart creation is roughly:@@ -117,29 +167,45 @@ -- -- - measure the range of the data values ----- - fold hud elements into a chart, creating new 'ChartTree's from the hud, keeping track of chart dimensions across three domains:------ 1. The domain of the underlying data+-- - fold hud elements into a chart, creating new 'ChartTree's from the hud, keeping track of chart dimensions: ----- 2. The domain of the canvas where the data is being represented+-- 1. across the domain of the underlying data ----- 3. The domain of the chart, inclusive of Hud or decorative elements.+-- 2. across the domain of the physical chart, inclusive of Hud or decorative elements. -- -- This protocol is reified in 'runHudWith'. The most common Hud concepts, such as axes and titles, have been collected into the 'HudOptions' type. ----- An important quality of 'runHud' (and conversion of charts to svg in general) is that this is the point at which chart data is converted from the data domain to the page domain, and is destructive. Typically, at that point of the pipeline, information about the data disappears, so that we no longer can tell what is chart and what is hud.+-- An important quality of 'runHudWith' (and conversion of charts to svg in general) is that this is the point at which chart data is converted from the data domain to the page domain, and is destructive. Typically, at that point of the pipeline, information about the data disappears, so that we no longer can tell what is chart and what is hud. --- $markup+-- $primitives ----- 'Markup' is, essentially, SVG (or XML) sufficient to turn a chart into SVG text, but insufficiently standards compliant to call it that. The pipeline from chart to screen is approximately:+-- A trick of the library is that huds become processed into charts, and complex charts are just compositions of simpler charts. There are exactly six primitive chart types represented by these patterns: ----- - Create a 'ChartOptions' which is a product of a 'ChartTree', 'HudOptions' and 'MarkupOptions', which is SVG specific configuration details.--- - Convert this to 'Markup' via 'markupChartOptions', or--- - Convert this to ByteString via 'encodeChartOptions',or--- - Convert this to Text via 'renderChartOptions'+-- - 'RectChart': (list of) rectangles+-- - 'LineChart': (list of list of) points+-- - 'TextChart': (list of) text, point tuples+-- - 'GlyphChart': (list of) points (and 'glyphShape' from 'chartStyle')+-- - 'PathChart': (list of) 'PathData'+-- - 'BlankChart': (list of) rectangles with no stylistic manifestation. -- $optics -- -- Usage suggests the use of optics-core and OverloadedLabels, but this is not required. 'Chart', 'HudOptions' and associated chart configuration types are big and sometimes deep syntax trees, and simple optics; getting, setting and modding, makes manipulation more pleasant. Lens works as well, and the library is perfectly capable of being used with records. -- -- Lenses are supplied, for the optics-core library, but can be easily modified for lens. The chart-svg convention is that lenses are either OverloadedLabels, and thus prefixed with a #, or suffixed with a single quote /'/.++-- $ecosystem+--+-- Charting is a broad concern and several upstream libraries provide aspects of charting that are used within and in conjunction with this library:+--+-- - [numhask-space](https://hackage.haskell.org/package/numhask-space): provides abstract mathematics for the 'Space' domain, including representations of points ('Point') and rectangles ('Rect').+--+-- - [markup-parse](https://hackage.haskell.org/package/markup-parse): provides conversion to and from SVG, HTML and any other XML-like text-based representations.+--+-- - [formatn](https://hackage.haskell.org/package/formatn): provides significant figure and rounding compoutations for Doubles.+--+-- Downstream tools for this library include:+--+-- - [prettychart](https://hackage.haskell.org/package/prettychart): live creation of charts.+--+-- - [dotparse](https://hackage.haskell.org/package/dotparse): creation of charts using graphviz and the dot language.
src/Chart/Bar.hs view
@@ -10,6 +10,7 @@ bars, barChart, barRects,+ barTextCharts, ) where @@ -22,7 +23,7 @@ import Data.Colour import Data.Foldable import Data.FormatN-import Data.List (scanl', transpose)+import Data.List (transpose) import Data.Maybe import Data.Text (Text, pack) import GHC.Generics@@ -56,11 +57,11 @@ -- --  data BarOptions = BarOptions- { barRectStyles :: [RectStyle],- barTextStyles :: [TextStyle],+ { barRectStyles :: [Style],+ barTextStyles :: [Style], -- | gap between each bar collection row. outerGap :: Double,- -- | gap between bars within a row collection, negative overlaps+ -- | gap between bars within a row collection. Negative numbers represent bar overlaps. innerGap :: Double, -- | gap between top of a bar and text representation of the bar value -- as a proportion of the highest absolute bar value@@ -69,6 +70,9 @@ -- if the value is negative -- as a proportion of the highest absolute bar value textGapNegative :: Double,+ -- | A nudge to help text align for horizontal bar charts.+ textShiftVert :: Double,+ -- | Whether to display text values above bars. displayValues :: Bool, valueFormatN :: FormatN, barOrientation :: Orientation,@@ -77,6 +81,26 @@ } deriving (Show, Eq, Generic) +-- | The official bar options.+defaultBarOptions :: BarOptions+defaultBarOptions =+ BarOptions+ gs+ ts+ 0.1+ 0+ 0.03+ 0.05+ (-0.008)+ True+ (FormatN FSCommaPrec (Just 2) 4 True True)+ Vert+ NonStacked+ defaultLegendOptions+ where+ gs = (\x -> defaultRectStyle & set #borderSize 0.005 & set #borderColor (palette x) & set #color (paletteO x 0.7)) <$> [1, 2, 6, 7, 5, 3, 4, 0]+ ts = (\x -> defaultTextStyle & set #color (palette x) & set #size 0.03) <$> [1, 2, 6, 7, 5, 3, 4, 0]+ -- | Number of bars per row of data cols :: Stacked -> [[Double]] -> Int cols Stacked _ = 1@@ -96,17 +120,25 @@ barX0 :: BarOptions -> [[Double]] -> Int -> Int -> Double barX0 o xs i j = outerGap o / 2 + fromIntegral i + fromIntegral j * (barWidth o xs + innerGap o) --- | Make bars from the double list values.+-- | Make bars from the double list values, normalizing to one :: Rect. -- -- >>> barRects defaultBarOptions [[1,2],[2,3]]--- [[Rect 5.0e-2 0.5 0.0 1.0,Rect 1.05 1.5 0.0 2.0],[Rect 0.5 0.95 0.0 2.0,Rect 1.5 1.95 0.0 3.0]]+-- [[Rect (-0.5) (-0.26315789473684215) (-0.5) (-0.16666666666666669),Rect 2.631578947368418e-2 0.26315789473684204 (-0.5) 0.16666666666666663],[Rect (-0.26315789473684215) (-2.6315789473684292e-2) (-0.5) 0.16666666666666663,Rect 0.26315789473684204 0.4999999999999999 (-0.5) 0.5]] -- -- >>> barRects defaultBarOptions [[]] -- [] barRects :: BarOptions -> [[Double]] -> [[Rect Double]]-barRects o xs = fmap (flipRect (barOrientation o)) <$> zip2With (\y x0 -> abs (Rect x0 (x0 + barWidth o xs) 0 y)) xs' (barX0s o xs')+barRects o xs = rects' where- xs' = bool id accRows (barStacked o == Stacked) (appendZeros xs)+ rects' = fmap (fmap (projectOnR one sb)) rects+ rects = fmap (fmap (flipRect (barOrientation o))) $ accVals $ zip2With (\y x0 -> abs (Rect x0 (x0 + barWidth o xs') 0 y)) xs' (barX0s o xs')+ sb = fromMaybe one $ foldRect (mconcat rects)+ xs' = appendZeros xs+ accVals = bool id accRectYs (barStacked o == Stacked)+ accRectYs xss = foldr addLast [] xss+ addLast rs [] = [rs]+ addLast rs res@(l : _) = zipWith addW rs l : res+ addW (Rect x z y w) (Rect _ _ _ w') = Rect x z (y + w') (w + w') zip2With :: (a -> b -> c) -> [[a]] -> [[b]] -> [[c]] zip2With f = zipWith (zipWith f)@@ -117,7 +149,7 @@ -- | Placements for the bars (x axis for vertical bars) barX0s :: BarOptions -> [[Double]] -> [[Double]]-barX0s o xs = transpose $ iter2 (barX0 o xs) [0 .. (rows xs - 1)] [0 .. cols (barStacked o) xs - 1]+barX0s o xs = transpose $ iter2 (barX0 o xs) [0 .. (rows xs - 1)] (bool (replicate (length xs) 0) [0 .. (length xs - 1)] (barStacked o == NonStacked)) flipRect :: Orientation -> Rect Double -> Rect Double flipRect Vert r = r@@ -132,20 +164,17 @@ ) <$> xs -accRows :: [[Double]] -> [[Double]]-accRows xs = transpose $ drop 1 . scanl' (+) 0 <$> transpose (fmap toList $ toList xs)- -- | A bar chart. -- -- >>> emptyBar = barChart defaultBarOptions (BarData [] [] [])--- >>> foldOf (#charts % charts') emptyBar+-- >>> foldOf (#chartTree % charts') emptyBar -- [] barChart :: BarOptions -> BarData -> ChartOptions barChart bo bd = mempty & set #hudOptions (barHudOptions bo bd) & set- #charts+ #chartTree ( named "barchart" ( bars bo bd@@ -156,34 +185,11 @@ barHudOptions :: BarOptions -> BarData -> HudOptions barHudOptions bo bd = mempty- & #axes- .~ [ (1, axis1)- ]- & #legends- .~ [ (10, o & #legendCharts .~ barLegendContent bo bd)- ]+ & set #axes [Priority 1 axis1]+ & set #legends [Priority 10 (o & set #legendCharts (barLegendContent bo bd))] where o = view #barLegendOptions bo- axis1 = bool id flipAxis (barOrientation bo == Hori) (defaultAxisOptions & #ticks % #ltick .~ Nothing & #ticks % #style .~ barTicks bd)---- | The official bar options.-defaultBarOptions :: BarOptions-defaultBarOptions =- BarOptions- gs- ts- 0.1- 0- 0.04- 0.1- True- (FormatN FSCommaPrec (Just 2) 4 True True)- Vert- NonStacked- defaultLegendOptions- where- gs = (\x -> RectStyle 0.005 (palette1 x) (palette1a x 0.7)) <$> [1, 2, 6, 7, 5, 3, 4, 0]- ts = (\x -> defaultTextStyle & #color .~ palette1 x & #size .~ 0.24) <$> [1, 2, 6, 7, 5, 3, 4, 0]+ axis1 = bool defaultXAxisOptions defaultYAxisOptions (barOrientation bo == Hori) & set (#ticks % #lineTick) Nothing & set (#ticks % #tick) (barTicks bd) -- | Two dimensional data, maybe with row and column labels. data BarData = BarData@@ -199,17 +205,17 @@ -- Rect 0.0 2.0 0.0 3.0 -- -- >>> barRange [[]]--- Rect -0.5 0.5 -0.5 0.5+-- Rect (-0.5) 0.5 (-0.5) 0.5 barRange :: [[Double]] -> Rect Double-barRange ys = singletonGuard $ Just $ Rect 0 (fromIntegral $ rows ys) (min 0 l) u+barRange ys = padSingletons $ Rect 0 (fromIntegral $ rows ys) (min 0 l) u where (Range l u) = fromMaybe one $ space1 $ mconcat ys -- | A bar chart without hud trimmings. -- -- >>> bars defaultBarOptions (BarData [[1,2],[2,3]] [] [])--- [RectChart (RectStyle {borderSize = 5.0e-3, borderColor = Colour 0.02 0.29 0.48 1.00, color = Colour 0.02 0.29 0.48 0.70}) [Rect 5.0e-2 0.5 0.0 1.0,Rect 1.05 1.5 0.0 2.0],RectChart (RectStyle {borderSize = 5.0e-3, borderColor = Colour 0.66 0.07 0.55 1.00, color = Colour 0.66 0.07 0.55 0.70}) [Rect 0.5 0.95 0.0 2.0,Rect 1.5 1.95 0.0 3.0],BlankChart [Rect 0.0 2.0 0.0 3.0]]+-- [Chart {chartStyle = Style {size = 6.0e-2, borderSize = 5.0e-3, color = Colour 0.02 0.29 0.48 0.70, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}, chartData = RectData [Rect (-0.5) (-0.26315789473684215) (-0.5) (-0.16666666666666669),Rect 2.631578947368418e-2 0.26315789473684204 (-0.5) 0.16666666666666663]},Chart {chartStyle = Style {size = 6.0e-2, borderSize = 5.0e-3, color = Colour 0.66 0.07 0.55 0.70, borderColor = Colour 0.66 0.07 0.55 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}, chartData = RectData [Rect (-0.26315789473684215) (-2.6315789473684292e-2) (-0.5) 0.16666666666666663,Rect 0.26315789473684204 0.4999999999999999 (-0.5) 0.5]}] -- -- >>> bars defaultBarOptions (BarData [[]] [] []) -- []@@ -219,45 +225,37 @@ cs = zipWith (\o d -> RectChart o d)- (bo ^. #barRectStyles <> repeat defaultRectStyle)- (barRects bo (bd ^. #barData))- <> [BlankChart [barRange (bd ^. #barData)]]+ (view #barRectStyles bo <> repeat defaultRectStyle)+ (barRects bo (view #barData bd)) -- | Sensible ticks for a bar chart.-barTicks :: BarData -> TickStyle+barTicks :: BarData -> Tick barTicks bd- | null (bd ^. #barData) = TickNone- | null (bd ^. #barRowLabels) =- TickLabels $ pack . show <$> [0 .. (rows (bd ^. #barData) - 1)]+ | null (view #barData bd) = TickNone+ | null (view #barRowLabels bd) =+ TickLabels $ pack . show <$> [0 .. (rows (view #barData bd) - 1)] | otherwise = TickLabels $- take (rows (bd ^. #barData)) $- (bd ^. #barRowLabels) <> repeat ""+ take (rows (view #barData bd)) $+ view #barRowLabels bd <> repeat "" -- | A bar legend barLegendContent :: BarOptions -> BarData -> [(Text, [Chart])] barLegendContent bo bd- | null (bd ^. #barData) = []- | null (bd ^. #barColumnLabels) = []+ | null (view #barData bd) = []+ | null (view #barColumnLabels bd) = [] | otherwise = zip (view #barColumnLabels bd <> repeat "")- ((\s -> [RectChart s [one]]) <$> take (length (view #barData bd)) (bo ^. #barRectStyles))--flipPoint :: Orientation -> Point a -> Point a-flipPoint Vert p = p-flipPoint Hori (Point x y) = Point y x--maxAbsValue :: [[Double]] -> Double-maxAbsValue xs = maximum $ fmap abs (0 : mconcat xs)+ ((\s -> [Chart s (RectData [one])]) <$> take (length (view #barData bd)) (view #barRectStyles bo)) barTexts :: BarOptions -> [[Double]] -> [[(Text, Point Double)]]-barTexts o xs = zip2With (\t (Rect x z y w) -> (t, flipPoint (barOrientation o) (Point ((x + z) / 2) (bool (w + gap) (y - gapn) (y < 0))))) (fmap (formatN (valueFormatN o)) <$> xs) (barRects o xs)+barTexts o xs = zip2With (\x r -> (formatN (valueFormatN o) x, gapt (barOrientation o) r x)) xs (barRects o xs) where- gap = textGap o * maxAbsValue xs- gapn = textGapNegative o * maxAbsValue xs+ gapt Vert (Rect x z y w) x' = Point ((x + z) / 2) (bool (w + textGap o) (y - textGapNegative o) (x' < 0))+ gapt Hori (Rect x z y w) x' = Point (bool (z + textGap o) (x - textGapNegative o) (x' < 0)) ((y + w) / 2 + textShiftVert o) -- | Placed text, hold the bars. barTextCharts :: BarOptions -> BarData -> [Chart] barTextCharts bo bd =- zipWith TextChart (bo ^. #barTextStyles <> repeat defaultTextStyle) (barTexts bo (bd ^. #barData))+ zipWith TextChart (view #barTextStyles bo <> repeat defaultTextStyle & set (each % #scaleP) ScalePArea) (barTexts bo (view #barData bd))
+ src/Chart/Compound.hs view
@@ -0,0 +1,118 @@+{-# LANGUAGE OverloadedLabels #-}+{-# LANGUAGE OverloadedStrings #-}++-- | Combine charts that share a common canvas.+module Chart.Compound+ ( runHudCompoundWith,+ addHudCompound,+ compoundMerge,+ writeChartOptionsCompound,+ encodeChartOptionsCompound,+ markupChartOptionsCompound,+ )+where++import Chart.Hud+import Chart.Markup+import Chart.Primitive+import Chart.Style+import Data.Bool+import Data.ByteString.Char8 qualified as C+import Data.Foldable+import Data.List qualified as List+import Data.Maybe+import MarkupParse+import Optics.Core+import Prelude++-- | Write multiple charts to a single file sharing the canvas.+writeChartOptionsCompound :: FilePath -> [ChartOptions] -> IO ()+writeChartOptionsCompound fp cs = C.writeFile fp (encodeChartOptionsCompound cs)++-- | Encode multiple charts.+encodeChartOptionsCompound :: [ChartOptions] -> C.ByteString+encodeChartOptionsCompound [] = mempty+encodeChartOptionsCompound cs@(c0 : _) =+ markdown_ (view (#markupOptions % #renderStyle) c0) Xml (markupChartOptionsCompound cs)++-- | Create Markup representing multiple charts sharing a common canvas.+markupChartOptionsCompound :: [ChartOptions] -> Markup+markupChartOptionsCompound [] = mempty+markupChartOptionsCompound cs@(co0 : _) =+ header+ (view (#markupOptions % #markupHeight) co0)+ viewbox+ ( markupCssOptions (view (#markupOptions % #cssOptions) co0)+ <> markupChartTree ctFinal+ )+ where+ viewbox = view safeStyleBox' ctFinal+ ctFinal =+ projectChartCompoundWith+ (view (#markupOptions % #chartAspect) co0)+ (zip (view #hudOptions <$> cs) (view #chartTree <$> cs))++projectChartCompoundWith :: ChartAspect -> [(HudOptions, ChartTree)] -> ChartTree+projectChartCompoundWith asp css = ctFinal+ where+ csAndHud = addHudCompound asp css+ viewbox = finalCanvas asp (Just csAndHud)+ ctFinal = set styleBox' (Just viewbox) csAndHud++-- | Merge a list of ChartOptions, treating each element as charts to be merged. Note that this routine mempties the hud options and converts them to charts.+compoundMerge :: [ChartOptions] -> ChartOptions+compoundMerge [] = mempty+compoundMerge cs@(c0 : _) =+ ChartOptions+ (view #markupOptions c0)+ mempty+ (addHudCompound (view (#markupOptions % #chartAspect) c0) (zip (view #hudOptions <$> cs) (view #chartTree <$> cs)))++-- | Decorate a ChartTree with HudOptions, merging the individual hud options.+addHudCompound :: ChartAspect -> [(HudOptions, ChartTree)] -> ChartTree+addHudCompound _ [] = mempty+addHudCompound asp ts@((_, cs0) : _) =+ runHudCompoundWith+ (initialCanvas asp (Just cs0))+ (zip3 dbs' hss css')+ where+ css :: [ChartTree]+ css = snd <$> ts+ hos = fst <$> ts+ dbs = view safeBox' <$> css+ huds = zipWith toHuds hos dbs+ mdbs = fst <$> huds+ hss = snd <$> huds+ dbs' = zipWith fromMaybe dbs mdbs+ css' :: [ChartTree]+ css' = zipWith3 (\cs mdb db -> cs <> maybe mempty (\r -> bool (named "datapadding" [BlankChart defaultStyle [r]]) mempty (r == db)) mdb) css mdbs dbs++-- | Combine a collection of chart trees that share a canvas box.+runHudCompoundWith ::+ -- | initial canvas+ ChartBox ->+ -- | databox-huds-chart tuples representing independent chart trees occupying the same canvas space+ [(DataBox, [Hud], ChartTree)] ->+ -- | integrated chart tree+ ChartTree+runHudCompoundWith cb ts = hss+ where+ hss =+ ts+ & fmap (\(_, hs, _) -> hs)+ & mconcat+ & prioritizeHuds+ & fmap (fmap (view (#phud % #item)))+ & foldl' (\x a -> makeHuds a x) hc0+ & fromHudChart+ css =+ ts+ & fmap (\(db, _, ct) -> over chart' (projectWith cb db) ct)+ & mconcat+ hc0 = HudChart (css & set styleBox' (Just cb)) mempty++prioritizeHuds :: [Hud] -> [[Hud]]+prioritizeHuds hss =+ hss+ & List.sortOn (view (#phud % #priority))+ & List.groupBy (\a b -> view (#phud % #priority) a == view (#phud % #priority) b)
src/Chart/Data.hs view
@@ -1,41 +1,49 @@+{-# LANGUAGE PatternSynonyms #-} {-# LANGUAGE RebindableSyntax #-}-{-# OPTIONS_HADDOCK prune #-} -- | Data primitives and utilities -- -- Whilst the library makes use of <https://hackage.haskell.org/package/numhask numhask>, it does not re-export, to avoid clashes with Prelude, with the exception of 'zero', 'one', 'angle' & 'abs'. ----- 'Rect' and 'Point', from <https://hackage.haskell.org/package/numhask-space numhask-space>, make up the base elements of many chart primitives, and all of numhask-space is re-exported.+-- 'Rect' and 'Point', from <https://hackage.haskell.org/package/numhask-space numhask-space>, make up the base elements of many chart primitives. module Chart.Data ( -- * Data Primitives Rect (..),+ pattern Rect,+ mid,+ foldRect,+ addPoint,+ projectOnP,+ projectOnR,+ space1, padRect, padSingletons,- singletonGuard,+ isSingleton, Point (..), addp,+ Range (..), -- * NumHask Exports-- -- | Note that (+) and (*) from numhask are not actually re-exported. Multiplicative (one), Additive (zero), abs,- angle,- magnitude,-- -- * Re-exports- module NumHask.Space,+ Direction (..),+ Basis (..), ) where import NumHask.Prelude import NumHask.Space +-- $setup+--+-- >>> import Chart+-- >>> import NumHask.Space+ -- | Additive pad (or frame or buffer) a Rect. -- -- >>> padRect 1 one--- Rect -1.5 1.5 -1.5 1.5+-- Rect (-1.5) 1.5 (-1.5) 1.5 padRect :: (Subtractive a) => a -> Rect a -> Rect a padRect p (Rect x z y w) = Rect (x - p) (z + p) (y - p) (w + p) @@ -46,10 +54,10 @@ -- Due to the use of scaling, and thus zero dividing, this is a common exception to guard against. -- -- >>> project (Rect 0 0 0 1) one (Point 0 0)--- Point NaN -0.5+-- Point NaN (-0.5) -- -- >>> project (padSingletons (Rect 0 0 0 1)) one (Point 0 0)--- Point 0.0 -0.5+-- Point 0.0 (-0.5) padSingletons :: Rect Double -> Rect Double padSingletons (Rect x z y w) | x == z && y == w = Rect (x - 0.5) (x + 0.5) (y - 0.5) (y + 0.5)@@ -57,9 +65,9 @@ | y == w = Rect x z (y - 0.5) (y + 0.5) | otherwise = Rect x z y w --- | Guard against an upstream Nothing or a singleton dimension-singletonGuard :: Maybe (Rect Double) -> Rect Double-singletonGuard = maybe one padSingletons+-- | is any dimension singular?+isSingleton :: Rect Double -> Bool+isSingleton (Rect x z y w) = x == z || y == w -- | add Points, dimension-wise --
src/Chart/Examples.hs view
@@ -36,6 +36,16 @@ -- * Debugging debugExample,++ -- * Compound Charts+ compoundExample,+ stackExample,++ -- * Priority+ priorityv1Example,+ priorityv2Example,++ -- * Writing to file pathChartOptions, writeAllExamples, writeAllExamplesDark,@@ -52,6 +62,7 @@ import Data.Text (Text) import Data.Text qualified as Text import Data.Time+import NumHask.Space import Optics.Core import Prelude hiding (abs) @@ -59,7 +70,10 @@ -- --  unitExample :: ChartOptions-unitExample = mempty & #charts .~ named "unit" [RectChart defaultRectStyle [one]] & #hudOptions .~ defaultHudOptions+unitExample =+ mempty+ & set #chartTree (named "unit" [Chart defaultRectStyle (RectData [one])])+ & set #hudOptions defaultHudOptions -- | A 'BlankChart', 'defaultHudOptions' example. --@@ -67,8 +81,8 @@ hudOptionsExample :: ChartOptions hudOptionsExample = mempty- & #hudOptions .~ defaultHudOptions- & #charts .~ blank one+ & set #hudOptions defaultHudOptions+ & set #chartTree (blank one) -- | rect example --@@ -76,24 +90,19 @@ rectExample :: ChartOptions rectExample = mempty- & #hudOptions- .~ ( mempty- & set- #axes- [(defaultPriority, defaultAxisOptions & #ticks % #ltick .~ Nothing)]- )- & #charts .~ named "rect" (zipWith RectChart ropts rss)+ & set #hudOptions (mempty & set #axes [Priority 5 (defaultXAxisOptions & set (#ticks % #lineTick) Nothing)])+ & set #chartTree (named "rect" (zipWith (\s x -> Chart s (RectData x)) ropts rss)) rss :: [[Rect Double]] rss =- [ gridR (\x -> exp (-x ** 2 / 2)) (Range (-5) 5) 50,- gridR (\x -> 0.5 * exp (-x ** 2 / 8)) (Range (-5) 5) 50+ [ gridR (\x -> exp (-(x ** 2 / 2))) (Range (-5) 5) 50,+ gridR (\x -> 0.5 * exp (-(x ** 2 / 8))) (Range (-5) 5) 50 ] -ropts :: [RectStyle]+ropts :: [Style] ropts =- [ blob (palette1a 1 0.4),- blob (palette1a 2 0.4)+ [ blob (paletteO 1 0.4),+ blob (paletteO 2 0.4) ] -- | line example@@ -101,36 +110,33 @@ --  lineExample :: ChartOptions lineExample =- mempty & set #hudOptions ho & #charts .~ named "line" cs+ mempty & set #hudOptions ho & set #chartTree (named "line" cs) where ho = defaultHudOptions & set #titles- [ (6, defaultTitle "Line Chart" & set (#style % #size) 0.1),- ( 11,- defaultTitle "Made with love and chart-svg"- & set (#style % #size) 0.06+ [ Priority 6 (defaultTitleOptions "Line Chart" & set (#style % #size) 0.08),+ Priority 13 $+ defaultTitleOptions "Made with 🧡 and chart-svg"+ & set (#style % #size) 0.04 & set #place PlaceBottom & set #anchor AnchorEnd- ) ] & set #legends- [ ( 12,+ [ Priority 12 $ defaultLegendOptions- & over #frame (fmap (set #color white))- & set #place (PlaceAbsolute (Point 0.45 (-0.35)))- & set (#textStyle % #size) 0.20- & set #legendCharts (zipWith (\t c -> (t, [c])) ["palette1 0", "palette1 1", "palette1 2"] cs)- )+ & set #scaleP ScalePX+ & set #place (PlaceAbsolute (Point 0.35 (-0.35)))+ & set #legendCharts (zipWith (\t c -> (t, [c])) ["palette #0", "palette #1", "palette #2"] cs) ] cs = zipWith ( \c l -> LineChart ( defaultLineStyle- & set #color (palette1 c)+ & set #color (palette c) & set #size 0.015 ) [l]@@ -143,11 +149,27 @@ [Point 0.5 4.0, Point 0.5 0] ] +-- | priority Version 1 example+--+--  priorityv1Example :: ChartOptions-priorityv1Example = lineExample & (#hudOptions % #frames) .~ [(1, FrameOptions (Just defaultRectStyle) 0), (100, FrameOptions (Just (defaultRectStyle & #color .~ (palette1 4 & opac' .~ 0.05) & #borderColor .~ palette1 4)) 0.1)] & #hudOptions % #legends %~ fmap (first (const (Priority 50))) & #hudOptions % #legends %~ fmap (second (set #place PlaceRight))+priorityv1Example =+ lineExample+ & set+ (#hudOptions % #frames)+ [ Priority 1 (FrameOptions (Just defaultRectStyle) CanvasStyleSection 0),+ Priority 100 (FrameOptions (Just (defaultRectStyle & set #color (palette 4 & set opac' 0.05) & set #borderColor (palette 4))) HudStyleSection 0.1)+ ]+ & set (#hudOptions % #legends % each % #priority) 50+ & set (#hudOptions % #legends % each % #item % #place) PlaceRight +-- | priority Version 2 example+--+--  priorityv2Example :: ChartOptions-priorityv2Example = priorityv1Example & #hudOptions % #titles %~ fmap (first (const (Priority 51))) & #hudOptions % #legends %~ fmap (first (const (Priority 50))) & #hudOptions % #legends %~ fmap (second (set #place PlaceRight))+priorityv2Example =+ priorityv1Example+ & set (#hudOptions % #titles % each % #priority) 51 -- | text example --@@ -155,16 +177,10 @@ textExample :: ChartOptions textExample = mempty- & #charts- .~ named- "text"- [ TextChart- (defaultTextStyle & #color .~ dark & #size .~ 0.05 & #vshift .~ 0)- ts- ]- & #hudOptions .~ defaultHudOptions- & #markupOptions % #cssOptions % #preferColorScheme .~ PreferHud- & #markupOptions % #cssOptions % #cssExtra .~ fillSwitch (dark, light) "dark" "text"+ & set #chartTree (named "text" [TextChart (defaultTextStyle & set #color dark & set #size 0.1) ts])+ & set #hudOptions defaultHudOptions+ & set (#markupOptions % #cssOptions % #preferColorScheme) PreferHud+ & set (#markupOptions % #cssOptions % #cssExtra) (fillSwitch (dark, light) "dark" "text") where ts :: [(Text, Point Double)] ts =@@ -178,18 +194,18 @@ glyphsExample :: ChartOptions glyphsExample = mempty- & set (#markupOptions % #markupHeight) 50- & set (#hudOptions % #chartAspect) (FixedAspect 12)+ & set (#markupOptions % #markupHeight) (Just 50)+ & set (#markupOptions % #chartAspect) (FixedAspect 12) & set- #charts+ #chartTree ( named "glyphs" $ zipWith ( \(sh, bs) p -> GlyphChart ( defaultGlyphStyle- & #size .~ (0.8 :: Double)- & #borderSize .~ bs- & #shape .~ sh+ & set #glyphShape sh+ & set #size (0.8 :: Double)+ & set #borderSize bs ) [p] )@@ -200,10 +216,10 @@ (EllipseGlyph 0.75, 0.02), (VLineGlyph, 0.02), (HLineGlyph, 0.02),- (TriangleGlyph (Point 0.0 (0.5 * sqrt 2)) (Point (-cos (pi / 3)) (-sin (pi / 3) / 2)) (Point (cos (pi / 3)) (-sin (pi / 3) / 2)), 0.02),- (PathGlyph "M 0.5,-0.3660 A 1.0 1.0 -0.0 0 1 0,0.5 A 1.0 1.0 -0.0 0 1 -0.5,-0.3660 A 1.0 1.0 -0.0 0 1 0.5,-0.3660 L 0.5,-0.3660 Z" ScaleBorder, 0.02)+ (TriangleGlyph (Point 0.0 (0.5 * sqrt 2)) (Point (-(cos (pi / 3))) (-(sin (pi / 3) / 2))) (Point (cos (pi / 3)) (-(sin (pi / 3) / 2))), 0.02),+ (PathGlyph "M 0.5,-0.3660 A 1.0 1.0 -0.0 0 1 0,0.5 A 1.0 1.0 -0.0 0 1 -0.5,-0.3660 A 1.0 1.0 -0.0 0 1 0.5,-0.3660 L 0.5,-0.3660 Z", 0.02) ]- [Point x 0 | x <- [0 .. (8 :: Double)]]+ (fmap (\x -> Point x 0) [0 ..]) ) -- | Example data for Bar chart@@ -218,19 +234,21 @@ -- --  barExample :: ChartOptions-barExample = barChart defaultBarOptions barDataExample+barExample =+ barChart defaultBarOptions barDataExample+ & set (#hudOptions % #frames) [Priority 101 (defaultFrameOptions & set #buffer 0.02)] -- | Stacked bar chart example. -- --  sbarExample :: ChartOptions-sbarExample = barChart (defaultBarOptions & set #barOrientation Vert & set #barStacked Stacked & #displayValues .~ False & #barRectStyles %~ fmap (#borderSize .~ 0)) barDataExample+sbarExample = barChart (defaultBarOptions & set #barOrientation Vert & set #barStacked Stacked & set #displayValues False & set (#barRectStyles % each % #borderSize) 0) barDataExample -- | wave example -- --  waveExample :: ChartOptions-waveExample = mempty & #charts .~ named "wave" [GlyphChart defaultGlyphStyle $ gridP sin (Range 0 (2 * pi)) 30] & #hudOptions .~ defaultHudOptions+waveExample = mempty & set #chartTree (named "wave" [GlyphChart (defaultGlyphStyle & set #glyphShape SquareGlyph) (gridP sin (Range 0 (2 * pi)) 30)]) & set #hudOptions defaultHudOptions -- | venn diagram --@@ -238,9 +256,9 @@ vennExample :: ChartOptions vennExample = mempty- & #charts .~ named "venn" (zipWith (\c x -> PathChart (defaultPathStyle & #borderSize .~ 0.005 & #color .~ palette1a c 0.2 & over #borderColor (set opac' 1)) x) [0 ..] (svgToPathData <$> vennSegs))- & #hudOptions .~ defaultHudOptions- & #hudOptions % #chartAspect .~ FixedAspect 1+ & set #chartTree (named "venn" (zipWith (\c x -> PathChart (defaultPathStyle & set #borderSize 0.005 & set #color (paletteO c 0.2) & over #borderColor (set opac' 1)) x) [0 ..] (svgToPathData <$> vennSegs)))+ & set #hudOptions defaultHudOptions+ & set (#markupOptions % #chartAspect) (FixedAspect 1) {- These were originally based on:@@ -271,18 +289,20 @@ pathExample :: ChartOptions pathExample = mempty- & #charts .~ named "path" [path', c0] <> named "pathtext" [t0]- & #hudOptions .~ defaultHudOptions- & #hudOptions % #chartAspect .~ ChartAspect- & #markupOptions % #cssOptions % #preferColorScheme .~ PreferHud- & #markupOptions % #cssOptions % #cssExtra .~ fillSwitch (dark, light) "dark" "pathtext"+ & set #chartTree (named "path" [path', c0] <> named "pathtext" [t0])+ & set #hudOptions defaultHudOptions+ & set (#hudOptions % #axes % each % #item % #ticks % #glyphTick %? #anchorTo) CanvasStyleSection+ & set (#hudOptions % #axes % each % #item % #axisBar %? #anchorTo) CanvasStyleSection+ & set (#markupOptions % #chartAspect) ChartAspect+ & set (#markupOptions % #cssOptions % #preferColorScheme) PreferHud+ & set (#markupOptions % #cssOptions % #cssExtra) (fillSwitch (dark, light) "dark" "pathtext") where ps = [ StartP (Point 0 0), LineP (Point 1 0), CubicP (Point 0.2 0) (Point 0.25 1) (Point 1 1), QuadP (Point (-1) 2) (Point 0 1),- ArcP (ArcInfo (Point 1 1) (-pi / 6) False False) (Point 0 0)+ ArcP (ArcInfo (Point 1 1) (-(pi / 6)) False False) (Point 0 0) ] ts = [ "StartP (Point 0 0)",@@ -291,15 +311,15 @@ "QuadP (Point (-1) 2) (Point 0 1)", "ArcP (ArcInfo (Point 1 1) (-pi / 6) False False) (Point 0 0)" ]- path' = PathChart (defaultPathStyle & #color .~ palette1a 0 0.1 & #borderColor .~ palette1a 1 1) ps- c0 = GlyphChart defaultGlyphStyle (pointPath <$> ps)+ path' = PathChart (defaultPathStyle & set #color (paletteO 0 0.1) & set #borderColor (paletteO 1 1)) ps+ c0 = GlyphChart (defaultGlyphStyle & set #glyphShape SquareGlyph) (pointPath <$> ps) midp = Point 0 0 : zipWith (\(Point x y) (Point x' y') -> Point ((x + x') / 2) ((y + y') / 2)) (drop 1 (pointPath <$> ps)) (pointPath <$> ps)- offp = [Point 0 0.05, Point 0 0, Point (-0.2) 0, Point (-0.1) 0.1, Point 0 (-0.1)]- t0 = TextChart (defaultTextStyle & set #size 0.05) (zip ts (zipWith addp offp midp))+ offp = [Point (-0.35) 0.05, Point 0 0.05, Point (-0.2) 0, Point (-0.1) 0.1, Point 0 (-0.1)]+ t0 = TextChart (defaultTextStyle & set #size 0.025) (zip ts (zipWith addp offp midp)) -- | ellipse example ----- Under scaling, angles are not invariant, and this effects the shape of ellipses and thus SVG arc paths. Compare the effect of aspect changes to the axes of this ellipse:+-- Under scaling, angles are not invariant, and this effects the glyphShape of ellipses and thus SVG arc paths. Compare the effect of aspect changes to the axes of this ellipse: -- --  --@@ -309,37 +329,39 @@ ellipseExample :: ChartAspect -> ChartOptions ellipseExample a = mempty- & #charts .~ named "ellipse" [ell, ellFull, c0, c1, bbox, xradii, yradii]- & #hudOptions .~ defaultHudOptions- & #hudOptions % #chartAspect .~ a- & #hudOptions % #legends .~ [(10, defaultLegendOptions & #legendCharts .~ lrows & #textStyle % #size .~ 0.2 & #size .~ 0.1)]- & #hudOptions % #titles .~ [(11, defaultTitle "ArcPosition (Point 1 0) (Point 0 1) (ArcInfo (Point 1.5 1) (pi / 3) True True)" & #style % #size .~ 0.08)]+ & set #chartTree (named "ellipse" [ell, ellFull, c0, c1, bbox, xradii, yradii])+ & set #hudOptions defaultHudOptions+ & set (#markupOptions % #chartAspect) a+ & set (#hudOptions % #legends) [Priority 10 (defaultLegendOptions & set #legendCharts lrows & set (#textStyle % #size) 0.2 & set #legendSize 0.1 & set #vgap 0.3)]+ & set (#hudOptions % #titles) [Priority 11 (defaultTitleOptions "ArcPosition (Point 1 0) (Point 0 1) (ArcInfo (Point 1.5 1) (pi / 3) True True)" & set (#style % #size) 0.032)]+ & set (#hudOptions % #axes % ix 1 % #item % #ticks % #textTick %? #buffer) 0.04+ & set (#hudOptions % #axes % ix 1 % #item % #ticks % #glyphTick %? #buffer) 0.01 where p@(ArcPosition p1 p2 _) = ArcPosition (Point 1 0) (Point 0 1) (ArcInfo (Point 1.5 1) (pi / 3) True True) (ArcCentroid c r phi' ang0' angd) = arcCentroid p ellFull = LineChart fullels [ellipse c r phi' . (\x -> 2 * pi * x / 100.0) <$> [0 .. 100]] ell = LineChart els [ellipse c r phi' . (\x -> ang0' + angd * x / 100.0) <$> [0 .. 100]]- g0 = defaultGlyphStyle & #shape .~ CircleGlyph+ g0 = defaultGlyphStyle & set #glyphShape CircleGlyph c0 = GlyphChart g0 [c]- g1 = defaultGlyphStyle & #color .~ palette1a 4 0.2+ g1 = defaultGlyphStyle & set #color (paletteO 4 0.2) & set #glyphShape CircleGlyph c1 = GlyphChart g1 [p1, p2] bbox = RectChart bbs [arcBox p]- bbs = defaultRectStyle & #borderSize .~ 0.002 & #color .~ palette1a 7 0.005 & #borderColor .~ grey 0.5 1+ bbs = defaultRectStyle & set #borderSize 0.002 & set #color (paletteO 7 0.005) & set #borderColor (grey 0.5 1) xradii = LineChart xals [[ellipse c r phi' 0, ellipse c r phi' pi]] yradii = LineChart yals [[ellipse c r phi' (pi / 2), ellipse c r phi' (3 / 2 * pi)]]- xals = defaultLineStyle & #color .~ palette1 6 & #size .~ 0.005 & #dasharray .~ Just [0.03, 0.01] & #linecap .~ Just LineCapRound- yals = defaultLineStyle & #color .~ palette1 5 & #size .~ 0.005 & #dasharray .~ Just [0.03, 0.01] & #linecap .~ Just LineCapRound- fullels = defaultLineStyle & #size .~ 0.002 & #color .~ palette1 1- els = defaultLineStyle & #size .~ 0.005 & #color .~ palette1 2+ xals = defaultLineStyle & set #color (palette 6) & set #size 0.005 & set #dasharray (Just [0.03, 0.01]) & set #lineCap (Just LineCapRound)+ yals = defaultLineStyle & set #color (palette 5) & set #size 0.005 & set #dasharray (Just [0.03, 0.01]) & set #lineCap (Just LineCapRound)+ fullels = defaultLineStyle & set #size 0.002 & set #color (palette 1)+ els = defaultLineStyle & set #size 0.005 & set #color (palette 2) lrows = second (: []) <$> [ ("Major Axis", LineChart xals [[zero]]), ("Minor Axis", LineChart yals [[zero]]), ("Full Ellipse", LineChart fullels [[zero]]), ("Arc", LineChart els [[zero]]),- ("Centroid", GlyphChart (g0 & #size .~ 0.01) [zero]),- ("Endpoints", GlyphChart (g1 & #size .~ 0.01) [zero]),- ("Bounding Box", RectChart (bbs & #borderSize .~ 0.01) [fmap (2 *) one])+ ("Centroid", GlyphChart (g0 & set #size 0.01 & set #glyphShape SquareGlyph) [zero]),+ ("Endpoints", GlyphChart (g1 & set #size 0.01 & set #glyphShape SquareGlyph) [zero]),+ ("Bounding Box", RectChart (bbs & set #borderSize 0.01) [fmap (2 *) one]) ] -- | Reproduction of the flag explanation chart in <https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths>@@ -349,17 +371,18 @@ arcFlagsExample = mempty & set- #charts+ #chartTree ( vert 0.02 [ hori 0.02 [colSweep, colSweep2, colLargeFalse, colLargeTrue], rowLarge ] )- & #hudOptions % #chartAspect .~ ChartAspect- & #markupOptions % #cssOptions % #preferColorScheme .~ PreferHud- & #markupOptions % #cssOptions % #cssExtra- .~ [i|+ & set (#markupOptions % #chartAspect) UnscaledAspect+ & set (#markupOptions % #cssOptions % #preferColorScheme) PreferHud+ & set+ (#markupOptions % #cssOptions % #cssExtra)+ [i| { .chart g { stroke: #{showRGBA dark};@@ -380,8 +403,8 @@ where rowLarge = unnamed- [ BlankChart [Rect 0 9 (-2.75) (-3.25)],- TextChart (defaultTextStyle & #size .~ 0.6) [("Large", Point 5.5 (-3.0))]+ [ blankChart1 (Rect 0 9 (-2.75) (-3.25)),+ TextChart (defaultTextStyle & set #size 0.6) [("Large", Point 5.5 (-3.0))] ] colLargeFalse = vert@@ -389,8 +412,8 @@ [ unnamed (checkFlags False True (set opac' 0.3 dark)), unnamed (checkFlags False False (set opac' 0.3 dark)), unnamed- [ BlankChart [Rect (-1) 2 (-0.25) 0.25],- TextChart (defaultTextStyle & #size .~ 0.4) [("False", Point 0.5 (-0.1))]+ [ blankChart1 (Rect (-1) 2 (-0.25) 0.25),+ TextChart (defaultTextStyle & set #size 0.4) [("False", Point 0.5 (-0.1))] ] ] colLargeTrue =@@ -399,30 +422,30 @@ [ unnamed (checkFlags True True (set opac' 0.3 dark)), unnamed (checkFlags True False (set opac' 0.3 dark)), unnamed- [ BlankChart [Rect (-1) 2 (-0.25) 0.25],- TextChart (defaultTextStyle & #size .~ 0.4) [("True", Point 0.5 (-0.1))]+ [ blankChart1 (Rect (-1) 2 (-0.25) 0.25),+ TextChart (defaultTextStyle & set #size 0.4) [("True", Point 0.5 (-0.1))] ] ] colSweep = unnamed- [ BlankChart [Rect (-0.4) 0.4 (-1) 5],+ [ blankChart1 (Rect (-0.4) 0.4 (-1) 5), TextChart- (defaultTextStyle & #size .~ 0.6 & #rotation .~ Just (pi / 2))+ (defaultTextStyle & set #size 0.6 & set #rotation (Just (pi / 2))) [("Sweep", Point 0.1 2)] ] colSweep2 = vert 0.02 [ unnamed- [ BlankChart [Rect (-0.25) 0.25 (-1) 2],+ [ blankChart1 (Rect (-0.25) 0.25 (-1) 2), TextChart- (defaultTextStyle & #size .~ 0.4 & #rotation .~ Just (pi / 2))+ (defaultTextStyle & set #size 0.4 & set #rotation (Just (pi / 2))) [("True", Point 0.1 0.5)] ], unnamed- [ BlankChart [Rect (-0.25) 0.25 (-1) 2],+ [ blankChart1 (Rect (-0.25) 0.25 (-1) 2), TextChart- (defaultTextStyle & #size .~ 0.4 & #rotation .~ Just (pi / 2))+ (defaultTextStyle & set #size 0.4 & set #rotation (Just (pi / 2))) [("False", Point 0.1 0.5)] ] ]@@ -434,10 +457,10 @@ p1 = ArcPosition (Point 0.0 1.0) (Point 1.0 0.0) (ArcInfo (Point 1.0 1.0) 0 large' sweep) ps1 = singletonPie c p1 (ArcCentroid c' r phi' ang0' angd) = arcCentroid p1- arc1 = PathChart (defaultPathStyle & #color .~ co & #borderColor .~ set opac' 0.5 dark) ps1- c1 = LineChart (defaultLineStyle & #size .~ 0.02 & #color .~ set opac' 0.2 dark) [ellipse (Point 1.0 1.0) (Point 1.0 1.0) 0 . (\x -> 0 + 2 * pi * x / 100.0) <$> [0 .. 100]]- c2 = LineChart (defaultLineStyle & #size .~ 0.02 & #color .~ set opac' 0.2 dark) [ellipse (Point 0.0 0.0) (Point 1.0 1.0) 0 . (\x -> 0 + 2 * pi * x / 100.0) <$> [0 .. 100]]- ell = LineChart (defaultLineStyle & #size .~ 0.05 & #color .~ set opac' 0.5 co) [ellipse c' r phi' . (\x -> ang0' + angd * x / 100.0) <$> [0 .. 100]]+ arc1 = PathChart (defaultPathStyle & set #color co & set #borderColor (set opac' 0.5 dark)) ps1+ c1 = LineChart (defaultLineStyle & set #size 0.02 & set #color (set opac' 0.2 dark)) [ellipse (Point 1.0 1.0) (Point 1.0 1.0) 0 . (\x -> 0 + 2 * pi * x / 100.0) <$> [0 .. 100]]+ c2 = LineChart (defaultLineStyle & set #size 0.02 & set #color (set opac' 0.2 dark)) [ellipse (Point 0.0 0.0) (Point 1.0 1.0) 0 . (\x -> 0 + 2 * pi * x / 100.0) <$> [0 .. 100]]+ ell = LineChart (defaultLineStyle & set #size 0.05 & set #color (set opac' 0.5 co)) [ellipse c' r phi' . (\x -> ang0' + angd * x / 100.0) <$> [0 .. 100]] -- | quad example --@@ -445,30 +468,32 @@ quadExample :: ChartOptions quadExample = mempty- & #charts .~ named "quad" [path', curve, c0, c1, bbox]- & #hudOptions .~ defaultHudOptions- & #hudOptions % #chartAspect .~ FixedAspect 1.5- & #hudOptions % #legends .~ [(10, defaultLegendOptions & #legendCharts .~ lrows & #textStyle % #size .~ 0.2 & #size .~ 0.2)]- & #hudOptions % #titles .~ [(11, defaultTitle "QuadPosition (Point 0 0) (Point 1 1) (Point 2 (-1))" & #style % #size .~ 0.08)]+ & set #chartTree (named "quad" [path', curve, c0, c1, bbox])+ & set #hudOptions defaultHudOptions+ & set (#markupOptions % #chartAspect) (FixedAspect 1.5)+ & set (#hudOptions % #legends) [Priority 10 (defaultLegendOptions & set #legendCharts lrows & set (#textStyle % #size) 0.2 & set #legendSize 0.2 & set #vgap 0.3)]+ & set (#hudOptions % #titles) [Priority 11 (defaultTitleOptions "QuadPosition (Point 0 0) (Point 1 1) (Point 2 (-1))" & set (#style % #size) 0.03)]+ & set (#hudOptions % #axes % ix 1 % #item % #ticks % #textTick %? #buffer) 0.04+ & set (#hudOptions % #axes % ix 1 % #item % #ticks % #glyphTick %? #buffer) 0.01 where p@(QuadPosition start end control) = QuadPosition (Point 0 0) (Point 1 1) (Point 2 (-1)) ps = singletonQuad p path' = PathChart pathStyle ps curve = LineChart curveStyle [quadBezier p . (/ 100.0) <$> [0 .. 100]]- curveStyle = defaultLineStyle & #size .~ 0.002 & #color .~ palette1 1- c0 = GlyphChart defaultGlyphStyle [start, end]- c1 = GlyphChart controlStyle [control]+ curveStyle = defaultLineStyle & set #size 0.002 & set #color (palette 1)+ c0 = GlyphChart (defaultGlyphStyle & set #glyphShape SquareGlyph) [start, end]+ c1 = GlyphChart (controlStyle & set #glyphShape CircleGlyph) [control] bbox = RectChart bbs [quadBox p]- bbs = defaultRectStyle & #borderSize .~ 0.002 & #color .~ palette1a 0 0.05 & #borderColor .~ grey 0.4 1- pathStyle = defaultPathStyle & #color .~ palette1a 2 0.2 & #borderColor .~ transparent- controlStyle = defaultGlyphStyle & #shape .~ CircleGlyph+ bbs = defaultRectStyle & set #borderSize 0.002 & set #color (paletteO 0 0.05) & set #borderColor (grey 0.4 1)+ pathStyle = defaultPathStyle & set #color (paletteO 2 0.2) & set #borderColor transparent+ controlStyle = defaultGlyphStyle & set #glyphShape CircleGlyph lrows = second (: []) <$> [ ("Path Fill", PathChart pathStyle [StartP zero]), ("Path Chord", LineChart curveStyle [[zero]]),- ("Path Endpoints", GlyphChart defaultGlyphStyle [zero]),- ("Path Control Point", GlyphChart controlStyle [zero]),- ("Bounding Box", RectChart (bbs & #borderSize .~ 0.01) [one])+ ("Path Endpoints", GlyphChart (defaultGlyphStyle & set #glyphShape SquareGlyph) [zero]),+ ("Path Control Point", GlyphChart (controlStyle & set #glyphShape CircleGlyph) [zero]),+ ("Bounding Box", RectChart (bbs & set #borderSize 0.01) [one]) ] -- | cubic example@@ -477,30 +502,30 @@ cubicExample :: ChartOptions cubicExample = mempty- & #charts .~ named "cubic" [path', curve, c0, c1, bbox]- & #hudOptions .~ mempty- & #hudOptions % #chartAspect .~ FixedAspect 1.5- & #hudOptions % #legends .~ [(10, defaultLegendOptions & #legendCharts .~ lrows & #textStyle % #size .~ 0.2 & #size .~ 0.2)]- & #hudOptions % #titles .~ [(11, defaultTitle "CubicPosition (Point 0 0) (Point 1 1) (Point 1 0) (Point 0 1)" & #style % #size .~ 0.08)]+ & set #chartTree (named "cubic" [path', curve, c0, c1, bbox])+ & set #hudOptions mempty+ & set (#markupOptions % #chartAspect) (FixedAspect 1.5)+ & set (#hudOptions % #legends) [Priority 10 (defaultLegendOptions & set #legendCharts lrows & set (#textStyle % #size) 0.2 & set #legendSize 0.2 & set #vgap 0.3)]+ & set (#hudOptions % #titles) [Priority 11 (defaultTitleOptions "CubicPosition (Point 0 0) (Point 1 1) (Point 1 0) (Point 0 1)" & set (#style % #size) 0.03)] where p@(CubicPosition start end control1 control2) = CubicPosition (Point 0 0) (Point 1 1) (Point 1 0) (Point 0 1) ps = singletonCubic p path' = PathChart pathStyle ps curve = LineChart curveStyle [cubicBezier p . (/ 100.0) <$> [0 .. 100]]- c0 = GlyphChart defaultGlyphStyle [start, end]- c1 = GlyphChart controlStyle [control1, control2]+ c0 = GlyphChart (defaultGlyphStyle & set #glyphShape SquareGlyph) [start, end]+ c1 = GlyphChart (controlStyle & set #glyphShape CircleGlyph) [control1, control2] bbox = RectChart bbs [cubicBox p]- bbs = defaultRectStyle & #borderSize .~ 0.002 & #color .~ palette1a 0 0.05 & #borderColor .~ grey 0.4 1- pathStyle = defaultPathStyle & #color .~ palette1a 3 0.2 & #borderColor .~ transparent- controlStyle = defaultGlyphStyle & #shape .~ CircleGlyph- curveStyle = defaultLineStyle & #size .~ 0.002 & #color .~ palette1 7+ bbs = defaultRectStyle & set #borderSize 0.002 & set #color (paletteO 0 0.05) & set #borderColor (grey 0.4 1)+ pathStyle = defaultPathStyle & set #color (paletteO 3 0.2) & set #borderColor transparent+ controlStyle = defaultGlyphStyle+ curveStyle = defaultLineStyle & set #size 0.002 & set #color (palette 7) lrows = second (: []) <$> [ ("Path Fill", PathChart pathStyle [StartP zero]), ("Path Chord", LineChart curveStyle [[zero]]),- ("Path Endpoints", GlyphChart defaultGlyphStyle [zero]),- ("Path Control Point", GlyphChart controlStyle [zero]),- ("Bounding Box", RectChart (bbs & #borderSize .~ 0.01) [one])+ ("Path Endpoints", GlyphChart (defaultGlyphStyle & set #glyphShape SquareGlyph) [zero]),+ ("Path Control Point", GlyphChart (controlStyle & set #glyphShape CircleGlyph) [zero]),+ ("Bounding Box", RectChart (bbs & set #borderSize 0.01) [one]) ] -- | The common way to create a surface chart (or contour chart or heat map) is usually a grid over a function, a process reified in 'surfacef'.@@ -509,24 +534,16 @@ -- --  surfaceExample :: ChartOptions-surfaceExample =- mempty- & #charts .~ named "surface" cs- & #markupOptions .~ (defaultMarkupOptions & #cssOptions % #shapeRendering .~ UseCssCrisp)+surfaceExample = mempty & set #chartTree cs' & set #markupOptions (defaultMarkupOptions & set (#cssOptions % #shapeRendering) UseCssCrisp) where- -- FIXME: surface legends are broken as.- -- & #hudOptions % #legends .~ [(30,defaultLegendOptions & #legendCharts .~ [("", foldOf charts' $ surfaceLegendChart rangef (defaultSurfaceLegendOptions dark "text"))])]-- grain = Point 100 100+ grain = Point 20 20 r = one f = fst . bimap ((-1.0) *) (fmap ((-1.0) *)) . rosenbrock 1 10- evenColors = trimColour . over lightness' (const 0.55) . palette1 <$> [0 .. 5]- (cs, _) = surfacef f so- so =- defaultSurfaceOptions- & #soGrain .~ grain- & #soRange .~ r- & #soStyle % #surfaceColors .~ evenColors+ evenColors = trimColour . over lightness' (const 0.55) . palette <$> [0 .. 5]+ so = defaultSurfaceOptions & set #soGrain grain & set #soRange r & set (#soStyle % #surfaceColors) evenColors+ (cs, rangef) = surfacef f so+ slo = defaultSurfaceLegendOptions & set (#sloSurfaceStyle % #surfaceColors) evenColors & set #sloDataRange rangef+ cs' = addSurfaceLegend slo (unnamed cs) -- | arrow example --@@ -536,11 +553,12 @@ arrowExample :: ChartOptions arrowExample = mempty- & #hudOptions .~ (defaultHudOptions & #axes %~ fmap (second (#ticks % #ltick .~ Nothing)))- & #charts .~ named "arrow" ((\p -> gchart (tail' . f $ p) (angle . f $ p) p) <$> ps)- & #markupOptions % #cssOptions % #preferColorScheme .~ PreferHud- & #markupOptions % #cssOptions % #cssExtra- .~ [i|+ & set #hudOptions (defaultHudOptions & set (#axes % each % #item % #ticks % #lineTick) Nothing)+ & set #chartTree (named "arrow" ((\p -> gchart (tail' . f $ p) (angle . f $ p) p) <$> ps))+ & set (#markupOptions % #cssOptions % #preferColorScheme) PreferHud+ & set+ (#markupOptions % #cssOptions % #cssExtra)+ [i| { .arrow g { fill: #{showRGBA dark};@@ -557,14 +575,14 @@ where f = snd . bimap ((-1.0) *) (fmap ((-1.0) *)) . rosenbrock 1 10 ps = grid MidPos (one :: Rect Double) (Point 10 10 :: Point Int) :: [Point Double]- arrow = PathGlyph "M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" NoScaleBorder+ arrow = PathGlyph "M -1 0 L 1 0 M 1 0 L 0.4 0.3 M 1 0 L 0.4 -0.3" gs s r' = defaultGlyphStyle- & #borderSize .~ 0.05- & #size .~ s- & #borderColor .~ dark- & #rotation .~ Just r'- & #shape .~ arrow+ & set #borderSize 0.05+ & set #size s+ & set #borderColor dark+ & set #rotation (Just r')+ & set #glyphShape arrow gchart s r' p = GlyphChart (gs s r') [p] tail' :: Point Double -> Double@@ -580,7 +598,7 @@ -- > f'y = 2 * b * y - 2 * b * x^2 -- > f a b (Point x y) = (a^2 - 2ax + x^2 + b * y^2 - b * 2 * y * x^2 + b * x^4, Point (-2a + 2 * x - b * 4 * y * x + 4 * b * x ^ 3), 2 * b * y - 2 * b * x^2) rosenbrock :: Double -> Double -> Point Double -> (Double, Point Double)-rosenbrock a b (Point x y) = (a ** 2 - 2 * a * x + x ** 2 + b * y ** 2 - b * 2 * y * x ** 2 + b * x ** 4, Point (-2 * a + 2 * x - b * 4 * y * x + 4 * b * x ** 3) (2 * b * y - 2 * b * x ** 2))+rosenbrock a b (Point x y) = (a ** 2 - 2 * a * x + x ** 2 + b * y ** 2 - b * 2 * y * x ** 2 + b * x ** 4, Point ((-2) * a + 2 * x - b * 4 * y * x + 4 * b * x ** 3) (2 * b * y - 2 * b * x ** 2)) -- | date example --@@ -590,15 +608,10 @@ dateExample :: ChartOptions dateExample = mempty- & #charts .~ blank (Rect 0 1 0 1)- & #hudOptions- .~ ( mempty- & #chartAspect .~ FixedAspect 1.5- & #axes- .~ [ (defaultPriority, defaultAxisOptions & #place .~ PlaceLeft & #ticks % #style .~ TickPlaced tsTime),- (defaultPriority, defaultAxisOptions & #ticks % #style .~ TickPlaced tsDate)- ]- )+ & set #chartTree (blank (Rect 0 1 0 1))+ & set (#markupOptions % #chartAspect) (FixedAspect 1.5)+ & over (#hudOptions % #frames) (<> [Priority 100 (defaultFrameOptions & set #buffer 0.05)])+ & set (#hudOptions % #axes) [Priority 5 (defaultYAxisOptions & set (#ticks % #tick) (TickPlaced tsTime)), Priority 6 (defaultXAxisOptions & set (#ticks % #tick) (TickPlaced tsDate))] where tsTime = placedTimeLabelContinuous PosIncludeBoundaries Nothing 12 (Range (UTCTime (fromGregorian 2021 12 6) (toDiffTime 0)) (UTCTime (fromGregorian 2021 12 7) (toDiffTime 0))) tsDate = placedTimeLabelContinuous PosIncludeBoundaries (Just (Text.pack "%d %b")) 2 (Range (UTCTime (fromGregorian 2021 12 6) (toDiffTime 0)) (UTCTime (fromGregorian 2022 3 13) (toDiffTime 0)))@@ -612,13 +625,13 @@ gradientExample = gradient (Just (orig / 360)) 100 6 100 c0 c1 where ok = LCHA 0.5 0.12 127 1- c0 = ok & lch' % hLCH' .~ 0.001- c1 = ok & lch' % hLCH' .~ 360+ c0 = ok & set (lch' % hLCH') 0.001+ c1 = ok & set (lch' % hLCH') 360 orig = view (lch' % hLCH') ok gradientChart_ :: Int -> LCHA -> LCHA -> [Chart] gradientChart_ grain c0 c1 =- (\(r, c) -> RectChart (defaultRectStyle & #color .~ c & #borderSize .~ 0) [r])+ (\(r, c) -> RectChart (defaultRectStyle & set #color c & set #borderSize 0) [r]) . (\x -> (Rect x (x + d) 0 1, view lcha2colour' (mixLCHA x c0 c1))) <$> grid LowerPos (Range 0 1) grain where@@ -627,17 +640,15 @@ gradient :: Maybe Double -> Double -> Double -> Int -> LCHA -> LCHA -> ChartOptions gradient marker h fa grain ok0 ok1 = mempty- & #markupOptions % #markupHeight- .~ h- & #markupOptions % #cssOptions % #shapeRendering- .~ UseCssCrisp- & #hudOptions- .~ ( mempty- & #chartAspect .~ FixedAspect fa- & #frames .~ [(Priority 1, FrameOptions (Just (border 0.004 white)) 0.1)]- )- & #charts- .~ named "gradient" (gradientChart_ grain ok0 ok1) <> strip+ & set (#markupOptions % #markupHeight) (Just h)+ & set (#markupOptions % #cssOptions % #shapeRendering) UseCssCrisp+ & set (#markupOptions % #chartAspect) (FixedAspect fa)+ & set+ #hudOptions+ ( mempty+ & set #frames [Priority 1 (FrameOptions (Just (border 0.004 white)) CanvasStyleSection 0.1)]+ )+ & set #chartTree (named "gradient" (gradientChart_ grain ok0 ok1) <> strip) where strip = case marker of Nothing -> mempty@@ -647,13 +658,13 @@ [borderStrip 0.02 light (Rect (marker' - 0.02) (marker' + 0.02) (-0.1) 1.1)] borderStrip :: Double -> Colour -> Rect Double -> Chart-borderStrip w c r = RectChart (defaultRectStyle & #color .~ transparent & #borderSize .~ w & #borderColor .~ c) [r]+borderStrip w c r = RectChart (defaultRectStyle & set #color transparent & set #borderSize w & set #borderColor c) [r] --- | Color wheel displaying palette1 choices+-- | Color wheel displaying palette choices ----- -- +--  wheelExample :: ChartOptions-wheelExample = dotMap 0.01 50 0.5 0.5 (palette1 <$> [0 .. 7])+wheelExample = dotMap 0.01 50 0.5 0.5 (palette <$> [0 .. 7]) -- | The dotMap --@@ -661,26 +672,11 @@ dotMap :: Double -> Int -> Double -> Double -> [Colour] -> ChartOptions dotMap s grain l maxchroma cs = mempty- & #hudOptions- .~ defaultHudOptions- & #charts- .~ named "dots" (dot_ <$> cs)- <> named- "wheel"- ( ( \(p, c) ->- GlyphChart- ( defaultGlyphStyle- & #size .~ s- & #color .~ c- & #borderSize .~ 0- )- [p]- )- <$> filter (validColour . snd) (wheelPoints grain l maxchroma)- )+ & set #hudOptions defaultHudOptions+ & set #chartTree (named "dots" (dot_ <$> cs) <> named "wheel" ((\(p, c) -> GlyphChart (defaultGlyphStyle & set #size s & set #color c & set #borderSize 0 & set #glyphShape CircleGlyph) [p]) <$> filter (validColour . snd) (wheelPoints grain l maxchroma))) dot_ :: Colour -> Chart-dot_ x = (\(p, c) -> GlyphChart (defaultGlyphStyle & #size .~ 0.08 & #color .~ c & #borderColor .~ Colour 0.5 0.5 0.5 1 & #shape .~ CircleGlyph) [p]) (colour2Point x, x)+dot_ x = (\(p, c) -> GlyphChart (defaultGlyphStyle & set #size 0.08 & set #color c & set #borderColor (Colour 0.5 0.5 0.5 1) & set #glyphShape CircleGlyph) [p]) (colour2Point x, x) where colour2Point c = review lcha2colour' c & (\(LCHA _ ch h _) -> uncurry Point (review xy2ch' (ch, h))) @@ -691,18 +687,36 @@ -- | Adding reference points and bounding boxes to visualize chart alignment for use in debugging charts. ----- -- +--  debugExample :: ChartOptions -> ChartOptions debugExample cs = mempty & set #markupOptions (view #markupOptions cs)- & set (#hudOptions % #chartAspect) (view (#hudOptions % #chartAspect) cs)- & set #charts (e1 <> e2 <> e3)+ & set (#markupOptions % #chartAspect) asp+ & set #chartTree (e1 <> e2 <> e3) where- e1 = addHud (view #hudOptions cs) (view #charts cs)- e2 = glyphize (defaultGlyphStyle & #size .~ 0.01 & #shape .~ CircleGlyph) e1- e3 = rectangularize (defaultRectStyle & #borderColor .~ dark & #borderSize .~ 0.001 & #color % opac' .~ 0.05) e1+ asp = view (#markupOptions % #chartAspect) cs+ e1 = view #chartTree (forgetHud cs)+ e2 = glyphize (defaultGlyphStyle & set #size 0.01 & set #glyphShape CircleGlyph) e1+ e3 = rectangularize (defaultRectStyle & set #borderColor dark & set #borderSize 0.001 & set (#color % opac') 0.05) e1 +-- | A merge of two rect charts with different data ranges.+--+-- +compoundExample :: ChartOptions+compoundExample = compoundMerge [c1, c2]+ where+ ho1 = (mempty :: HudOptions) & set #titles [Priority 3 (defaultTitleOptions "chart1")] & set #axes [Priority 2 defaultXAxisOptions, Priority 2 defaultYAxisOptions] & colourHudOptions (const (palette 0))+ c1 = (mempty :: ChartOptions) & set #hudOptions ho1 & set #chartTree (named "c1" [Chart defaultRectStyle (RectData [fmap (2 *) one])])+ ho2 = (mempty :: HudOptions) & set #titles [Priority 3.1 (defaultTitleOptions "chart2")] & set #axes [Priority 2 (defaultXAxisOptions & set #place PlaceTop), Priority 2 (defaultYAxisOptions & set #place PlaceRight)] & colourHudOptions (const (palette 3))+ c2 = (mempty :: ChartOptions) & set #hudOptions ho2 & set #chartTree (named "c2" [Chart (blob (set opac' 0.3 $ palette 3)) (RectData [fmap (* 0.8) one]), BlankChart defaultStyle [one]])++-- | Usage of stack.+--+-- +stackExample :: ChartOptions+stackExample = mempty & set #chartTree (stack 5 0.1 (replicate 25 (view #chartTree $ forgetHud lineExample)))+ -- | All the examples and the associated filepaths pathChartOptions :: [(FilePath, ChartOptions)] pathChartOptions =@@ -719,7 +733,7 @@ ("other/venn.svg", vennExample), ("other/path.svg", pathExample), ("other/arcflags.svg", arcFlagsExample),- ("other/ellipse.svg", ellipseExample (FixedAspect 1.7)),+ ("other/ellipse.svg", ellipseExample (FixedAspect 1.5)), ("other/ellipse2.svg", ellipseExample (FixedAspect 2)), ("other/quad.svg", quadExample), ("other/cubic.svg", cubicExample),@@ -729,7 +743,9 @@ ("other/wheel.svg", wheelExample), ("other/debug.svg", debugExample lineExample), ("other/priorityv1.svg", priorityv1Example),- ("other/priorityv2.svg", priorityv2Example)+ ("other/priorityv2.svg", priorityv2Example),+ ("other/compound.svg", compoundExample),+ ("other/stack.svg", stackExample) ] -- | Run this to refresh example SVG's.@@ -747,8 +763,8 @@ ((<> "d.svg") . reverse . drop 4 . reverse) ( \x -> x- & #hudOptions %~ colourHudOptions (rgb light)- & #markupOptions % #cssOptions % #preferColorScheme .~ PreferDark+ & over #hudOptions (colourHudOptions (rgb light))+ & set (#markupOptions % #cssOptions % #preferColorScheme) PreferDark ) ) pathChartOptions
src/Chart/Hud.hs view
@@ -1,1144 +1,1129 @@ {-# LANGUAGE DuplicateRecordFields #-}-{-# LANGUAGE OverloadedLabels #-}-{-# LANGUAGE OverloadedStrings #-}---- | A hud stands for <https://en.wikipedia.org/wiki/Head-up_display head-up display>, and is a collective noun used to name chart elements that assist in data interpretation or otherwise annotate and decorate data.------ This includes axes, titles, borders, frames, background canvaii, tick marks and tick value labels.-module Chart.Hud- ( -- * Hud- Hud (..),- Priority (..),- defaultPriority,- HudBox,- CanvasBox,- DataBox,- HudChart (..),- canvasBox',- canvasStyleBox',- hudBox',- hudStyleBox',-- -- * Hud Processing- runHudWith,- runHud,-- -- * HudOptions- HudOptions (..),- defaultHudOptions,- addHud,- initialCanvas,- colourHudOptions,- toHuds,-- -- * Hud Effects- closes,- fromEffect,- applyChartAspect,- getHudBox,-- -- * Hud primitives- AxisOptions (..),- defaultAxisOptions,- flipAxis,- FrameOptions (..),- defaultFrameOptions,- Place (..),- placeText,- AxisBar (..),- defaultAxisBar,- Title (..),- defaultTitle,- Ticks (..),- defaultGlyphTick,- defaultTextTick,- defaultLineTick,- defaultTicks,- TickStyle (..),- defaultTickStyle,- tickStyleText,- TickExtend (..),- adjustTicks,- Adjustments (..),- defaultAdjustments,- LegendOptions (..),- defaultLegendOptions,-- -- * Option to Hud- frameHud,- legend,- legendHud,- legendFrame,- )-where--import Chart.Data-import Chart.Primitive-import Chart.Style-import Control.Monad.State.Lazy-import Data.Bifunctor-import Data.Bool-import Data.Colour-import Data.Foldable hiding (sum)-import Data.FormatN-import Data.List qualified as List-import Data.Maybe-import Data.Path-import Data.Text (Text)-import Data.Text qualified as Text-import Data.Tuple-import GHC.Generics hiding (to)-import NumHask.Prelude qualified as NH-import Optics.Core-import Prelude---- $setup------ >>> :set -XOverloadedLabels--- >>> :set -XOverloadedStrings--- >>> import Chart--- >>> import Optics.Core---- * Hud---- | The priority of a Hud element or transformation, lower value means higher priority.------ Lower priority (higher values) huds will tend to be placed on the outside of a chart.------ Hud elements are rendered in order from high to low priority and the positioning of hud elements can depend on the positioning of elements that have already been included. Equal priority values will be placed in the same process step.------ The first example below, based in 'Chart.Examples.lineExample' but with the legend placed on the right and coloured frames to help accentuate effects, includes (in order of priority):------ - an inner frame, representing the core data area of the chart (Priority 1)------ - the axes (defaultPriority (5))------ - the titles (Priority 12)------ - the legend (Priority 50)------ - an outer frame which is transparent and used to pad out the chart (Priority 100).------ > priorityv1Example = lineExample & (#hudOptions % #frames) .~ [(1, FrameOptions (Just defaultRectStyle) 0), (100, FrameOptions (Just (defaultRectStyle & #color .~ (palette1 4 & opac' .~ 0.05) & #borderColor .~ palette1 4)) 0.1)] & #hudOptions % #legends %~ fmap (first (const (Priority 50))) & #hudOptions % #legends %~ fmap (second (set #place PlaceRight))------ ------ The second variation below drops the title priorities to below the legend:------ > priorityv2Example = priorityv1Example & #hudOptions % #titles %~ fmap (first (const (Priority 51)))------ -newtype Priority = Priority {priority :: Double} deriving (Eq, Ord, Show, Generic)--instance Num Priority where- (*) (Priority a) (Priority b) = Priority (a * b)- (+) (Priority a) (Priority b) = Priority (a + b)- negate (Priority a) = Priority (negate a)- abs (Priority a) = Priority (Prelude.abs a)- signum (Priority a) = Priority (signum a)- fromInteger x = Priority (fromInteger x)--instance Fractional Priority where- fromRational x = Priority (fromRational x)- recip (Priority x) = Priority (recip x)---- | An arbitrary 5.0------ >>> defaultPriority--- Priority {priority = 5.0}-defaultPriority :: Priority-defaultPriority = Priority 5.0---- | Heads-up display additions to charts------ A Hud is composed of:------ - A priority for the hud element in the chart folding process.------ - A chart tree with a state dependency on the chart being created.-data Hud = Hud- { -- | priority for ordering of transformations- priority :: Priority,- -- | additional charts- hud :: State HudChart ChartTree- }- deriving (Generic)---- | Type to track the split of Chart elements into Hud and Canvas------ - charts: charts that form the canvas or data elements of the chart; the rectangular dimension which is considered to be the data representation space.------ - hud: charts that form the Hud.------ - dataBox: The bounding box of the underlying data domain.------ This is done to support functionality where we can choose whether to normalise the chart aspect based on the entire chart (FixedAspect) or on just the data visualisation space (CanvasAspect).-data HudChart = HudChart- { chart :: ChartTree,- hud :: ChartTree,- dataBox :: DataBox- }- deriving (Eq, Show, Generic)---- | A type for Rect to represent the entire bounding box of a chart, including the Hud-type HudBox = Rect Double---- | A type for Rect to represent the bounding box of the canvas portion of a chart, excluding Hud elements-type CanvasBox = Rect Double---- | A type for Rect to represent the bounding box of the data elements a chart, which can be a different metric to Canvas and Hud Rects-type DataBox = Rect Double--canvasBox_ :: HudChart -> Maybe CanvasBox-canvasBox_ = boxes . foldOf (#chart % charts')--canvasRebox_ :: HudChart -> Maybe (Rect Double) -> HudChart-canvasRebox_ cs r =- cs- & over (#chart % chart') (maybeProjectWith r (canvasBox_ cs))- & over (#hud % chart') (maybeProjectWith r (canvasBox_ cs))---- | A lens between a HudChart and the bounding box of the canvas-canvasBox' :: Lens' HudChart (Maybe CanvasBox)-canvasBox' =- lens canvasBox_ canvasRebox_---- | A lens between a HudChart and the bounding box of the canvas, including style extensions.-canvasStyleBox' :: Getter HudChart (Maybe CanvasBox)-canvasStyleBox' = to (styleBoxes . foldOf (#chart % charts'))--hudStyleBox_ :: HudChart -> Maybe HudBox-hudStyleBox_ = styleBoxes . (\x -> foldOf (#chart % charts') x <> foldOf (#hud % charts') x)---- | a lens between a HudChart and the bounding box of the hud.-hudStyleBox' :: Getter HudChart (Maybe HudBox)-hudStyleBox' = to hudStyleBox_--hudBox_ :: HudChart -> Maybe HudBox-hudBox_ = boxes . (\x -> foldOf (#chart % charts') x <> foldOf (#hud % charts') x)--hudRebox_ :: HudChart -> Maybe HudBox -> HudChart-hudRebox_ cs r =- cs- & over #chart (over chart' (maybeProjectWith r' (hudBox_ cs)))- & over #hud (over chart' (maybeProjectWith r' (hudBox_ cs)))- where- r' = (NH.-) <$> r <*> ((NH.-) <$> hudStyleBox_ cs <*> hudBox_ cs)---- | lens between a HudChart and its hud bounding box, not including style.-hudBox' :: Lens' HudChart (Maybe HudBox)-hudBox' =- lens hudBox_ hudRebox_--appendHud :: ChartTree -> HudChart -> HudChart-appendHud cs x =- x & over #hud (<> cs)---- | Absorb a series of state-dependent tress into state.-closes :: (Traversable f) => f (State HudChart ChartTree) -> State HudChart ()-closes xs = do- xs' <- fmap (mconcat . toList) $ sequence xs- modify (appendHud xs')---- | Wrap a state effect into a Hud-fromEffect :: Priority -> State HudChart () -> Hud-fromEffect p s = Hud p (s >> pure mempty)---- | Apply a ChartAspect-applyChartAspect :: ChartAspect -> State HudChart ()-applyChartAspect fa = do- hc <- get- case fa of- ChartAspect -> pure ()- _ -> modify (set hudBox' (getHudBox fa hc))---- | Supply the bounding box of the HudChart given a ChartAspect.-getHudBox :: ChartAspect -> HudChart -> Maybe HudBox-getHudBox fa c =- case fa of- FixedAspect a -> Just (aspect a)- CanvasAspect a ->- case (view hudBox' c, view canvasBox' c) of- (Nothing, _) -> Nothing- (_, Nothing) -> Nothing- (Just hb, Just cb) -> Just (aspect (a * ratio hb / ratio cb))- ChartAspect -> view hudBox' c---- | Combine huds and charts to form a new Chart using the supplied initial canvas and data dimensions. Note that chart data is transformed by this computation (a linear type might be useful here).-runHudWith ::- -- | initial canvas- CanvasBox ->- -- | initial data space- DataBox ->- -- | huds to add- [Hud] ->- -- | underlying chart- ChartTree ->- -- | integrated chart tree- ChartTree-runHudWith cb db hs cs =- hs- & List.sortOn (view #priority)- & List.groupBy (\a b -> view #priority a == view #priority b)- & mapM_ (closes . fmap (view #hud))- & flip- execState- ( HudChart- (cs & over chart' (projectWith cb db))- mempty- db- )- & (\x -> group (Just "chart") [view #chart x] <> group (Just "hud") [view #hud x])---- | Combine huds and charts to form a new ChartTree with a supplied initial canvas dimension.------ Note that the original chart data are transformed and irrevocably forgotten by this computation.-runHud ::- -- | initial canvas dimension- CanvasBox ->- -- | huds- [Hud] ->- -- | underlying charts- ChartTree ->- -- | integrated chart list- ChartTree-runHud ca hs cs = runHudWith ca (singletonGuard $ boxes (foldOf charts' cs)) hs cs---- | Typical, configurable hud elements. Anything else can be hand-coded as a 'Hud'.------ -data HudOptions = HudOptions- { chartAspect :: ChartAspect,- axes :: [(Priority, AxisOptions)],- frames :: [(Priority, FrameOptions)],- legends :: [(Priority, LegendOptions)],- titles :: [(Priority, Title)]- }- deriving (Eq, Show, Generic)--instance Semigroup HudOptions where- (<>) (HudOptions _ a c l t) (HudOptions asp a' c' l' t') =- HudOptions asp (a <> a') (c <> c') (l <> l') (t <> t')--instance Monoid HudOptions where- mempty = HudOptions (FixedAspect 1.5) [] [] [] []---- | The official hud options.------ - A fixed chart aspect (width:height) of 1.5------ - An x axis at the bottom and y axis at the left.------ - The default tick style for each axis of an axis bar, tick glyphs (or marks), automated tick labels, and tick (or grid) lines.------ - A high 'Priority' (and thus inner), low-opacity frame, representing the data area of the chart.------ - A low priority (outer), transparent frame, providing some padding around the chart.-defaultHudOptions :: HudOptions-defaultHudOptions =- HudOptions- (FixedAspect 1.5)- [ (5, defaultAxisOptions),- (5, defaultAxisOptions & set #place PlaceLeft)- ]- [ (1, defaultFrameOptions),- (20, defaultFrameOptions & #buffer .~ 0.04)- ]- []- []---- | Decorate a ChartTree with HudOptions-addHud :: HudOptions -> ChartTree -> ChartTree-addHud ho cs =- runHudWith- (initialCanvas (view #chartAspect ho) cs)- db'- hs- (cs <> blank db')- where- (hs, db') = toHuds ho (singletonGuard $ view box' cs)---- | The initial canvas before applying Huds------ >>> initialCanvas (FixedAspect 1.5) (unnamed [RectChart defaultRectStyle [one]])--- Rect -0.75 0.75 -0.5 0.5-initialCanvas :: ChartAspect -> ChartTree -> Rect Double-initialCanvas (FixedAspect a) _ = aspect a-initialCanvas (CanvasAspect a) _ = aspect a-initialCanvas ChartAspect cs = singletonGuard $ view box' cs--priorities :: HudOptions -> [Priority]-priorities o =- (fst <$> view #axes o)- <> (fst <$> view #frames o)- <> (fst <$> view #legends o)- <> (fst <$> view #titles o)--lastPriority :: HudOptions -> Priority-lastPriority o = case priorities o of- [] -> 0- xs -> maximum xs---- | Make Huds and potential data box extension; from a HudOption and an initial data box.-toHuds :: HudOptions -> DataBox -> ([Hud], DataBox)-toHuds o db =- (,db''') $- (as' & fmap (uncurry Hud . second axis))- <> (view #frames o & fmap (uncurry Hud . second frameHud))- <> (view #legends o & fmap (uncurry Hud . second legend))- <> (view #titles o & fmap (uncurry Hud . second title))- <> [ fromEffect (lastPriority o + 1) $- applyChartAspect (view #chartAspect o)- ]- where- (as', db''') =- foldr- ( \a (as, db') ->- let (db'', a') = freezeTicks db' (snd a)- in (as <> [(fst a, a')], db'')- )- ([], db)- (view #axes o)--freezeTicks :: DataBox -> AxisOptions -> (DataBox, AxisOptions)-freezeTicks db a =- bimap- (\x -> placeRect (view #place a) x db)- (\x -> a & set (#ticks % #style) x)- (toTickPlaced (placeRange (view #place a) db) (view (#ticks % #style) a))---- | compute tick components given style, ranges and formatting-makePlacedTicks :: TickStyle -> Range Double -> ([(Double, Text)], Maybe (Range Double))-makePlacedTicks s r =- case s of- TickNone -> ([], Nothing)- TickRound f n e ->- ( zip- ticks0- (formatNs f ticks0),- bool (space1 ticks0) Nothing (e == NoTickExtend)- )- where- ticks0 = gridSensible OuterPos (e == NoTickExtend) r n- TickExact f n -> (zip ticks0 (formatNs f ticks0), Nothing)- where- ticks0 = grid OuterPos r n- TickLabels ls ->- ( zip- ( project (Range 0 (fromIntegral $ length ls)) r- <$> ((\x -> x - 0.5) . fromIntegral <$> [1 .. length ls])- )- ls,- Nothing- )- TickPlaced xs -> (xs, Nothing)--toTickPlaced :: Range Double -> TickStyle -> (Range Double, TickStyle)-toTickPlaced r t@TickRound {} = (fromMaybe r ext, TickPlaced ts)- where- (ts, ext) = makePlacedTicks t r-toTickPlaced r t = (r, t)--placeRect :: Place -> Range Double -> Rect Double -> Rect Double-placeRect pl' (Range a0 a1) (Rect x z y w) = case pl' of- PlaceRight -> Rect x z a0 a1- PlaceLeft -> Rect x z a0 a1- _ -> Rect a0 a1 y w--placeRange :: Place -> HudBox -> Range Double-placeRange pl (Rect x z y w) = case pl of- PlaceRight -> Range y w- PlaceLeft -> Range y w- _ -> Range x z--placeOrigin :: Place -> Double -> Point Double-placeOrigin pl x- | pl == PlaceTop || pl == PlaceBottom = Point x 0- | otherwise = Point 0 x--axis :: AxisOptions -> State HudChart ChartTree-axis a = do- t <- makeTick a- b <- maybe (pure mempty) (makeAxisBar (view #place a)) (view #bar a)- pure (group (Just "axis") [t, b])---- | alter a colour with a function-colourHudOptions :: (Colour -> Colour) -> HudOptions -> HudOptions-colourHudOptions f o =- o- & over #frames (fmap (second fFrame))- & over #titles (fmap (second (over (#style % #color) f)))- & over #axes (fmap (second fAxis))- & over #legends (fmap (second fLegend))- where- fAxis :: AxisOptions -> AxisOptions- fAxis a =- a- & over #bar (fmap (over (#style % #color) f))- & over- (#ticks % #gtick)- (fmap (first (over #color f . over #borderColor f)))- & over- (#ticks % #ttick)- (fmap (first (over #color f)))- & over- (#ticks % #ltick)- (fmap (first (over #color f)))- fLegend :: LegendOptions -> LegendOptions- fLegend a =- a- & over #textStyle (over #color f)- & over #frame (fmap (over #color f . over #borderColor f))- fFrame :: FrameOptions -> FrameOptions- fFrame a =- a- & over #frame (fmap (over #color f . over #borderColor f))---- | Placement of elements around (what is implicity but maybe shouldn't just be) a rectangular canvas-data Place- = PlaceLeft- | PlaceRight- | PlaceTop- | PlaceBottom- | PlaceAbsolute (Point Double)- deriving (Show, Eq, Generic)---- | textifier-placeText :: Place -> Text-placeText p =- case p of- PlaceTop -> "Top"- PlaceBottom -> "Bottom"- PlaceLeft -> "Left"- PlaceRight -> "Right"- PlaceAbsolute _ -> "Absolute"---- | axis options-data AxisOptions = AxisOptions- { bar :: Maybe AxisBar,- adjust :: Maybe Adjustments,- ticks :: Ticks,- place :: Place- }- deriving (Eq, Show, Generic)---- | The official axis-defaultAxisOptions :: AxisOptions-defaultAxisOptions = AxisOptions (Just defaultAxisBar) (Just defaultAdjustments) defaultTicks PlaceBottom---- | The bar on an axis representing the x or y plane.------ >>> defaultAxisBar--- AxisBar {style = RectStyle {borderSize = 0.0, borderColor = Colour 0.00 0.00 0.00 0.00, color = Colour 0.05 0.05 0.05 0.40}, size = 4.0e-3, buffer = 1.0e-2, overhang = 2.0e-3}-data AxisBar = AxisBar- { style :: RectStyle,- size :: Double,- buffer :: Double,- -- | extension over the edges of the axis range- overhang :: Double- }- deriving (Show, Eq, Generic)---- | The official axis bar-defaultAxisBar :: AxisBar-defaultAxisBar = AxisBar (RectStyle 0 transparent (set opac' 0.4 dark)) 0.004 0.01 0.002---- | Options for titles. Defaults to center aligned, and placed at Top of the hud------ >>> defaultTitle "title"--- Title {text = "title", style = TextStyle {size = 0.12, color = Colour 0.05 0.05 0.05 1.00, anchor = AnchorMiddle, hsize = 0.45, vsize = 1.1, vshift = -0.25, rotation = Nothing, scalex = ScaleX, frame = Nothing}, place = PlaceTop, anchor = AnchorMiddle, buffer = 4.0e-2}-data Title = Title- { text :: Text,- style :: TextStyle,- place :: Place,- anchor :: Anchor,- buffer :: Double- }- deriving (Show, Eq, Generic)---- | The official hud title-defaultTitle :: Text -> Title-defaultTitle txt =- Title- txt- ( defaultTextStyle- & #size .~ 0.12- )- PlaceTop- AnchorMiddle- 0.04---- | xy coordinate markings------ >>> defaultTicks--- Ticks {style = TickRound (FormatN {fstyle = FSCommaPrec, sigFigs = Just 1, maxDistinguishIterations = 4, addLPad = True, cutRightZeros = True}) 8 TickExtend, gtick = Just (GlyphStyle {size = 3.0e-2, color = Colour 0.05 0.05 0.05 0.40, borderColor = Colour 0.05 0.05 0.05 0.40, borderSize = 4.0e-3, shape = VLineGlyph, rotation = Nothing, translate = Nothing},3.0e-2), ttick = Just (TextStyle {size = 5.0e-2, color = Colour 0.05 0.05 0.05 1.00, anchor = AnchorMiddle, hsize = 0.45, vsize = 1.1, vshift = -0.25, rotation = Nothing, scalex = ScaleX, frame = Nothing},3.3e-2), ltick = Just (LineStyle {size = 5.0e-3, color = Colour 0.05 0.05 0.05 0.05, linecap = Nothing, linejoin = Nothing, dasharray = Nothing, dashoffset = Nothing},0.0)}-data Ticks = Ticks- { style :: TickStyle,- gtick :: Maybe (GlyphStyle, Double),- ttick :: Maybe (TextStyle, Double),- ltick :: Maybe (LineStyle, Double)- }- deriving (Show, Eq, Generic)---- | The official glyph tick-defaultGlyphTick :: GlyphStyle-defaultGlyphTick =- defaultGlyphStyle- & #borderSize .~ 0.004- & #shape .~ VLineGlyph- & #color .~ set opac' 0.4 dark- & #borderColor .~ set opac' 0.4 dark---- | The official text tick-defaultTextTick :: TextStyle-defaultTextTick =- defaultTextStyle & #size .~ 0.05---- | The official line tick-defaultLineTick :: LineStyle-defaultLineTick =- defaultLineStyle- & #size .~ 5.0e-3- & #color %~ set opac' 0.05---- | The official tick-defaultTicks :: Ticks-defaultTicks =- Ticks- defaultTickStyle- (Just (defaultGlyphTick, 0.03))- (Just (defaultTextTick, 0.033))- (Just (defaultLineTick, 0))---- | Style of tick marks on an axis.-data TickStyle- = -- | no ticks on axis- TickNone- | -- | specific labels (equidistant placement)- TickLabels [Text]- | -- | sensibly rounded ticks, a guide to how many, and whether to extend beyond the data bounding box- TickRound FormatN Int TickExtend- | -- | exactly n equally spaced ticks- TickExact FormatN Int- | -- | specific labels and placement- TickPlaced [(Double, Text)]- deriving (Show, Eq, Generic)---- | The official tick style------ >>> defaultTickStyle--- TickRound (FormatN {fstyle = FSCommaPrec, sigFigs = Just 1, maxDistinguishIterations = 4, addLPad = True, cutRightZeros = True}) 8 TickExtend-defaultTickStyle :: TickStyle-defaultTickStyle = TickRound (FormatN FSCommaPrec (Just 1) 4 True True) 8 TickExtend---- | textifier-tickStyleText :: TickStyle -> Text-tickStyleText TickNone = "TickNone"-tickStyleText TickLabels {} = "TickLabels"-tickStyleText TickRound {} = "TickRound"-tickStyleText TickExact {} = "TickExact"-tickStyleText TickPlaced {} = "TickPlaced"---- | Whether Ticks are allowed to extend the data range-data TickExtend = TickExtend | NoTickExtend deriving (Eq, Show, Generic)---- | options for prettifying axis decorations------ >>> defaultAdjustments--- Adjustments {maxXRatio = 8.0e-2, maxYRatio = 6.0e-2, angledRatio = 0.12, allowDiagonal = True}-data Adjustments = Adjustments- { maxXRatio :: Double,- maxYRatio :: Double,- angledRatio :: Double,- allowDiagonal :: Bool- }- deriving (Show, Eq, Generic)---- | The official hud adjustments.-defaultAdjustments :: Adjustments-defaultAdjustments = Adjustments 0.08 0.06 0.12 True---- | Legend options------ >>> defaultLegendOptions--- LegendOptions {size = 0.3, buffer = 0.1, vgap = 0.2, hgap = 0.1, textStyle = TextStyle {size = 0.18, color = Colour 0.05 0.05 0.05 1.00, anchor = AnchorMiddle, hsize = 0.45, vsize = 1.1, vshift = -0.25, rotation = Nothing, scalex = ScaleX, frame = Nothing}, innerPad = 0.1, outerPad = 2.0e-2, frame = Just (RectStyle {borderSize = 1.0e-2, borderColor = Colour 0.05 0.05 0.05 1.00, color = Colour 0.05 0.05 0.05 0.00}), place = PlaceRight, overallScale = 0.25, legendCharts = []}-data LegendOptions = LegendOptions- { size :: Double,- buffer :: Double,- vgap :: Double,- hgap :: Double,- textStyle :: TextStyle,- innerPad :: Double,- outerPad :: Double,- frame :: Maybe RectStyle,- place :: Place,- overallScale :: Double,- legendCharts :: [(Text, [Chart])]- }- deriving (Show, Eq, Generic)---- | The official legend options-defaultLegendOptions :: LegendOptions-defaultLegendOptions =- LegendOptions- 0.3- 0.1- 0.2- 0.1- ( defaultTextStyle- & #size .~ 0.18- )- 0.1- 0.02- (Just (RectStyle 0.01 (set opac' 1 dark) (set opac' 0 dark)))- PlaceRight- 0.25- []---- | flip an axis from being an X dimension to a Y one or vice-versa.-flipAxis :: AxisOptions -> AxisOptions-flipAxis ac = case ac ^. #place of- PlaceBottom -> ac & #place .~ PlaceLeft- PlaceTop -> ac & #place .~ PlaceRight- PlaceLeft -> ac & #place .~ PlaceBottom- PlaceRight -> ac & #place .~ PlaceTop- PlaceAbsolute _ -> ac---- | Options for hud frames------ >>> defaultFrameOptions--- FrameOptions {frame = Just (RectStyle {borderSize = 0.0, borderColor = Colour 0.00 0.00 0.00 0.00, color = Colour 1.00 1.00 1.00 0.02}), buffer = 0.0}-data FrameOptions = FrameOptions- { frame :: Maybe RectStyle,- buffer :: Double- }- deriving (Eq, Show, Generic)---- | The official hud frame-defaultFrameOptions :: FrameOptions-defaultFrameOptions = FrameOptions (Just (blob (grey 1 0.02))) 0---- | Make a frame hud transformation.-frameHud :: FrameOptions -> State HudChart ChartTree-frameHud o = do- hc <- get- let r = padRect (view #buffer o) <$> view hudStyleBox' hc- case r of- Nothing -> pure (unnamed [])- Just r' -> pure $ case view #frame o of- Nothing -> blank r'- Just rs -> named "frame" [RectChart rs [r']]--bar_ :: Place -> AxisBar -> CanvasBox -> HudBox -> Chart-bar_ pl b (Rect x z y w) (Rect x' z' y' w') =- RectChart (view #style b) $- case pl of- PlaceTop ->- [ Rect- (x - b ^. #overhang)- (z + b ^. #overhang)- (w' + b ^. #buffer)- (w' + b ^. #buffer + b ^. #size)- ]- PlaceBottom ->- [ Rect- (x - b ^. #overhang)- (z + b ^. #overhang)- (y' - b ^. #size - b ^. #buffer)- (y' - b ^. #buffer)- ]- PlaceLeft ->- [ Rect- (x' - b ^. #size - b ^. #buffer)- (x' - b ^. #buffer)- (y - b ^. #overhang)- (w + b ^. #overhang)- ]- PlaceRight ->- [ Rect- (z' + (b ^. #buffer))- (z' + (b ^. #buffer) + (b ^. #size))- (y - b ^. #overhang)- (w + b ^. #overhang)- ]- PlaceAbsolute (Point x'' _) ->- [ Rect- (x'' + (b ^. #buffer))- (x'' + (b ^. #buffer) + (b ^. #size))- (y - b ^. #overhang)- (w + b ^. #overhang)- ]--makeAxisBar :: Place -> AxisBar -> State HudChart ChartTree-makeAxisBar pl b = do- cb <- gets (view canvasBox')- hb <- gets (view hudStyleBox')- let c = bar_ pl b <$> cb <*> hb- pure $ named "axisbar" (maybeToList c)--title_ :: Title -> HudBox -> Chart-title_ t hb =- TextChart- (style' & #rotation .~ bool (Just rot) Nothing (rot == 0))- [(t ^. #text, addp (placePosTitle t hb) (alignPosTitle t hb))]- where- style'- | t ^. #anchor == AnchorStart =- #anchor .~ AnchorStart $ t ^. #style- | t ^. #anchor == AnchorEnd =- #anchor .~ AnchorEnd $ t ^. #style- | otherwise = t ^. #style- rot' = fromMaybe 0 (t ^. #style % #rotation)- rot- | t ^. #place == PlaceRight = pi / 2 + rot'- | t ^. #place == PlaceLeft = pi / 2 + rot'- | otherwise = rot'--placePosTitle :: Title -> HudBox -> Point Double-placePosTitle t (Rect x z y w) =- case t ^. #place of- PlaceTop -> Point ((x + z) / 2.0) (w - y' + (t ^. #buffer))- PlaceBottom -> Point ((x + z) / 2.0) (y - w' - (t ^. #buffer))- PlaceLeft -> Point (x + y' - (t ^. #buffer)) ((y + w) / 2.0)- PlaceRight -> Point (z + w' + (t ^. #buffer)) ((y + w) / 2.0)- PlaceAbsolute p -> p- where- (Rect _ _ y' w') = styleBoxText (view #style t) (view #text t) zero--alignPosTitle :: Title -> HudBox -> Point Double-alignPosTitle t (Rect x z y w)- | t ^. #anchor == AnchorStart- && (t ^. #place == PlaceTop || t ^. #place == PlaceBottom) =- Point ((x - z) / 2.0) 0.0- | t ^. #anchor == AnchorStart- && t ^. #place == PlaceLeft =- Point 0.0 ((y - w) / 2.0)- | t ^. #anchor == AnchorStart- && t ^. #place == PlaceRight =- Point 0.0 ((y - w) / 2.0)- | t ^. #anchor == AnchorEnd- && (t ^. #place == PlaceTop || t ^. #place == PlaceBottom) =- Point ((-x + z) / 2.0) 0.0- | t ^. #anchor == AnchorEnd- && t ^. #place == PlaceLeft =- Point 0.0 ((-y + w) / 2.0)- | t ^. #anchor == AnchorEnd- && t ^. #place == PlaceRight =- Point 0.0 ((-y + w) / 2.0)- | otherwise = Point 0.0 0.0---- | title append transformation.-title :: Title -> State HudChart ChartTree-title t = do- hb <- gets (view hudStyleBox')- pure $ named "title" (maybeToList $ title_ t <$> hb)--placePos :: Place -> Double -> HudBox -> Point Double-placePos pl b (Rect x z y w) = case pl of- PlaceTop -> Point 0 (w + b)- PlaceBottom -> Point 0 (y - b)- PlaceLeft -> Point (x - b) 0- PlaceRight -> Point (z + b) 0- PlaceAbsolute p -> p--placeRot :: Place -> Maybe Double-placeRot pl = case pl of- PlaceRight -> Just (pi / 2)- PlaceLeft -> Just (pi / 2)- _ -> Nothing--textPos :: Place -> TextStyle -> Double -> Point Double-textPos pl tt b = case pl of- PlaceTop -> Point 0 b- PlaceBottom -> Point 0 (-b - 0.5 * (tt ^. #vsize) * (tt ^. #size))- PlaceLeft ->- Point- (-b)- ((tt ^. #vshift) * (tt ^. #vsize) * (tt ^. #size))- PlaceRight ->- Point- b- ((tt ^. #vshift) * (tt ^. #vsize) * (tt ^. #size))- PlaceAbsolute p -> p--placeTextAnchor :: Place -> (TextStyle -> TextStyle)-placeTextAnchor pl- | pl == PlaceLeft = #anchor .~ AnchorEnd- | pl == PlaceRight = #anchor .~ AnchorStart- | otherwise = id--placeGridLines :: Place -> HudBox -> Double -> Double -> [Point Double]-placeGridLines pl (Rect x z y w) a b- | pl == PlaceTop || pl == PlaceBottom = [Point a (y - b), Point a (w + b)]- | otherwise = [Point (x - b) a, Point (z + b) a]---- | compute tick values and labels given options, ranges and formatting-ticksR :: TickStyle -> Range Double -> Range Double -> [(Double, Text)]-ticksR s d r =- case s of- TickNone -> []- TickRound f n e -> zip (project r d <$> ticks0) (formatNs f ticks0)- where- ticks0 = gridSensible OuterPos (e == NoTickExtend) r n- TickExact f n -> zip (project r d <$> ticks0) (formatNs f ticks0)- where- ticks0 = grid OuterPos r n- TickLabels ls ->- zip- ( project (Range 0 (fromIntegral $ length ls)) d- <$> ((\x -> x - 0.5) . fromIntegral <$> [1 .. length ls])- )- ls- TickPlaced xs -> zip (project r d . fst <$> xs) (snd <$> xs)---- | compute tick values in canvas space given placement, canvas box & data box-ticksPlacedCanvas :: TickStyle -> Place -> CanvasBox -> DataBox -> [(Double, Text)]-ticksPlacedCanvas ts pl cb db =- first (project (placeRange pl db) (placeRange pl cb))- <$> fst (makePlacedTicks ts (placeRange pl db))--tickGlyph_ :: Place -> (GlyphStyle, Double) -> TickStyle -> CanvasBox -> CanvasBox -> DataBox -> Maybe Chart-tickGlyph_ pl (g, b) ts sb cb db =- case l of- [] -> Nothing- l' -> Just $ GlyphChart (g & #rotation .~ placeRot pl) l'- where- l =- addp (placePos pl b sb) . placeOrigin pl- <$> fmap fst (ticksPlacedCanvas ts pl cb db)---- | aka marks-tickGlyph ::- Place ->- (GlyphStyle, Double) ->- TickStyle ->- State HudChart ChartTree-tickGlyph pl (g, b) ts = do- sb <- gets (view canvasStyleBox')- cb <- gets (view canvasBox')- db <- gets (view #dataBox)- let c = tickGlyph_ pl (g, b) ts <$> sb <*> cb <*> pure db- pure $ named "tickglyph" (catMaybes $ maybeToList c)--tickText_ ::- Place ->- (TextStyle, Double) ->- TickStyle ->- CanvasBox ->- CanvasBox ->- DataBox ->- Maybe Chart-tickText_ pl (txts, b) ts sb cb db =- case l of- [] -> Nothing- _ -> Just $ TextChart (placeTextAnchor pl txts) l- where- l =- swap . first (addp (addp (placePos pl b sb) (textPos pl txts b)) . placeOrigin pl)- <$> ticksPlacedCanvas ts pl cb db---- | aka tick labels-tickText ::- Place ->- (TextStyle, Double) ->- TickStyle ->- State HudChart ChartTree-tickText pl (txts, b) ts = do- sb <- gets (view canvasStyleBox')- cb <- gets (view canvasBox')- db <- gets (view #dataBox)- let c = tickText_ pl (txts, b) ts <$> sb <*> cb <*> pure db- pure $ named "ticktext" (catMaybes $ maybeToList c)---- | aka grid lines-tickLine ::- Place ->- (LineStyle, Double) ->- TickStyle ->- State HudChart ChartTree-tickLine pl (ls, b) ts = do- cb <- gets (view canvasBox')- db <- gets (view #dataBox)- case cb of- Nothing -> pure $ named "ticklines" []- Just cb' -> do- let l = (\x -> placeGridLines pl cb' x b) <$> fmap fst (ticksPlacedCanvas ts pl cb' db)- pure $ named "ticklines" (bool [LineChart ls l] [] (null l))---- | Create tick glyphs (marks), lines (grid) and text (labels)-applyTicks ::- Place ->- Ticks ->- State HudChart ChartTree-applyTicks pl t = do- g <- maybe (pure mempty) (\x -> tickGlyph pl x (t ^. #style)) (t ^. #gtick)- l <- maybe (pure mempty) (\x -> tickText pl x (t ^. #style)) (t ^. #ttick)- t' <- maybe (pure mempty) (\x -> tickLine pl x (t ^. #style)) (t ^. #ltick)- pure $ group (Just "ticks") [g, l, t']---- | adjust Tick for sane font sizes etc-adjustTicks ::- Adjustments ->- HudBox ->- DataBox ->- Place ->- Ticks ->- Ticks-adjustTicks (Adjustments mrx ma mry ad) vb cs pl t- | pl == PlaceBottom || pl == PlaceTop =- if ad- then- ( case adjustSizeX > 1 of- True ->- ( case pl of- PlaceBottom -> #ttick % _Just % _1 % #anchor .~ AnchorEnd- PlaceTop -> #ttick % _Just % _1 % #anchor .~ AnchorStart- _ -> #ttick % _Just % _1 % #anchor .~ AnchorEnd- )- . (#ttick % _Just % _1 % #size %~ (/ adjustSizeA))- $ (#ttick % _Just % _1 % #rotation ?~ pi / 4) t- False -> (#ttick % _Just % _1 % #size %~ (/ adjustSizeA)) t- )- else t & #ttick % _Just % _1 % #size %~ (/ adjustSizeX)- | otherwise -- pl `elem` [PlaceLeft, PlaceRight]- =- (#ttick % _Just % _1 % #size %~ (/ adjustSizeY)) t- where- max' [] = 1- max' xs = maximum xs- ra (Rect x z y w)- | pl == PlaceTop || pl == PlaceBottom = Range x z- | otherwise = Range y w- asp = ra vb- r = ra cs- tickl = snd <$> ticksR (t ^. #style) asp r- maxWidth :: Double- maxWidth =- maybe- 1- ( \tt ->- max' $- (\(Rect x z _ _) -> z - x)- . (\x -> styleBoxText (fst tt) x (Point 0 0))- <$> tickl- )- (t ^. #ttick)- maxHeight =- maybe- 1- ( \tt ->- max' $- (\(Rect _ _ y w) -> w - y)- . (\x -> styleBoxText (fst tt) x (Point 0 0))- <$> tickl- )- (t ^. #ttick)- adjustSizeX :: Double- adjustSizeX = max ((maxWidth / (upper asp - lower asp)) / mrx) 1- adjustSizeY = max ((maxHeight / (upper asp - lower asp)) / mry) 1- adjustSizeA = max ((maxHeight / (upper asp - lower asp)) / ma) 1--makeTick :: AxisOptions -> State HudChart ChartTree-makeTick c = do- hb <- gets (view hudBox')- db <- gets (view #dataBox)- case hb of- Nothing -> pure (named "ticks" [])- Just hb' -> do- let adjTick = maybe (c ^. #ticks) (\x -> adjustTicks x hb' db (c ^. #place) (c ^. #ticks)) (c ^. #adjust)- applyTicks (c ^. #place) adjTick---- | Make a legend from 'LegendOptions'-legend :: LegendOptions -> State HudChart ChartTree-legend o = legendHud o (legendChart o)---- | Make a legend hud element, from a bespoke ChartTree.-legendHud :: LegendOptions -> ChartTree -> State HudChart ChartTree-legendHud o lcs = do- sb <- gets (view hudStyleBox')- case sb of- Nothing -> pure (named "legend" [])- Just sb' -> pure $ placeLegend o sb' (over chart' (scaleChart (o ^. #overallScale)) lcs)--placeLegend :: LegendOptions -> HudBox -> ChartTree -> ChartTree-placeLegend o hb t =- case view styleBox' t of- Nothing -> named "legend" []- Just sb -> t & over chart' (moveChart (placeBeside_ (o ^. #place) (view #buffer o) hb sb))--placeBeside_ :: Place -> Double -> Rect Double -> Rect Double -> Point Double-placeBeside_ pl buff (Rect x z y w) (Rect x' z' y' w') =- case pl of- PlaceTop -> Point ((x + z) / 2.0) (buff + w + (w' - y') / 2.0)- PlaceBottom -> Point ((x + z) / 2.0) (y - buff - (w' - y'))- PlaceLeft -> Point (x - buff - (z' - x')) ((y + w) / 2.0)- PlaceRight -> Point (z + buff) ((y + w) / 2.0)- PlaceAbsolute p -> p---- | frame a legend-legendFrame :: LegendOptions -> ChartTree -> ChartTree-legendFrame l content' =- group (Just "legend") [named "legendBorder" borders, rename (Just "legendContent") content']- where- borders = [outer, inner] <> frame'- outer = padChart (view #outerPad l) [inner]- frame' = foldMap (\r -> [frameChart r 0 [inner]]) (view #frame l)- inner = padChart (view #innerPad l) (foldOf charts' content')---- | Make the contents portion of a legend-legendChart :: LegendOptions -> ChartTree-legendChart l = legendFrame l content'- where- content' =- vert- (l ^. #hgap)- ( ( \(t, a) ->- hori- ((l ^. #vgap) + twidth - gapwidth t)- (fmap unnamed [[t], a])- )- <$> es- )- es = reverse $ uncurry (legendEntry l) <$> view #legendCharts l- twidth = maybe zero (\(Rect _ z _ _) -> z) (styleBoxes (fst <$> es))- gapwidth t = maybe 0 (\(Rect _ z _ _) -> z) (sbox t)--legendText ::- LegendOptions ->- Text ->- Chart-legendText l t =- TextChart (l ^. #textStyle & #anchor .~ AnchorStart) [(t, zero)]--legendizeChart ::- LegendOptions ->- Chart ->- Chart-legendizeChart l c =- case c of- (RectChart rs _) -> RectChart rs [Rect 0 (l ^. #size) 0 (l ^. #size)]- (TextChart ts t) -> let txt = fromMaybe "text" (listToMaybe (fst <$> t)) in TextChart (ts & #size .~ (l ^. #size / fromIntegral (Text.length txt))) [(txt, Point (0.5 * l ^. #size) (0.33 * l ^. #size))]- (GlyphChart gs _) -> GlyphChart (gs & #size .~ (l ^. #size)) [Point (0.5 * l ^. #size) (0.33 * l ^. #size)]- (LineChart ls _) ->- LineChart- (ls & #size %~ (/ (l ^. #overallScale)))- [[Point 0 (1 * l ^. #size), Point (2 * l ^. #size) (1 * l ^. #size)]]- (PathChart ps _) ->- ( let cs =- singletonQuad- ( QuadPosition- (Point 0 0)- (Point (l ^. #size) (l ^. #size))- (Point (2 * l ^. #size) ((-1) * l ^. #size))- )- in PathChart (ps & #borderSize .~ (l ^. #size)) cs- )- (BlankChart _) -> BlankChart [Rect 0 (l ^. #size) 0 (l ^. #size)]--legendEntry ::- LegendOptions ->- Text ->- [Chart] ->- (Chart, [Chart])-legendEntry l t cs =- (legendText l t, cs & fmap (legendizeChart l))+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedLabels #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RebindableSyntax #-}++-- | A hud stands for <https://en.wikipedia.org/wiki/Head-up_display head-up display>, and is a collective noun used to name chart elements that assist in data interpretation or otherwise annotate and decorate data.+--+-- This includes axes, titles, borders, frames, background canvaii, tick marks and tick value labels.+module Chart.Hud+ ( -- * Hud+ Hud (..),+ Priority (..),+ ChartBox,+ DataBox,+ HudChart (..),+ HudChartSection (..),+ hudChartBox',++ -- * HudOptions+ HudOptions (..),+ defaultHudOptions,+ colourHudOptions,++ -- * Hud Processing+ toHuds,+ appendHud,+ makeHuds,+ fromHudChart,+ runHudWith,+ projectChartTreeWith,+ addHud,+ initialCanvas,+ finalCanvas,++ -- * Hud options+ AxisOptions (..),+ defaultXAxisOptions,+ defaultYAxisOptions,+ FrameOptions (..),+ defaultFrameOptions,+ Place (..),+ flipPlace,+ AxisBar (..),+ defaultAxisBar,+ TitleOptions (..),+ defaultTitleOptions,+ Ticks (..),+ TickStyle (..),+ defaultGlyphTickStyleX,+ defaultGlyphTickStyleY,+ defaultTextTick,+ defaultLineTick,+ defaultXTicks,+ defaultYTicks,+ Tick (..),+ defaultTick,+ TickExtend (..),+ formatN',+ numTicks',+ tickExtend',+ adjustTicks,+ Adjustments (..),+ defaultAdjustments,+ LegendOptions (..),+ defaultLegendOptions,++ -- * Convert Hud elements to charts+ axisHud,+ titleHud,+ frameHud,+ legendHud,+ )+where++import Chart.Data+import Chart.Primitive+import Chart.Style+import Data.Bifunctor+import Data.Bool+import Data.Colour+import Data.Foldable hiding (sum)+import Data.FormatN+import Data.List qualified as List+import Data.Maybe+import Data.Path+import Data.Text (Text)+import Data.Text qualified as Text+import Data.Tuple+import GHC.Generics hiding (to)+import NumHask.Prelude hiding (to)+import NumHask.Space+import Optics.Core++-- $setup+--+-- >>> :set -XOverloadedLabels+-- >>> :set -XOverloadedStrings+-- >>> import Chart+-- >>> import Optics.Core++-- * Hud++-- | The priority of a Hud element or transformation, lower value means higher priority.+--+-- Lower priority (higher values) huds will tend to be placed on the outside of a chart.+--+-- Hud elements are rendered in order from high to low priority and the positioning of hud elements can depend on the positioning of elements that have already been included. Equal priority values will be placed in the same process step.+--+-- The first example below, based in 'Chart.Examples.lineExample' but with the legend placed on the right and coloured frames to help accentuate effects, includes (in order of priority):+--+-- - an inner frame, representing the core data area of the chart (Priority 1)+--+-- - the axes (5)+--+-- - the titles (Priority 12)+--+-- - the legend (Priority 50)+--+-- - an outer frame which is transparent and used to pad out the chart (Priority 100).+--+-- > priorityv1Example = lineExample & (#hudOptions % #frames) .~ [(1, FrameOptions (Just defaultRectStyle) 0), (100, FrameOptions (Just (defaultRectStyle & #color .~ (palette1 4 & opac' .~ 0.05) & #borderColor .~ palette1 4)) 0.1)] & over (#hudOptions % #legends) (fmap (first (const (Priority 50)))) & #hudOptions % #legends %~ fmap (second (set #place PlaceRight))+--+-- +--+-- The second variation below drops the title priorities to below the legend:+--+-- > priorityv2Example = priorityv1Example & #hudOptions % #titles %~ fmap (first (const (Priority 51)))+--+-- +data Priority a = Priority {priority :: Double, item :: a} deriving (Eq, Ord, Show, Generic, Functor)++-- | Heads-up display additions to charts+newtype Hud = Hud {phud :: Priority (HudChart -> ChartTree)} deriving (Generic)++-- | Named pair type to track the split of Chart elements into Hud and Canvas+--+-- - charts: charts that form the canvas or data elements of the chart; the rectangular dimension which is considered to be the data representation space.+--+-- - hud: charts that form the Hud.+data HudChart = HudChart+ { chartSection :: ChartTree,+ hudSection :: ChartTree+ }+ deriving (Eq, Show, Generic)++-- | A type for Rect to represent the bounding box of a chart.+type ChartBox = Rect Double++-- | A type for Rect to represent the bounding box of the data.+type DataBox = Rect Double++-- | A section of a 'HudChart'+data HudChartSection+ = -- | The canvas without any style allowances+ CanvasSection+ | -- | The canvas portion including style boundaries.+ CanvasStyleSection+ | -- | The hud and canvas sections, not including style.+ HudSection+ | -- | The hud and canvas sections, including style+ HudStyleSection+ deriving (Eq, Show, Generic)++-- | The 'Rect' of a particular 'HudChartSection' of a 'HudChart'+hudChartBox' :: HudChartSection -> Getter HudChart (Maybe (Rect Double))+hudChartBox' CanvasSection = to (boxes . foldOf (#chartSection % charts'))+hudChartBox' CanvasStyleSection = to (styleBoxes . foldOf (#chartSection % charts'))+hudChartBox' HudSection = to (boxes . (\x -> foldOf (#chartSection % charts') x <> foldOf (#hudSection % charts') x))+hudChartBox' HudStyleSection = to (styleBoxes . (\x -> foldOf (#chartSection % charts') x <> foldOf (#hudSection % charts') x))++-- | Append a 'ChartTree' to the hud section of a 'HudChart'.+appendHud :: ChartTree -> HudChart -> HudChart+appendHud cs x =+ x & over #hudSection (<> cs)++-- | Add huds to the hud section of a 'HudChart', given a list of hud makers.+makeHuds :: [HudChart -> ChartTree] -> HudChart -> HudChart+makeHuds hs hc = over #hudSection (<> mconcat (fmap ($ hc) hs)) hc++-- | Convert a 'HudChart' to a 'ChartTree' labelling the hud and chart sections.+fromHudChart :: HudChart -> ChartTree+fromHudChart hc = group (Just "chart") [view #chartSection hc] <> group (Just "hud") [view #hudSection hc]++-- | Combine huds and charts to form a new Chart using the supplied initial canvas and data dimensions. Note that chart data is transformed by this computation (a linear type might be useful here).+runHudWith ::+ -- | initial canvas+ ChartBox ->+ -- | huds to add+ [Hud] ->+ -- | underlying chart+ ChartTree ->+ -- | integrated chart tree+ ChartTree+runHudWith cb hs cs =+ hs+ & List.sortOn (view (#phud % #priority))+ & List.groupBy (\a b -> view (#phud % #priority) a == view (#phud % #priority) b)+ & fmap (fmap (view (#phud % #item)))+ & foldl' (flip makeHuds) hc0+ & fromHudChart+ where+ hc0 =+ HudChart+ (cs & set styleBox' (Just cb))+ mempty++-- | Decorate a ChartTree with HudOptions+addHud :: ChartAspect -> HudOptions -> ChartTree -> ChartTree+addHud asp ho cs =+ runHudWith+ (initialCanvas asp (Just cs'))+ hs+ cs'+ where+ db = view safeBox' cs+ (mdb, hs) = toHuds ho db+ cs' = cs <> maybe mempty (\r -> bool (named "datapadding" [BlankChart defaultStyle [r]]) mempty (r == db)) mdb++-- | Compute a Rect representing the initial chart canvas from a 'ChartAspect' and maybe a 'ChartTree', before the addition of style and hud elements.+--+-- >>> initialCanvas (FixedAspect 1.5) (Just $ unnamed [RectChart defaultRectStyle [one]])+-- Rect (-0.75) 0.75 (-0.5) 0.5+initialCanvas :: ChartAspect -> Maybe ChartTree -> Rect Double+initialCanvas (FixedAspect a) _ = aspect a+initialCanvas (CanvasAspect a) _ = aspect a+initialCanvas ChartAspect cs = maybe one (aspect . ratio . view safeStyleBox') cs+initialCanvas UnscaledAspect cs = maybe one (view safeStyleBox') cs++-- | Compute a Rect representing the final chart canvas from a 'ChartAspect' and maybe a 'ChartTree'. The difference between 'initialCanvas' and finalCanvas is using the actual chart canvas for CanvasAspect.+--+-- >>> finalCanvas (CanvasAspect 1.5) (Just $ unnamed [RectChart defaultRectStyle [one]])+-- Rect (-0.5) 0.5 (-0.5) 0.5+finalCanvas :: ChartAspect -> Maybe ChartTree -> Rect Double+finalCanvas (FixedAspect a) _ = aspect a+finalCanvas (CanvasAspect a) Nothing = aspect a+finalCanvas (CanvasAspect _) cs = finalCanvas ChartAspect cs+finalCanvas ChartAspect cs = maybe one (aspect . ratio . view safeStyleBox') cs+finalCanvas UnscaledAspect cs = maybe one (view safeStyleBox') cs++-- | Add 'HudOptions' to a 'ChartTree' and scale to the 'ChartAspect'.+projectChartTreeWith :: ChartAspect -> HudOptions -> ChartTree -> ChartTree+projectChartTreeWith asp ho ct = ctFinal+ where+ csAndHud = addHud asp ho ct+ viewbox = finalCanvas asp (Just csAndHud)+ ctFinal = set styleBox' (Just viewbox) csAndHud++-- | Typical, configurable hud elements. Anything else can be hand-coded as a 'Hud'.+--+-- +data HudOptions = HudOptions+ { axes :: [Priority AxisOptions],+ frames :: [Priority FrameOptions],+ legends :: [Priority LegendOptions],+ titles :: [Priority TitleOptions]+ }+ deriving (Eq, Show, Generic)++instance Semigroup HudOptions where+ (<>) (HudOptions a c l t) (HudOptions a' c' l' t') =+ HudOptions (a <> a') (c <> c') (l <> l') (t <> t')++instance Monoid HudOptions where+ mempty = HudOptions [] [] [] []++-- | The official hud options.+--+-- - A fixed chart aspect (width:height) of 1.5+--+-- - An x axis at the bottom and y axis at the left.+--+-- - The default tick style for each axis of an axis bar, tick glyphs (or marks), automated tick labels, and tick (or grid) lines.+--+-- - A high 'Priority' (and thus inner), low-opacity frame, representing the data area of the chart.+--+-- - A low priority (outer), transparent frame, providing some padding around the chart.+defaultHudOptions :: HudOptions+defaultHudOptions =+ HudOptions+ [ Priority 5 defaultXAxisOptions,+ Priority 5 defaultYAxisOptions+ ]+ [ Priority 1 (defaultFrameOptions & set #anchorTo CanvasStyleSection),+ Priority 20 (defaultFrameOptions & set #buffer 0.04 & set #frame (Just clear))+ ]+ []+ []++-- | alter a colour with a function+colourHudOptions :: (Colour -> Colour) -> HudOptions -> HudOptions+colourHudOptions f o =+ o+ & over (#frames % each % #item) fFrame+ & over (#titles % each % #item % #style % #color) f+ & over (#axes % each % #item) fAxis+ & over (#legends % each % #item) fLegend+ where+ fAxis :: AxisOptions -> AxisOptions+ fAxis a =+ a+ & over (#axisBar %? #style % #color) f+ & over (#ticks % #glyphTick %? #style % #color) f+ & over (#ticks % #glyphTick %? #style % #borderColor) f+ & over (#ticks % #textTick %? #style % #color) f+ & over+ (#ticks % #lineTick %? #style % #color)+ f+ fLegend :: LegendOptions -> LegendOptions+ fLegend a =+ a+ & over #textStyle (over #color f)+ & over #frame (fmap (over #color f . over #borderColor f))+ fFrame :: FrameOptions -> FrameOptions+ fFrame a =+ a+ & over (#frame % _Just) (over #color f . over #borderColor f)++-- | Placement of elements around (what is implicity but maybe shouldn't just be) a rectangular canvas+data Place+ = PlaceLeft+ | PlaceRight+ | PlaceTop+ | PlaceBottom+ | PlaceAbsolute (Point Double)+ deriving (Show, Eq, Generic)++-- | Flip Place to the opposite side, or unchanged if 'PlaceAbsolute'.+--+-- >>> flipPlace PlaceLeft+-- PlaceRight+flipPlace :: Place -> Place+flipPlace PlaceLeft = PlaceRight+flipPlace PlaceRight = PlaceLeft+flipPlace PlaceTop = PlaceBottom+flipPlace PlaceBottom = PlaceTop+flipPlace x = x++-- | axis options+data AxisOptions = AxisOptions+ { axisBar :: Maybe AxisBar,+ adjustments :: Maybe Adjustments,+ ticks :: Ticks,+ place :: Place+ }+ deriving (Eq, Show, Generic)++-- | The official X-axis+defaultXAxisOptions :: AxisOptions+defaultXAxisOptions = AxisOptions (Just defaultAxisBar) (Just defaultAdjustments) defaultXTicks PlaceBottom++-- | The official Y-axis+defaultYAxisOptions :: AxisOptions+defaultYAxisOptions = AxisOptions (Just defaultAxisBar) (Just defaultAdjustments) defaultYTicks PlaceLeft++-- | The bar on an axis representing the x or y plane.+--+-- >>> defaultAxisBar+-- AxisBar {style = Style {size = 6.0e-2, borderSize = 0.0, color = Colour 0.05 0.05 0.05 0.40, borderColor = Colour 0.00 0.00 0.00 0.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}, size = 4.0e-3, buffer = 1.0e-2, overhang = 2.0e-3, anchorTo = CanvasSection}+data AxisBar = AxisBar+ { style :: Style,+ size :: Double,+ buffer :: Double,+ -- | extension over the edges of the axis range+ overhang :: Double,+ -- | Which hud-chart section to anchor to+ anchorTo :: HudChartSection+ }+ deriving (Show, Eq, Generic)++-- | The official axis bar+defaultAxisBar :: AxisBar+defaultAxisBar = AxisBar (defaultRectStyle & set #borderSize 0 & set #borderColor transparent & set #color (set opac' 0.4 dark)) 0.004 0.01 0.002 CanvasSection++-- | Options for titles. Defaults to center aligned, and placed at Top of the hud+--+-- >>> defaultTitleOptions "title"+-- TitleOptions {text = "title", style = Style {size = 0.12, borderSize = 1.0e-2, color = Colour 0.05 0.05 0.05 1.00, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}, place = PlaceTop, anchor = AnchorMiddle, buffer = 4.0e-2}+data TitleOptions = TitleOptions+ { text :: Text,+ style :: Style,+ place :: Place,+ anchor :: Anchor,+ buffer :: Double+ }+ deriving (Show, Eq, Generic)++-- | The official hud title+defaultTitleOptions :: Text -> TitleOptions+defaultTitleOptions txt =+ TitleOptions+ txt+ ( defaultTextStyle+ & set #size 0.12+ )+ PlaceTop+ AnchorMiddle+ 0.04++-- | axis tick markings+--+-- >>> defaultXTicks+-- Ticks {tick = TickRound (FormatN {fstyle = FSCommaPrec, sigFigs = Just 1, maxDistinguishIterations = 4, addLPad = True, cutRightZeros = True}) 5 TickExtend, glyphTick = Just (TickStyle {style = Style {size = 3.0e-2, borderSize = 4.0e-3, color = Colour 0.05 0.05 0.05 0.40, borderColor = Colour 0.05 0.05 0.05 0.40, scaleP = ScalePY, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = VLineGlyph}, anchorTo = CanvasSection, buffer = 1.0e-2}), textTick = Just (TickStyle {style = Style {size = 4.0e-2, borderSize = 1.0e-2, color = Colour 0.05 0.05 0.05 1.00, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}, anchorTo = HudStyleSection, buffer = 1.0e-2}), lineTick = Just (TickStyle {style = Style {size = 5.0e-3, borderSize = 1.0e-2, color = Colour 0.05 0.05 0.05 0.05, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}, anchorTo = CanvasSection, buffer = 0.0})}+data Ticks = Ticks+ { tick :: Tick,+ glyphTick :: Maybe TickStyle,+ textTick :: Maybe TickStyle,+ lineTick :: Maybe TickStyle+ }+ deriving (Show, Eq, Generic)++-- | Common elements across all tick types.+data TickStyle = TickStyle+ { style :: Style,+ anchorTo :: HudChartSection,+ buffer :: Double+ }+ deriving (Show, Eq, Generic)++-- | The official glyph tick+defaultGlyphTickStyleX :: TickStyle+defaultGlyphTickStyleX =+ TickStyle+ ( defaultGlyphStyle+ & set #borderSize 0.004+ & set #glyphShape VLineGlyph+ & set #color (set opac' 0.4 dark)+ & set #borderColor (set opac' 0.4 dark)+ & set #scaleP ScalePY+ )+ CanvasSection+ 0.01++-- | The official glyph tick+defaultGlyphTickStyleY :: TickStyle+defaultGlyphTickStyleY =+ TickStyle+ ( defaultGlyphStyle+ & set #borderSize 0.004+ & set #glyphShape HLineGlyph+ & set #color (set opac' 0.4 dark)+ & set #borderColor (set opac' 0.4 dark)+ & set #scaleP ScalePX+ )+ CanvasSection+ 0.01++-- | The official text tick+defaultTextTick :: TickStyle+defaultTextTick =+ TickStyle+ (defaultTextStyle & set #size 0.04)+ HudStyleSection+ 0.01++-- | The official line tick+defaultLineTick :: TickStyle+defaultLineTick =+ TickStyle+ ( defaultLineStyle+ & set #size 5.0e-3+ & set (#color % opac') 0.05+ )+ CanvasSection+ 0++-- | The official X-axis tick+defaultXTicks :: Ticks+defaultXTicks =+ Ticks+ defaultTick+ (Just defaultGlyphTickStyleX)+ (Just defaultTextTick)+ (Just defaultLineTick)++-- | The official Y-axis tick+defaultYTicks :: Ticks+defaultYTicks =+ Ticks+ defaultTick+ (Just defaultGlyphTickStyleY)+ (Just defaultTextTick)+ (Just defaultLineTick)++-- | Style of tick marks on an axis.+data Tick+ = -- | no ticks on axis+ TickNone+ | -- | specific labels (equidistant placement)+ TickLabels [Text]+ | -- | sensibly rounded ticks, a guide to how many, and whether to extend beyond the data bounding box+ TickRound FormatN Int TickExtend+ | -- | exactly n equally spaced ticks+ TickExact FormatN Int+ | -- | specific labels and placement+ TickPlaced [(Double, Text)]+ deriving (Show, Eq, Generic)++-- | Lens between a FormatN and a Tick.+formatN' :: Lens' Tick (Maybe FormatN)+formatN' =+ lens formatN_ reformatN_++formatN_ :: Tick -> Maybe FormatN+formatN_ = \case+ TickRound f _ _ -> Just f+ TickExact f _ -> Just f+ _ -> Nothing++reformatN_ :: Tick -> Maybe FormatN -> Tick+reformatN_ ts Nothing = ts+reformatN_ (TickRound _ n e) (Just f) = TickRound f n e+reformatN_ (TickExact _ n) (Just f) = TickExact f n+reformatN_ ts _ = ts++-- | Lens between number of ticks and a Tick.+--+-- Only for TickRound and TickExact+numTicks' :: Lens' Tick (Maybe Int)+numTicks' =+ lens numTicks_ renumTicks_++numTicks_ :: Tick -> Maybe Int+numTicks_ = \case+ TickRound _ n _ -> Just n+ TickExact _ n -> Just n+ _ -> Nothing++renumTicks_ :: Tick -> Maybe Int -> Tick+renumTicks_ ts Nothing = ts+renumTicks_ (TickRound f _ e) (Just n) = TickRound f n e+renumTicks_ (TickExact f _) (Just n) = TickExact f n+renumTicks_ ts _ = ts++-- | Lens between a FormatN and a Tick.+tickExtend' :: Lens' Tick (Maybe TickExtend)+tickExtend' =+ lens tickExtend_ tickReExtend_++tickExtend_ :: Tick -> Maybe TickExtend+tickExtend_ = \case+ TickRound _ _ e -> Just e+ _ -> Nothing++tickReExtend_ :: Tick -> Maybe TickExtend -> Tick+tickReExtend_ ts Nothing = ts+tickReExtend_ (TickRound f n _) (Just e) = TickRound f n e+tickReExtend_ ts _ = ts++-- | The official tick style+--+-- >>> defaultTick+-- TickRound (FormatN {fstyle = FSCommaPrec, sigFigs = Just 1, maxDistinguishIterations = 4, addLPad = True, cutRightZeros = True}) 5 TickExtend+defaultTick :: Tick+defaultTick = TickRound (FormatN FSCommaPrec (Just 1) 4 True True) 5 TickExtend++-- | Whether Ticks are allowed to extend the data range+data TickExtend = TickExtend | NoTickExtend deriving (Eq, Show, Generic)++-- | options for prettifying axis decorations+--+-- >>> defaultAdjustments+-- Adjustments {maxXRatio = 8.0e-2, maxYRatio = 6.0e-2, angledRatio = 0.12, allowDiagonal = True}+data Adjustments = Adjustments+ { maxXRatio :: Double,+ maxYRatio :: Double,+ angledRatio :: Double,+ allowDiagonal :: Bool+ }+ deriving (Show, Eq, Generic)++-- | The official hud adjustments.+defaultAdjustments :: Adjustments+defaultAdjustments = Adjustments 0.08 0.06 0.12 True++-- | Legend options+--+-- >>> defaultLegendOptions+-- LegendOptions {legendSize = 0.3, buffer = 0.1, vgap = 0.2, hgap = 0.1, textStyle = Style {size = 0.16, borderSize = 1.0e-2, color = Colour 0.05 0.05 0.05 1.00, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}, innerPad = 0.1, outerPad = 2.0e-2, frame = Just (Style {size = 6.0e-2, borderSize = 5.0e-3, color = Colour 0.05 0.05 0.05 0.00, borderColor = Colour 0.05 0.05 0.05 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}), place = PlaceRight, scaleChartsBy = 0.25, scaleP = ScalePX, legendCharts = []}+data LegendOptions = LegendOptions+ { legendSize :: Double,+ buffer :: Double,+ vgap :: Double,+ hgap :: Double,+ textStyle :: Style,+ innerPad :: Double,+ outerPad :: Double,+ frame :: Maybe Style,+ place :: Place,+ scaleChartsBy :: Double,+ scaleP :: ScaleP,+ legendCharts :: [(Text, [Chart])]+ }+ deriving (Show, Eq, Generic)++-- | The official legend options+defaultLegendOptions :: LegendOptions+defaultLegendOptions =+ LegendOptions+ 0.3+ 0.1+ 0.2+ 0.1+ (defaultTextStyle & set #size 0.16)+ 0.1+ 0.02+ (Just (defaultRectStyle & set #borderSize 0.005 & set #borderColor (set opac' 1 dark) & set #color (set opac' 0 dark)))+ PlaceRight+ 0.25+ ScalePX+ []++-- | Options for hud frames+--+-- >>> defaultFrameOptions+-- FrameOptions {frame = Just (Style {size = 6.0e-2, borderSize = 0.0, color = Colour 1.00 1.00 1.00 0.02, borderColor = Colour 0.00 0.00 0.00 0.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}), anchorTo = HudStyleSection, buffer = 0.0}+data FrameOptions = FrameOptions+ { frame :: Maybe Style,+ anchorTo :: HudChartSection,+ buffer :: Double+ }+ deriving (Eq, Show, Generic)++-- | The official hud frame+defaultFrameOptions :: FrameOptions+defaultFrameOptions = FrameOptions (Just (blob (grey 1 0.02))) HudStyleSection 0++-- * Huds++-- | Make Huds and potential data box extension; from a HudOption and an initial data box.+toHuds :: HudOptions -> DataBox -> (Maybe DataBox, [Hud])+toHuds o db =+ (mdb,) $+ fmap Hud $+ (as' & fmap (over #item (`axisHud` db')))+ <> (view #frames o & fmap (over #item frameHud))+ <> (view #legends o & fmap (over #item legendHud))+ <> (view #titles o & fmap (over #item titleHud))+ where+ (mdb, as') = freezeAxes db (view #axes o)+ db' = fromMaybe db mdb++freezeAxes :: DataBox -> [Priority AxisOptions] -> (Maybe DataBox, [Priority AxisOptions])+freezeAxes db0 =+ foldr+ ( \ao (dbm, as') ->+ let (dbm', ao') = freezeTicks (fromMaybe db0 dbm) (view #item ao)+ in (dbm', as' <> [ao & set #item ao'])+ )+ (Nothing, [])++freezeTicks :: DataBox -> AxisOptions -> (Maybe DataBox, AxisOptions)+freezeTicks db a =+ bimap+ (fmap (\x -> placeRect (view #place a) x db))+ (\x -> a & set (#ticks % #tick) x)+ (placeTicks (placeRange (view #place a) db) (view (#ticks % #tick) a))++placeRect :: Place -> Range Double -> Rect Double -> Rect Double+placeRect pl' (Range a0 a1) (Rect x z y w) = case pl' of+ PlaceRight -> Rect x z a0 a1+ PlaceLeft -> Rect x z a0 a1+ _ -> Rect a0 a1 y w++placeRange :: Place -> ChartBox -> Range Double+placeRange pl (Rect x z y w) = case pl of+ PlaceRight -> Range y w+ PlaceLeft -> Range y w+ _ -> Range x z++placeTicks :: Range Double -> Tick -> (Maybe (Range Double), Tick)+placeTicks r t@TickRound {} = (rExtended, TickPlaced tPlaced)+ where+ (rExtended, tPlaced) = makePlacedTicks r t+placeTicks _ t = (Nothing, t)++-- | compute tick components given style, ranges and formatting+makePlacedTicks :: Range Double -> Tick -> (Maybe (Range Double), [(Double, Text)])+makePlacedTicks r s =+ case s of+ TickNone -> (Nothing, [])+ TickRound f n e ->+ ( bool (space1 ticks0) Nothing (e == NoTickExtend),+ zip ticks0 (formatNs f ticks0)+ )+ where+ ticks0 = gridSensible OuterPos (e == NoTickExtend) r n+ TickExact f n -> (Nothing, zip ticks0 (formatNs f ticks0))+ where+ ticks0 = grid OuterPos r n+ TickLabels ls ->+ ( Nothing,+ zip+ ( project (Range 0 (fromIntegral $ length ls)) r+ <$> ((\x -> x - 0.5) . fromIntegral <$> [1 .. length ls])+ )+ ls+ )+ TickPlaced xs -> (Nothing, xs)++-- | Create an axis.+axisHud :: AxisOptions -> DataBox -> HudChart -> ChartTree+axisHud a db hc = group (Just "axis") [b, t]+ where+ b = maybe mempty (\x -> axisBarHud (view #place a) x hc) (view #axisBar a)+ t = tickHud a db (appendHud b hc)++axisBarHud :: Place -> AxisBar -> HudChart -> ChartTree+axisBarHud pl b hc = maybe mempty (named "axisbar" . pure) c+ where+ canvasBox = view (hudChartBox' CanvasSection) hc+ anchoredBox = view (hudChartBox' (view #anchorTo b)) hc+ c = bar_ pl b <$> canvasBox <*> anchoredBox++bar_ :: Place -> AxisBar -> Rect Double -> Rect Double -> Chart+bar_ pl b (Rect x z y w) (Rect x' z' y' w') =+ Chart (view #style b) . RectData $+ case pl of+ PlaceTop ->+ [ Rect+ (x - view #overhang b)+ (z + view #overhang b)+ (w' + view #buffer b)+ (w' + view #buffer b + view #size b)+ ]+ PlaceBottom ->+ [ Rect+ (x - view #overhang b)+ (z + view #overhang b)+ (y' - view #size b - view #buffer b)+ (y' - view #buffer b)+ ]+ PlaceLeft ->+ [ Rect+ (x' - view #size b - view #buffer b)+ (x' - view #buffer b)+ (y - view #overhang b)+ (w + view #overhang b)+ ]+ PlaceRight ->+ [ Rect+ (z' + view #buffer b)+ (z' + view #buffer b + view #size b)+ (y - view #overhang b)+ (w + view #overhang b)+ ]+ PlaceAbsolute (Point x'' _) ->+ [ Rect+ (x'' + view #buffer b)+ (x'' + view #buffer b + view #size b)+ (y - view #overhang b)+ (w + view #overhang b)+ ]++-- * tick hud creation++tickHud :: AxisOptions -> DataBox -> HudChart -> ChartTree+tickHud ao db hc = maybe mempty ts (view (hudChartBox' HudStyleSection) hc)+ where+ ts b = applyTicks (view #place ao) (adjTick b) db hc+ adjTick b = maybe (view #ticks ao) (\x -> adjustTicks x b db (view #place ao) (view #ticks ao)) (view #adjustments ao)++-- | Create tick glyphs (marks), lines (grid) and text (labels)+applyTicks ::+ Place ->+ Ticks ->+ DataBox ->+ HudChart ->+ ChartTree+applyTicks pl t db hc = group (Just "ticks") [lt, gt, tt]+ where+ lt = maybe mempty (\x -> tickLine pl x (view #tick t) db hc) (view #lineTick t)+ gt = maybe mempty (\x -> tickGlyph pl x (view #tick t) db hc) (view #glyphTick t)+ tt = maybe mempty (\x -> tickText pl x (view #tick t) db (appendHud gt hc)) (view #textTick t)++-- | adjust Tick for sane font sizes etc+adjustTicks ::+ Adjustments ->+ ChartBox ->+ DataBox ->+ Place ->+ Ticks ->+ Ticks+adjustTicks (Adjustments mrx ma mry ad) vb cs pl t+ | pl == PlaceBottom || pl == PlaceTop =+ if ad+ then+ ( if adjustSizeX > 1+ then+ ( case pl of+ PlaceBottom -> set (#textTick %? #style % #anchor) AnchorEnd+ PlaceTop -> set (#textTick %? #style % #anchor) AnchorStart+ _ -> set (#textTick %? #style % #anchor) AnchorEnd+ )+ . over (#textTick %? #style % #size) (/ adjustSizeA)+ $ (#textTick %? #style % #rotation ?~ pi / 4) t+ else over (#textTick %? #style % #size) (/ adjustSizeA) t+ )+ else t & over (#textTick %? #style % #size) (/ adjustSizeX)+ | otherwise -- pl `elem` [PlaceLeft, PlaceRight]+ =+ over (#textTick %? #style % #size) (/ adjustSizeY) t+ where+ max' [] = 1+ max' xs = maximum xs+ ra (Rect x z y w)+ | pl == PlaceTop || pl == PlaceBottom = Range x z+ | otherwise = Range y w+ asp = ra vb+ r = ra cs+ tickl = snd <$> ticksR (view #tick t) asp r+ maxWidth :: Double+ maxWidth =+ maybe+ 1+ ( \tt ->+ max' $+ (\(Rect x z _ _) -> z - x)+ . (\x -> styleBoxText (view #style tt) x (Point 0 0))+ <$> tickl+ )+ (view #textTick t)+ maxHeight =+ maybe+ 1+ ( \tt ->+ max' $+ (\(Rect _ _ y w) -> w - y)+ . (\x -> styleBoxText (view #style tt) x (Point 0 0))+ <$> tickl+ )+ (view #textTick t)++ adjustSizeX :: Double+ adjustSizeX = max (maxWidth / (upper asp - lower asp) / mrx) 1+ adjustSizeY = max (maxHeight / (upper asp - lower asp) / mry) 1+ adjustSizeA = max (maxHeight / (upper asp - lower asp) / ma) 1++-- | compute tick values and labels given options, ranges and formatting+ticksR :: Tick -> Range Double -> Range Double -> [(Double, Text)]+ticksR s d r =+ case s of+ TickNone -> []+ TickRound f n e -> zip (project r d <$> ticks0) (formatNs f ticks0)+ where+ ticks0 = gridSensible OuterPos (e == NoTickExtend) r n+ TickExact f n -> zip (project r d <$> ticks0) (formatNs f ticks0)+ where+ ticks0 = grid OuterPos r n+ TickLabels ls ->+ zip+ ( project (Range 0 (fromIntegral $ length ls)) d+ <$> ((\x -> x - 0.5) . fromIntegral <$> [1 .. length ls])+ )+ ls+ TickPlaced xs -> zip (project r d . fst <$> xs) (snd <$> xs)++-- | aka marks+tickGlyph ::+ Place ->+ TickStyle ->+ Tick ->+ DataBox ->+ HudChart ->+ ChartTree+tickGlyph pl s ts db hc = maybe mempty (named "tickglyph" . pure) c+ where+ anchorBox = view (hudChartBox' (view #anchorTo s)) hc+ canvasBox = view (hudChartBox' CanvasSection) hc+ c = case (canvasBox, anchorBox) of+ (Just cb, Just ab) -> Just $ Chart (view #style s) (GlyphData ps)+ where+ ps = placePosTick pl (view #buffer s) ab bb . fst <$> ticksPlacedCanvas ts pl cb db+ bb = fromMaybe zero $ sbox (Chart (view #style s) (GlyphData [zero]))+ _ -> Nothing++placePosTick :: Place -> Double -> ChartBox -> Rect Double -> Double -> Point Double+placePosTick pl b (Rect x z y w) (Rect x' z' y' w') pos = case pl of+ PlaceTop -> Point pos (w + b - y')+ PlaceBottom -> Point pos (y - b - w')+ PlaceLeft -> Point (x - b - z') pos+ PlaceRight -> Point (z + b - x') pos+ PlaceAbsolute p -> p + Point 0 pos++-- | compute tick positions and string values in canvas space given placement, the canvas box & data box+ticksPlacedCanvas :: Tick -> Place -> ChartBox -> DataBox -> [(Double, Text)]+ticksPlacedCanvas ts pl cb db =+ first (project (placeRange pl db) (placeRange pl cb))+ <$> snd (makePlacedTicks (placeRange pl db) ts)++-- | aka tick labels+tickText ::+ Place ->+ TickStyle ->+ Tick ->+ DataBox ->+ HudChart ->+ ChartTree+tickText pl s ts db hc = maybe mempty (named "ticktext" . maybeToList) c+ where+ anchorBox = view (hudChartBox' (view #anchorTo s)) hc+ cb = view (hudChartBox' CanvasSection) hc+ c = tickText_ pl s ts <$> anchorBox <*> cb <*> pure db++tickText_ ::+ Place ->+ TickStyle ->+ Tick ->+ ChartBox ->+ ChartBox ->+ DataBox ->+ Maybe Chart+tickText_ pl s ts sb cb db =+ case l of+ [] -> Nothing+ _ -> Just $ Chart (placeTextAnchor pl (view #style s)) (TextData l)+ where+ l =+ swap . first (addp (addp (placePos pl (view #buffer s) sb) (textPos pl (view #style s) (view #buffer s))) . placeOrigin pl)+ <$> ticksPlacedCanvas ts pl cb db++placeOrigin :: Place -> Double -> Point Double+placeOrigin pl x+ | pl == PlaceTop || pl == PlaceBottom = Point x 0+ | otherwise = Point 0 x++-- | aka grid lines+tickLine ::+ Place ->+ TickStyle ->+ Tick ->+ DataBox ->+ HudChart ->+ ChartTree+tickLine pl s ts db hc =+ case cb of+ Nothing -> mempty+ Just cb' ->+ let l = (\x -> placeGridLines pl cb' x (view #buffer s)) <$> fmap fst (ticksPlacedCanvas ts pl cb' db)+ in bool (named "ticklines" [Chart (view #style s) (LineData l)]) mempty (null l)+ where+ cb = view (hudChartBox' (view #anchorTo s)) hc++placeGridLines :: Place -> ChartBox -> Double -> Double -> [Point Double]+placeGridLines pl (Rect x z y w) a b+ | pl == PlaceTop || pl == PlaceBottom = [Point a (y - b), Point a (w + b)]+ | otherwise = [Point (x - b) a, Point (z + b) a]++-- | title append transformation.+titleHud :: TitleOptions -> HudChart -> ChartTree+titleHud t hc = maybe mempty ((named "title" . pure) . title_ t) hb+ where+ hb = view (hudChartBox' HudStyleSection) hc++title_ :: TitleOptions -> ChartBox -> Chart+title_ t hb =+ Chart+ (style' & set #rotation (bool (Just rot) Nothing (rot == 0)))+ (TextData [(view #text t, addp (placePosTitle t hb) (alignPosTitle t hb))])+ where+ style'+ | view #anchor t == AnchorStart =+ set #anchor AnchorStart $ view #style t+ | view #anchor t == AnchorEnd =+ set #anchor AnchorEnd $ view #style t+ | otherwise = view #style t+ rot' = fromMaybe 0 (view (#style % #rotation) t)+ rot+ | view #place t == PlaceRight = pi / 2 + rot'+ | view #place t == PlaceLeft = pi / 2 + rot'+ | otherwise = rot'++placePosTitle :: TitleOptions -> ChartBox -> Point Double+placePosTitle t (Rect x z y w) =+ case view #place t of+ PlaceTop -> Point ((x + z) / 2.0) (w - y' + view #buffer t)+ PlaceBottom -> Point ((x + z) / 2.0) (y - w' - view #buffer t)+ PlaceLeft -> Point (x + y' - view #buffer t) ((y + w) / 2.0)+ PlaceRight -> Point (z + w' + view #buffer t) ((y + w) / 2.0)+ PlaceAbsolute p -> p+ where+ (Rect _ _ y' w') = styleBoxText (view #style t) (view #text t) zero++alignPosTitle :: TitleOptions -> ChartBox -> Point Double+alignPosTitle t (Rect x z y w)+ | view #anchor t == AnchorStart+ && (view #place t == PlaceTop || view #place t == PlaceBottom) =+ Point ((x - z) / 2.0) 0.0+ | view #anchor t == AnchorStart+ && view #place t == PlaceLeft =+ Point 0.0 ((y - w) / 2.0)+ | view #anchor t == AnchorStart+ && view #place t == PlaceRight =+ Point 0.0 ((y - w) / 2.0)+ | view #anchor t == AnchorEnd+ && (view #place t == PlaceTop || view #place t == PlaceBottom) =+ Point ((-x + z) / 2.0) 0.0+ | view #anchor t == AnchorEnd+ && view #place t == PlaceLeft =+ Point 0.0 ((-y + w) / 2.0)+ | view #anchor t == AnchorEnd+ && view #place t == PlaceRight =+ Point 0.0 ((-y + w) / 2.0)+ | otherwise = Point 0.0 0.0++placePos :: Place -> Double -> ChartBox -> Point Double+placePos pl b (Rect x z y w) = case pl of+ PlaceTop -> Point 0 (w + b)+ PlaceBottom -> Point 0 (y - b)+ PlaceLeft -> Point (x - b) 0+ PlaceRight -> Point (z + b) 0+ PlaceAbsolute p -> p++textPos :: Place -> Style -> Double -> Point Double+textPos pl tt b = case pl of+ PlaceTop -> Point 0 (b - view #vshift tt * view #vsize tt * view #size tt)+ PlaceBottom -> Point 0 (-b - view #vshift tt * view #vsize tt * view #size tt - view #vsize tt * view #size tt)+ PlaceLeft ->+ Point+ (-b)+ (view #vshift tt * view #vsize tt * view #size tt)+ PlaceRight ->+ Point+ b+ (view #vshift tt * view #vsize tt * view #size tt)+ PlaceAbsolute p -> p++placeTextAnchor :: Place -> (Style -> Style)+placeTextAnchor pl+ | pl == PlaceLeft = set #anchor AnchorEnd+ | pl == PlaceRight = set #anchor AnchorStart+ | otherwise = id++-- | Make a frame hud transformation.+frameHud :: FrameOptions -> HudChart -> ChartTree+frameHud o hc =+ case r of+ Nothing -> mempty+ Just r' -> case view #frame o of+ Nothing -> named "frame" [Chart defaultStyle (BlankData [r'])]+ Just rs -> named "frame" [Chart rs (RectData [r'])]+ where+ r = padRect (view #buffer o) <$> view (hudChartBox' (view #anchorTo o)) hc++-- | Make a legend from 'LegendOptions' given an existing 'HudChart'+legendHud :: LegendOptions -> HudChart -> ChartTree+legendHud o hc = maybe mempty (\b -> placeLegend_ o b (over chart' (scaleChart (view #scaleChartsBy o)) lcs)) (view (hudChartBox' HudStyleSection) hc)+ where+ lcs = legendChart o & set (charts' % each % #chartStyle % #scaleP) (view #scaleP o)++placeLegend_ :: LegendOptions -> ChartBox -> ChartTree -> ChartTree+placeLegend_ o hb t = maybe mempty (\b -> t & over chart' (moveChart (placeBeside_ (view #place o) (view #buffer o) hb b))) (view styleBox' t)++placeBeside_ :: Place -> Double -> Rect Double -> Rect Double -> Point Double+placeBeside_ pl buff (Rect x z y w) (Rect x' z' y' w') =+ case pl of+ PlaceTop -> Point ((x + z) / 2.0) (buff + w + (w' - y') / 2.0)+ PlaceBottom -> Point ((x + z) / 2.0) (y - buff - (w' - y'))+ PlaceLeft -> Point (x - buff - (z' - x')) ((y + w) / 2.0)+ PlaceRight -> Point (z + buff) ((y + w) / 2.0)+ PlaceAbsolute p -> p++-- | frame a legend+legendFrame :: LegendOptions -> ChartTree -> ChartTree+legendFrame l content' =+ group (Just "legend") [borders, rename (Just "legendContent") content']+ where+ borders = mconcat $ [outer, inner] <> frame'+ outer = padChart (view #outerPad l) inner+ frame' = foldMap (\r -> [frameChart r 0 inner]) (view #frame l)+ inner = padChart (view #innerPad l) content'++-- | Make the contents portion of a legend+legendChart :: LegendOptions -> ChartTree+legendChart l = legendFrame l content'+ where+ content' =+ vert+ (view #hgap l)+ ( ( \(t, a) ->+ hori+ (view #vgap l + twidth - gapwidth t)+ (fmap unnamed [[t], a])+ )+ <$> es+ )+ es = reverse $ uncurry (legendEntry l) <$> view #legendCharts l+ twidth = maybe zero (\(Rect x z _ _) -> z - x) (styleBoxes (fst <$> es))+ gapwidth t = maybe 0 (\(Rect x z _ _) -> z - x) (sbox t)++legendText ::+ LegendOptions ->+ Text ->+ Chart+legendText l t =+ Chart (view #textStyle l & set #anchor AnchorStart) (TextData [(t, zero)])++legendizeChart ::+ LegendOptions ->+ Chart ->+ Chart+legendizeChart l c =+ case c of+ (Chart rs (RectData _)) -> Chart rs (RectData [Rect 0 (view #legendSize l) 0 (view #legendSize l)])+ (Chart ts (TextData t)) -> let txt = fromMaybe "text" (listToMaybe (fst <$> t)) in Chart (ts & set #size (view #legendSize l / fromIntegral (Text.length txt))) (TextData [(txt, Point (0.5 * view #legendSize l) (0.33 * view #legendSize l))])+ (Chart gs (GlyphData _)) -> Chart (gs & set #size (view #legendSize l)) (GlyphData [Point (0.5 * view #legendSize l) (0.33 * view #legendSize l)])+ (Chart ls (LineData _)) ->+ Chart+ (ls & over #size (/ view #scaleChartsBy l))+ (LineData [[Point 0 (1 * view #legendSize l), Point (2 * view #legendSize l) (1 * view #legendSize l)]])+ (Chart ps (PathData _)) ->+ ( let cs =+ singletonQuad+ ( QuadPosition+ (Point 0 0)+ (Point (view #legendSize l) (view #legendSize l))+ (Point (2 * view #legendSize l) ((-1) * view #legendSize l))+ )+ in Chart (ps & set #borderSize (view #legendSize l)) (PathData cs)+ )+ _ -> blankChart1 (Rect 0 (view #legendSize l) 0 (view #legendSize l))++legendEntry ::+ LegendOptions ->+ Text ->+ [Chart] ->+ (Chart, [Chart])+legendEntry l t cs =+ (legendText l t, fmap (legendizeChart l) cs)
src/Chart/Markup.hs view
@@ -2,10 +2,11 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE QuasiQuotes #-} --- | Conversion between Chart and Markup representations.+-- | Conversion between 'ChartOptions' and 'Markup' representations. module Chart.Markup ( Markup (..), ChartOptions (..),+ forgetHud, markupChartOptions, markupChartTree, markupChart,@@ -15,15 +16,16 @@ writeChartOptions, CssOptions (..), defaultCssOptions,- CssPreferColorScheme (..),+ PreferColorScheme (..), cssPreferColorScheme, fillSwitch,- CssShapeRendering (..),+ ShapeRendering (..), markupCssOptions, MarkupOptions (..), defaultMarkupOptions, encodeNum, encodePx,+ defaultCssFontFamilies, ) where @@ -43,6 +45,7 @@ import Data.Text.Encoding (decodeUtf8, encodeUtf8) import GHC.Generics import MarkupParse+import NumHask.Space import Optics.Core hiding (element) import Prelude @@ -75,27 +78,28 @@ -- | Convert a ChartTree to markup ----- >>> lineExample & view #charts & markupChartTree & markdown_ Compact Xml+-- >>> lineExample & view #chartTree & markupChartTree & markdown_ Compact Xml -- "<g class=\"line\"><g stroke-width=\"0.0150\" stroke=\"rgb(2%, 73%, 80%)\" stroke-opacity=\"1.0\" fill=\"none\"><polyline points=\"0,-1.0 1.0,-1.0 2.0,-5.0\"/></g><g stroke-width=\"0.0150\" stroke=\"rgb(2%, 29%, 48%)\" stroke-opacity=\"1.0\" fill=\"none\"><polyline points=\"0,0 2.8,-3.0\"/></g><g stroke-width=\"0.0150\" stroke=\"rgb(66%, 7%, 55%)\" stroke-opacity=\"1.0\" fill=\"none\"><polyline points=\"0.5,-4.0 0.5,0\"/></g></g>" markupChartTree :: ChartTree -> Markup markupChartTree cs = maybe xs' (\l -> element "g" [Attr "class" (encodeUtf8 l)] xs') label where- (ChartTree (Node (label, cs') xs)) = filterChartTree (not . isEmptyChart) cs+ (ChartTree (Node (label, cs') xs)) = filterChartTree (not . isEmptyChart . chartData) cs xs' = mconcat $ fmap markupChart cs' <> (markupChartTree . ChartTree <$> xs) -markupText :: TextStyle -> Text -> Point Double -> Markup-markupText s t p@(Point x y) = element "text" as (frame' <> content c)+markupText :: Style -> Text -> Point Double -> Markup+markupText s t p@(Point x y) = frame' <> element "text" as (bool (contentRaw c) (content c) (EscapeText == view #escapeText s)) where as = uncurry Attr <$> [ ("x", encodeNum x), ("y", encodeNum $ -y) ]- <> maybeToList ((\x' -> ("transform", toRotateText x' p)) <$> (s ^. #rotation))+ <> maybeToList ((\x' -> ("transform", toRotateText x' p)) <$> view #rotation s)+ -- This is very late for a chart creation. It is here so that the chart doesn't undergo scaling and thus picks up the local size of the text, less the border size of the frame. frame' = case view #frame s of Nothing -> Markup mempty- Just f -> markupChart (RectChart (f & over #borderSize (* view #size s)) [styleBoxText s t p])+ Just f -> markupChart (Chart (f & over #borderSize (* view #size s)) (RectData [styleBoxText (s & set #frame Nothing) t p])) c = encodeUtf8 t -- | Markup a text rotation about a point in radians.@@ -109,7 +113,7 @@ -- - flip y dimension toRotateText :: Double -> Point Double -> ByteString toRotateText r (Point x y) =- "rotate(" <> encodeNum (-r * 180 / pi) <> ", " <> encodeNum x <> ", " <> encodeNum (-y) <> ")"+ "rotate(" <> encodeNum (-(r * 180 / pi)) <> ", " <> encodeNum x <> ", " <> encodeNum (-y) <> ")" toScaleText :: Double -> ByteString toScaleText x =@@ -130,17 +134,20 @@ -- | Convert a Chart to Markup ----- >>> lineExample & view #charts & foldOf charts' & head & markupChart & markdown_ Compact Xml--- "<g stroke-width=\"0.0150\" stroke=\"rgb(2%, 73%, 80%)\" stroke-opacity=\"1.0\" fill=\"none\"><polyline points=\"0,-1.0 1.0,-1.0 2.0,-5.0\"/></g>"+-- >>> import MarkupParse+-- >>> import Optics.Core+-- >>> import Control.Category ((>>>))+-- >>> lineExample & toListOf (#chartTree % charts') & mconcat & fmap (markupChart >>> markdown_ Compact Xml)+-- ["<g stroke-width=\"0.0150\" stroke=\"rgb(2%, 73%, 80%)\" stroke-opacity=\"1.0\" fill=\"none\"><polyline points=\"0,-1.0 1.0,-1.0 2.0,-5.0\"/></g>","<g stroke-width=\"0.0150\" stroke=\"rgb(2%, 29%, 48%)\" stroke-opacity=\"1.0\" fill=\"none\"><polyline points=\"0,0 2.8,-3.0\"/></g>","<g stroke-width=\"0.0150\" stroke=\"rgb(66%, 7%, 55%)\" stroke-opacity=\"1.0\" fill=\"none\"><polyline points=\"0.5,-4.0 0.5,0\"/></g>"] markupChart :: Chart -> Markup markupChart = uncurry (element "g") . f where- f (RectChart s xs) = (attsRect s, mconcat (markupRect <$> xs))- f (TextChart s xs) = (attsText s, mconcat (uncurry (markupText s) <$> xs))- f (GlyphChart s xs) = (attsGlyph s, mconcat (markupGlyph s <$> xs))- f (PathChart s xs) = (attsPath s, markupPath xs)- f (LineChart s xs) = (attsLine s, markupLine xs)- f (BlankChart _) = ([], mempty)+ f (Chart s (RectData xs)) = (attsRect s, mconcat (markupRect <$> xs))+ f (Chart s (TextData xs)) = (attsText s, mconcat (uncurry (markupText s) <$> xs))+ f (Chart s (GlyphData xs)) = (attsGlyph s, mconcat (markupGlyph s <$> xs))+ f (Chart s (PathData xs)) = (attsPath s, markupPath xs)+ f (Chart s (LineData xs)) = (attsLine s, markupLine xs)+ f (Chart _ (BlankData _)) = ([], mempty) markupLine :: [[Point Double]] -> Markup markupLine lss =@@ -156,13 +163,13 @@ -- | GlyphStyle to markup Tree -- Note rotation on the outside not the inside.-markupGlyph :: GlyphStyle -> Point Double -> Markup+markupGlyph :: Style -> Point Double -> Markup markupGlyph s p = case view #rotation s of Nothing -> gl Just r -> element "g" [Attr "transform" (toRotateText r p)] gl where- gl = markupShape_ (s ^. #shape) (s ^. #size) p+ gl = markupShape_ (view #glyphShape s) (view #size s) p -- | Convert a dash representation from a list to text fromDashArray :: [Double] -> ByteString@@ -171,40 +178,40 @@ fromDashOffset :: Double -> ByteString fromDashOffset x = encodeNum x -attsLine :: LineStyle -> [Attr]+attsLine :: Style -> [Attr] attsLine o = uncurry Attr- <$> [ ("stroke-width", encodeNum $ o ^. #size),- ("stroke", showRGB $ o ^. #color),- ("stroke-opacity", showOpacity $ o ^. #color),+ <$> [ ("stroke-width", encodeNum $ view #size o),+ ("stroke", showRGB $ view #color o),+ ("stroke-opacity", showOpacity $ view #color o), ("fill", "none") ] <> catMaybes- [(\x -> ("stroke-linecap", fromLineCap x)) <$> (o ^. #linecap)]- <> foldMap (\x -> [("stroke-linejoin", fromLineJoin x)]) (o ^. #linejoin)- <> foldMap (\x -> [("stroke-dasharray", fromDashArray x)]) (o ^. #dasharray)- <> foldMap (\x -> [("stroke-dashoffset", fromDashOffset x)]) (o ^. #dashoffset)+ [(\x -> ("stroke-linecap", fromLineCap x)) <$> view #lineCap o]+ <> foldMap (\x -> [("stroke-linejoin", fromLineJoin x)]) (view #lineJoin o)+ <> foldMap (\x -> [("stroke-dasharray", fromDashArray x)]) (view #dasharray o)+ <> foldMap (\x -> [("stroke-dashoffset", fromDashOffset x)]) (view #dashoffset o) -attsRect :: RectStyle -> [Attr]+attsRect :: Style -> [Attr] attsRect o = uncurry Attr- <$> [ ("stroke-width", encodeNum $ o ^. #borderSize),- ("stroke", showRGB $ o ^. #borderColor),- ("stroke-opacity", showOpacity $ o ^. #borderColor),- ("fill", showRGB $ o ^. #color),- ("fill-opacity", showOpacity $ o ^. #color)+ <$> [ ("stroke-width", encodeNum $ view #borderSize o),+ ("stroke", showRGB $ view #borderColor o),+ ("stroke-opacity", showOpacity $ view #borderColor o),+ ("fill", showRGB $ view #color o),+ ("fill-opacity", showOpacity $ view #color o) ] -- | TextStyle to [Attr]-attsText :: TextStyle -> [Attr]+attsText :: Style -> [Attr] attsText o = uncurry Attr <$> [ ("stroke-width", "0.0"), ("stroke", "none"),- ("fill", showRGB $ o ^. #color),- ("fill-opacity", showOpacity $ o ^. #color),- ("font-size", encodeNum $ o ^. #size),- ("text-anchor", toTextAnchor $ o ^. #anchor)+ ("fill", showRGB $ view #color o),+ ("fill-opacity", showOpacity $ view #color o),+ ("font-size", encodeNum $ view #size o),+ ("text-anchor", toTextAnchor $ view #anchor o) ] where toTextAnchor :: Anchor -> ByteString@@ -213,31 +220,26 @@ toTextAnchor AnchorEnd = "end" -- | GlyphStyle to [Attr]-attsGlyph :: GlyphStyle -> [Attr]+attsGlyph :: Style -> [Attr] attsGlyph o = uncurry Attr- <$> [ ("stroke-width", encodeNum sw),- ("stroke", showRGB $ o ^. #borderColor),- ("stroke-opacity", showOpacity $ o ^. #borderColor),- ("fill", showRGB $ o ^. #color),- ("fill-opacity", showOpacity $ o ^. #color)+ <$> [ ("stroke-width", encodeNum $ view #borderSize o),+ ("stroke", showRGB $ view #borderColor o),+ ("stroke-opacity", showOpacity $ view #borderColor o),+ ("fill", showRGB $ view #color o),+ ("fill-opacity", showOpacity $ view #color o) ]- <> foldMap ((: []) . (,) "transform" . toTranslateText) (o ^. #translate)- where- sw = case o ^. #shape of- PathGlyph _ NoScaleBorder -> o ^. #borderSize- PathGlyph _ ScaleBorder -> min 0.2 (o ^. #borderSize / o ^. #size)- _ -> o ^. #borderSize+ <> foldMap ((: []) . (,) "transform" . toTranslateText) (view #translate o) -- | PathStyle to [Attr]-attsPath :: PathStyle -> [Attr]+attsPath :: Style -> [Attr] attsPath o = uncurry Attr- <$> [ ("stroke-width", encodeNum $ o ^. #borderSize),- ("stroke", showRGB $ o ^. #borderColor),- ("stroke-opacity", showOpacity $ o ^. #borderColor),- ("fill", showRGB $ o ^. #color),- ("fill-opacity", showOpacity $ o ^. #color)+ <$> [ ("stroke-width", encodeNum $ view #borderSize o),+ ("stroke", showRGB $ view #borderColor o),+ ("stroke-opacity", showOpacity $ view #borderColor o),+ ("fill", showRGB $ view #color o),+ ("fill-opacity", showOpacity $ view #color o) ] -- | includes a flip of the y dimension.@@ -293,36 +295,44 @@ emptyElem "polyline" [Attr "points" $ encodeNum x <> "," <> encodeNum (-(y - s / 2)) <> "\n" <> encodeNum x <> "," <> encodeNum (-(y + s / 2))] markupShape_ HLineGlyph s (Point x y) = emptyElem "polyline" [Attr "points" $ encodeNum (x - s / 2) <> "," <> encodeNum (-y) <> "\n" <> encodeNum (x + s / 2) <> "," <> encodeNum (-y)]-markupShape_ (PathGlyph path _) s p =+markupShape_ (PathGlyph path) s p = emptyElem "path" (uncurry Attr <$> [("d", path), ("transform", toTranslateText p <> " " <> toScaleText s)]) -- | Create the classic SVG element ----- >>> header 100 one (element_ "foo" []) & markdown_ Compact Xml--- "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"100\" height=\"100\" viewBox=\"-0.5 -0.5 1.0 1.0\"><foo></foo></svg>"-header :: Double -> Rect Double -> Markup -> Markup+-- >>> header (Just 300) (Rect (-0.75) 0.75 (-0.5) 0.5) (element_ "foo" []) & markdown_ Compact Xml+-- "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"450\" height=\"300\" viewBox=\"-0.75 -0.5 1.5 1.0\"><foo></foo></svg>"+header :: Maybe Double -> Rect Double -> Markup -> Markup header markupheight viewbox content' = element "svg" ( uncurry Attr- <$> [ ("xmlns", "http://www.w3.org/2000/svg"),- ("xmlns:xlink", "http://www.w3.org/1999/xlink"),- ("width", encodePx w''),- ("height", encodePx h'),- ("viewBox", encodeNum x <> " " <> encodeNum (-w) <> " " <> encodeNum (z - x) <> " " <> encodeNum (w - y))- ]+ <$> ( [ ("xmlns", "http://www.w3.org/2000/svg"),+ ("xmlns:xlink", "http://www.w3.org/1999/xlink")+ ]+ <> widthAndHeight+ <> [ ("viewBox", encodeNum x <> " " <> encodeNum (-w) <> " " <> encodeNum (z - x) <> " " <> encodeNum (w - y))+ ]+ ) ) content' where (Rect x z y w) = viewbox Point w' h = width viewbox- Point w'' h' = Point (markupheight / h * w') markupheight+ widthAndHeight = case markupheight of+ Nothing -> []+ Just h' ->+ [ ("width", encodePx w''),+ ("height", encodePx h')+ ]+ where+ w'' = h' / h * w' -- | CSS prefer-color-scheme text snippet -- -- >>> cssPreferColorScheme (light, dark) PreferHud -- "svg {\n color-scheme: light dark;\n}\n{\n .canvas g, .title g, .axisbar g, .ticktext g, .tickglyph g, .ticklines g, .legendContent g text {\n fill: rgb(5%, 5%, 5%);\n }\n .ticklines g, .tickglyph g, .legendBorder g {\n stroke: rgb(5%, 5%, 5%);\n }\n .legendBorder g {\n fill: rgb(94%, 94%, 94%);\n }\n}\n@media (prefers-color-scheme:dark) {\n .canvas g, .title g, .axisbar g, .ticktext g, .tickglyph g, .ticklines g, .legendContent g text {\n fill: rgb(94%, 94%, 94%);\n }\n .ticklines g, .tickglyph g, .legendBorder g {\n stroke: rgb(94%, 94%, 94%);\n }\n .legendBorder g {\n fill: rgb(5%, 5%, 5%);\n }\n}"-cssPreferColorScheme :: (Colour, Colour) -> CssPreferColorScheme -> ByteString+cssPreferColorScheme :: (Colour, Colour) -> PreferColorScheme -> ByteString cssPreferColorScheme (cl, cd) PreferHud = [i|svg { color-scheme: light dark;@@ -392,9 +402,10 @@ -- | Markup options. -- -- >>> defaultMarkupOptions--- MarkupOptions {markupHeight = 300.0, cssOptions = CssOptions {shapeRendering = NoShapeRendering, preferColorScheme = PreferHud, cssExtra = ""}, renderStyle = Compact}+-- MarkupOptions {markupHeight = Just 300.0, chartAspect = FixedAspect 1.5, cssOptions = CssOptions {shapeRendering = NoShapeRendering, preferColorScheme = PreferHud, fontFamilies = "\nsvg { font-family: system-ui,-apple-system,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",\"Liberation Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";\n}\n\nticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;\n}\n\n", cssExtra = ""}, renderStyle = Compact} data MarkupOptions = MarkupOptions- { markupHeight :: Double,+ { markupHeight :: Maybe Double,+ chartAspect :: ChartAspect, cssOptions :: CssOptions, renderStyle :: RenderStyle }@@ -402,13 +413,25 @@ -- | The official markup options defaultMarkupOptions :: MarkupOptions-defaultMarkupOptions = MarkupOptions 300 defaultCssOptions Compact+defaultMarkupOptions = MarkupOptions (Just 300) (FixedAspect 1.5) defaultCssOptions Compact --- | CSS shape rendering options-data CssShapeRendering = UseGeometricPrecision | UseCssCrisp | NoShapeRendering deriving (Show, Eq, Generic)+-- | default fonts.+defaultCssFontFamilies :: ByteString+defaultCssFontFamilies =+ [i|+svg { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";+} +ticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;+}++|]++-- | CSS glyphShape rendering options+data ShapeRendering = UseGeometricPrecision | UseCssCrisp | NoShapeRendering deriving (Show, Eq, Generic)+ -- | CSS prefer-color-scheme options-data CssPreferColorScheme+data PreferColorScheme = -- | includes css that switches approriate hud elements between light and dark. PreferHud | PreferDark@@ -419,12 +442,12 @@ -- | css options -- -- >>> defaultCssOptions--- CssOptions {shapeRendering = NoShapeRendering, preferColorScheme = PreferHud, cssExtra = ""}-data CssOptions = CssOptions {shapeRendering :: CssShapeRendering, preferColorScheme :: CssPreferColorScheme, cssExtra :: ByteString} deriving (Show, Eq, Generic)+-- CssOptions {shapeRendering = NoShapeRendering, preferColorScheme = PreferHud, fontFamilies = "\nsvg { font-family: system-ui,-apple-system,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",\"Liberation Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";\n}\n\nticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;\n}\n\n", cssExtra = ""}+data CssOptions = CssOptions {shapeRendering :: ShapeRendering, preferColorScheme :: PreferColorScheme, fontFamilies :: ByteString, cssExtra :: ByteString} deriving (Show, Eq, Generic) -- | No special shape rendering and default hud responds to user color scheme preferences. defaultCssOptions :: CssOptions-defaultCssOptions = CssOptions NoShapeRendering PreferHud mempty+defaultCssOptions = CssOptions NoShapeRendering PreferHud defaultCssFontFamilies mempty -- | Convert CssOptions to Markup markupCssOptions :: CssOptions -> Markup@@ -432,49 +455,66 @@ elementc "style" [] $ cssPreferColorScheme (light, dark) (view #preferColorScheme css) <> markupShapeRendering (view #shapeRendering css)+ <> view #fontFamilies css <> view #cssExtra css -- | CSS shape rendering text snippet-markupShapeRendering :: CssShapeRendering -> ByteString+markupShapeRendering :: ShapeRendering -> ByteString markupShapeRendering UseGeometricPrecision = "svg { shape-rendering: geometricPrecision; }" markupShapeRendering UseCssCrisp = "svg { shape-rendering: crispEdges; }" markupShapeRendering NoShapeRendering = mempty --- | A product type representing charts, hud options and markup options, which can be transformed into 'Markup'.+-- | A product type consisting of a 'ChartTree', 'HudOptions' and 'MarkupOptions', which is what you need to create 'Markup'. data ChartOptions = ChartOptions { markupOptions :: MarkupOptions, hudOptions :: HudOptions,- charts :: ChartTree+ chartTree :: ChartTree } deriving (Generic, Eq, Show) +-- | Processes the hud options and turns them into charts, rescales the existing charts, resets the hud options to mempty, and turns on 'ScalePArea' in chart styles.+--+-- Note that this is a destructive operation, and, in particular, that+--+-- > view #chartTree (forgetHud (mempty & set #chartTree c)) /= c+forgetHud :: ChartOptions -> ChartOptions+forgetHud co =+ co+ & set #hudOptions mempty+ & set #chartTree (addHud (view (#markupOptions % #chartAspect) co) (view #hudOptions co) (view #chartTree co))+ & set (#chartTree % charts' % each % #chartStyle % #scaleP) ScalePArea+ -- | Convert ChartOptions to Markup -- -- >>> markupChartOptions (ChartOptions (defaultMarkupOptions & #cssOptions % #preferColorScheme .~ PreferNormal) mempty mempty) & markdown_ Compact Xml--- "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"450\" height=\"300\" viewBox=\"-0.75 -0.5 1.5 1.0\"><style></style><g class=\"chart\"></g><g class=\"hud\"></g></svg>"+-- "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"300\" height=\"300\" viewBox=\"-0.5 -0.5 1.0 1.0\"><style>\nsvg { font-family: system-ui,-apple-system,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",\"Liberation Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";\n}\n\nticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;\n}\n\n</style><g class=\"chart\"></g><g class=\"hud\"></g></svg>" markupChartOptions :: ChartOptions -> Markup markupChartOptions co = header (view (#markupOptions % #markupHeight) co) viewbox ( markupCssOptions (view (#markupOptions % #cssOptions) co)- <> markupChartTree csAndHud+ <> markupChartTree ctFinal ) where- viewbox = singletonGuard (view styleBox' csAndHud)- csAndHud = addHud (view #hudOptions co) (view #charts co)+ viewbox = view safeStyleBox' ctFinal+ ctFinal =+ projectChartTreeWith+ (view (#markupOptions % #chartAspect) co)+ (view #hudOptions co)+ (view #chartTree co) -- | Render ChartOptions to an SVG ByteString -- -- >>> encodeChartOptions (ChartOptions (defaultMarkupOptions & #cssOptions % #preferColorScheme .~ PreferNormal) mempty mempty)--- "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"450\" height=\"300\" viewBox=\"-0.75 -0.5 1.5 1.0\"><style></style><g class=\"chart\"></g><g class=\"hud\"></g></svg>"+-- "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"300\" height=\"300\" viewBox=\"-0.5 -0.5 1.0 1.0\"><style>\nsvg { font-family: system-ui,-apple-system,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",\"Liberation Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";\n}\n\nticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;\n}\n\n</style><g class=\"chart\"></g><g class=\"hud\"></g></svg>" encodeChartOptions :: ChartOptions -> ByteString encodeChartOptions co = markdown_ (view (#markupOptions % #renderStyle) co) Xml $ markupChartOptions co -- | Render ChartOptions to an SVG Text snippet -- -- >>> renderChartOptions (ChartOptions (defaultMarkupOptions & #cssOptions % #preferColorScheme .~ PreferNormal) mempty mempty)--- "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"450\" height=\"300\" viewBox=\"-0.75 -0.5 1.5 1.0\"><style></style><g class=\"chart\"></g><g class=\"hud\"></g></svg>"+-- "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"300\" height=\"300\" viewBox=\"-0.5 -0.5 1.0 1.0\"><style>\nsvg { font-family: system-ui,-apple-system,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",\"Liberation Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";\n}\n\nticktext { font-family: SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;\n}\n\n</style><g class=\"chart\"></g><g class=\"hud\"></g></svg>" renderChartOptions :: ChartOptions -> Text renderChartOptions = decodeUtf8 . encodeChartOptions
src/Chart/Primitive.hs view
@@ -1,17 +1,34 @@ {-# LANGUAGE GADTs #-} {-# LANGUAGE OverloadedLabels #-} {-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-} -- | Base 'Chart' and 'ChartTree' types and support module Chart.Primitive ( -- * Charts Chart (..),+ ChartData (..),+ rectData',+ lineData',+ glyphData',+ textData',+ pathData',+ blankData',+ pattern RectChart,+ pattern LineChart,+ pattern GlyphChart,+ pattern TextChart,+ pattern PathChart,+ pattern BlankChart,+ pattern LineChart1,+ blankChart1, ChartTree (..), tree', chart', charts', named, unnamed,+ renamed, rename, blank, group,@@ -25,16 +42,19 @@ box, sbox, projectWith,- maybeProjectWith,+ projectChartDataWith,+ moveChartData, moveChart, scaleChart,- scaleStyle,- colourChart,+ scaleChartData,+ colourStyle, projectChartTree, boxes, box', styleBoxes, styleBox',+ safeBox',+ safeStyleBox', -- * Combinators vert,@@ -45,8 +65,6 @@ padChart, rectangularize, glyphize,- overText,- renamed, ) where @@ -61,7 +79,6 @@ import Data.Text (Text) import Data.Tree import GHC.Generics-import NumHask.Prelude qualified as NH import Optics.Core import Prelude @@ -73,43 +90,169 @@ -- >>> import Optics.Core -- >>> let r = RectChart defaultRectStyle [one] --- | There are 6 Chart primitives, unified as the Chart type.------ - 'RectChart': a rectangle in the XY-domain. For example, a @'Rect' 0 1 0 1@ is the set of points on the XY Plane bounded by (0,0), (0,1), (1,0) & (1,1). Much of the library is built on 'Rect' 'Double's but the base types are polymorphic.--- - 'LineChart': a list of points which represent connected straight lines. ['Point' 0 0, 'Point' 1 1, 'Point' 2 2, 'Point' 3 3] is an example; three lines connected up to form a line from (0,0) to (3,3).--- - 'GlyphChart': a 'GlyphShape' which is a predefined shaped centered at a 'Point' in XY space.--- - 'TextChart': text centered at a 'Point' in XY space.--- - 'PathChart': specification of curvilinear paths using the SVG standards.--- - 'BlankChart': a rectangular space that has no visual representation.------ What is a Chart is usually a combination of these primitives into a tree or list of charts.------ Each Chart primitive is a product of a style (the syntactic representation of the data) and a list of data.+-- | A product type consisting of a 'Style', which is the stylistic manifestation of chart data, and 'ChartData' representing where data is located on the chart canvas (an xy-plane). -- -- A simple example is: ----- >>> let r = RectChart defaultRectStyle [one]+-- >>> let r = Chart defaultRectStyle (RectData [one]) -- >>> r--- RectChart (RectStyle {borderSize = 1.0e-2, borderColor = Colour 0.02 0.29 0.48 1.00, color = Colour 0.02 0.73 0.80 0.10}) [Rect -0.5 0.5 -0.5 0.5]+-- Chart {chartStyle = Style {size = 6.0e-2, borderSize = 1.0e-2, color = Colour 0.02 0.73 0.80 0.10, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}, chartData = RectData [Rect (-0.5) 0.5 (-0.5) 0.5]} -- -- Using the defaults, this chart is rendered as: ----- > writeChartOptions "other/unit.hs" $ mempty & #hudOptions .~ defaultHudOptions & #charts .~ unnamed [r]+-- > writeChartOptions "other/unit.hs" $ mempty & #hudOptions .~ defaultHudOptions & #chartTree .~ unnamed [r] -- -- -data Chart where- RectChart :: RectStyle -> [Rect Double] -> Chart- LineChart :: LineStyle -> [[Point Double]] -> Chart- GlyphChart :: GlyphStyle -> [Point Double] -> Chart- TextChart :: TextStyle -> [(Text, Point Double)] -> Chart- PathChart :: PathStyle -> [PathData Double] -> Chart- BlankChart :: [Rect Double] -> Chart- deriving (Eq, Show)+data Chart = Chart {chartStyle :: Style, chartData :: ChartData} deriving (Eq, Show, Generic) +-- | Data of a 'Chart'+--+-- A sum type representing the data behind six different types of chart:+--+-- - 'RectData': a list of rectangles in the XY-domain. For example, a @'Rect' 0 1 0 1@ is the set of points on the XY Plane bounded by (0,0), (0,1), (1,0) & (1,1). Much of the library is built on 'Rect' Doubles.+-- - 'LineData': a list of (list of points) which represent connected straight lines. ['Point' 0 0, 'Point' 1 1, 'Point' 2 2, 'Point' 3 3] is an example; three lines connected up to form a line from (0,0) to (3,3).+-- - 'GlyphData': a list of points to draw a 'GlyphShape'.+-- - 'TextData': A list of Text,Point tuples representing text centered at a 'Point' in XY space.+-- - 'PathData': specification of curvilinear paths using the SVG standards.+-- - 'BlankData': a rectangular space that has no visual representation.+data ChartData+ = -- | List of rectangles+ RectData [Rect Double]+ | -- | List of (List of Points)+ LineData [[Point Double]]+ | -- | List of Points (to place the 'GlyphShape')+ GlyphData [Point Double]+ | -- | List of text and point to place it.+ TextData [(Text, Point Double)]+ | -- | List of paths+ PathData [PathData Double]+ | -- | List of rectangles with no 'Style' representation+ BlankData [Rect Double]+ deriving (Eq, Show, Generic)++-- | RectData partial lens+rectData' :: Lens' ChartData (Maybe [Rect Double])+rectData' =+ lens getData setData+ where+ getData (RectData xs) = Just xs+ getData _ = Nothing+ setData (RectData _) (Just xs) = RectData xs+ setData cd _ = cd++-- | LineData partial lens+lineData' :: Lens' ChartData (Maybe [[Point Double]])+lineData' =+ lens getData setData+ where+ getData (LineData xs) = Just xs+ getData _ = Nothing+ setData (LineData _) (Just xs) = LineData xs+ setData cd _ = cd++-- | GlyphData partial lens+glyphData' :: Lens' ChartData (Maybe [Point Double])+glyphData' =+ lens getData setData+ where+ getData (GlyphData xs) = Just xs+ getData _ = Nothing+ setData (GlyphData _) (Just xs) = GlyphData xs+ setData cd _ = cd++-- | TextData partial lens+textData' :: Lens' ChartData (Maybe [(Text, Point Double)])+textData' =+ lens getData setData+ where+ getData (TextData xs) = Just xs+ getData _ = Nothing+ setData (TextData _) (Just xs) = TextData xs+ setData cd _ = cd++-- | PathData partial lens+pathData' :: Lens' ChartData (Maybe [PathData Double])+pathData' =+ lens getData setData+ where+ getData (PathData xs) = Just xs+ getData _ = Nothing+ setData (PathData _) (Just xs) = PathData xs+ setData cd _ = cd++-- | BlankData partial lens+blankData' :: Lens' ChartData (Maybe [Rect Double])+blankData' =+ lens getData setData+ where+ getData (BlankData xs) = Just xs+ getData _ = Nothing+ setData (BlankData _) (Just xs) = BlankData xs+ setData cd _ = cd++-- | pattern of a Chart with RectData+pattern RectChart :: Style -> [Rect Double] -> Chart+pattern RectChart s xs = Chart s (RectData xs)++{-# COMPLETE RectChart #-}++-- | pattern of a Chart with LineData+pattern LineChart :: Style -> [[Point Double]] -> Chart+pattern LineChart s xss = Chart s (LineData xss)++{-# COMPLETE LineChart #-}++-- | pattern of a Chart with a singleton LineData+pattern LineChart1 :: Style -> [Point Double] -> Chart+pattern LineChart1 s xs = Chart s (LineData [xs])++{-# COMPLETE LineChart1 #-}++-- | pattern of a Chart with GlyphData+pattern GlyphChart :: Style -> [Point Double] -> Chart+pattern GlyphChart s xs = Chart s (GlyphData xs)++{-# COMPLETE GlyphChart #-}++-- | pattern of a Chart with TextData+pattern TextChart :: Style -> [(Text, Point Double)] -> Chart+pattern TextChart s xs = Chart s (TextData xs)++{-# COMPLETE TextChart #-}++-- | pattern of a Chart with PathData+pattern PathChart :: Style -> [PathData Double] -> Chart+pattern PathChart s xs = Chart s (PathData xs)++{-# COMPLETE PathChart #-}++-- | pattern of a Chart with BlankData+pattern BlankChart :: Style -> [Rect Double] -> Chart+pattern BlankChart s xs = Chart s (BlankData xs)++{-# COMPLETE BlankChart #-}++-- | Create a blank Chart with a single Rect+blankChart1 :: Rect Double -> Chart+blankChart1 r = Chart defaultStyle (BlankData [r])+ -- | A group of charts represented by a 'Tree' of chart lists with labelled branches. The labelling is particularly useful downstream, when groupings become grouped SVG elements with classes or ids. newtype ChartTree = ChartTree {tree :: Tree (Maybe Text, [Chart])} deriving (Eq, Show, Generic) --- | Apply a filter to ChartTree+-- | Group a list of trees into a new tree.+group :: Maybe Text -> [ChartTree] -> ChartTree+group name cs = ChartTree $ Node (name, []) (tree <$> cs)++instance Semigroup ChartTree where+ (<>) (ChartTree x@(Node (n, cs) xs)) (ChartTree x'@(Node (n', cs') xs')) =+ case (n, n') of+ (Nothing, Nothing) -> ChartTree $ Node (Nothing, cs <> cs') (xs <> xs')+ _ -> ChartTree $ Node (Nothing, []) [x, x']++instance Monoid ChartTree where+ mempty = ChartTree $ Node (Nothing, []) []++-- | Apply a filter to a 'ChartTree' filterChartTree :: (Chart -> Bool) -> ChartTree -> ChartTree filterChartTree p (ChartTree (Node (a, cs) xs)) = ChartTree (Node (a, mapMaybe rem' cs) (tree . filterChartTree p . ChartTree <$> xs))@@ -146,20 +289,7 @@ -- | A tree with no charts and no label. blank :: Rect Double -> ChartTree-blank r = unnamed [BlankChart [r]]---- | Group a list of trees into a new tree.-group :: Maybe Text -> [ChartTree] -> ChartTree-group name cs = ChartTree $ Node (name, []) (tree <$> cs)--instance Semigroup ChartTree where- (<>) (ChartTree x@(Node (n, cs) xs)) (ChartTree x'@(Node (n', cs') xs')) =- case (n, n') of- (Nothing, Nothing) -> ChartTree $ Node (Nothing, cs <> cs') (xs <> xs')- _ -> ChartTree $ Node (Nothing, []) [x, x']--instance Monoid ChartTree where- mempty = ChartTree $ Node (Nothing, []) []+blank r = unnamed [Chart defaultStyle (BlankData [r])] -- $boxes --@@ -167,114 +297,91 @@ -- | The 'Rect' which encloses the data elements of the chart. /Bounding box/ is a synonym. ----- >>> box r--- Just Rect -0.5 0.5 -0.5 0.5-box :: Chart -> Maybe (Rect Double)-box (RectChart _ a) = foldRect a-box (TextChart _ a) = space1 $ snd <$> a-box (LineChart _ a) = space1 $ mconcat a-box (GlyphChart _ a) = space1 a-box (PathChart _ a) = pathBoxes a-box (BlankChart a) = foldRect a+-- >>> box (chartData r)+-- Just Rect (-0.5) 0.5 (-0.5) 0.5+box :: ChartData -> Maybe (Rect Double)+box (RectData a) = foldRect a+box (TextData a) = space1 $ snd <$> a+box (LineData a) = space1 $ mconcat a+box (GlyphData a) = space1 a+box (PathData a) = pathBoxes a+box (BlankData a) = foldRect a -- | The bounding box for a chart including both data and style elements. -- -- >>> sbox r--- Just Rect -0.505 0.505 -0.505 0.505+-- Just Rect (-0.505) 0.505 (-0.505) 0.505 -- -- In the above example, the border of the rectangle adds an extra 0.1 to the height and width of the bounding box enclosing the chart. sbox :: Chart -> Maybe (Rect Double)-sbox (RectChart s a) = foldRect $ padRect (0.5 * view #borderSize s) <$> a-sbox (TextChart s a) = foldRect $ uncurry (styleBoxText s) <$> a-sbox (LineChart s a) = padRect (0.5 * s ^. #size) <$> (space1 $ mconcat a)-sbox (GlyphChart s a) = foldRect $ (\p -> addPoint p (styleBoxGlyph s)) <$> a-sbox (PathChart s a) = padRect (0.5 * view #borderSize s) <$> pathBoxes a-sbox (BlankChart a) = foldRect a+sbox (Chart s (RectData a)) = foldRect $ padRect (0.5 * view #borderSize s) <$> a+sbox (Chart s (TextData a)) = foldRect $ uncurry (styleBoxText s) <$> a+sbox (Chart s (LineData a)) = padRect (0.5 * view #size s) <$> (space1 $ mconcat a)+sbox (Chart s (GlyphData a)) = foldRect $ (\x -> addPoint x (styleBoxGlyph s)) <$> a+sbox (Chart s (PathData a)) = padRect (0.5 * view #borderSize s) <$> pathBoxes a+sbox (Chart _ (BlankData a)) = foldRect a -- | projects a Chart to a new space from an old rectangular space, preserving linear metric structure. -- -- >>> projectWith (fmap (2*) one) one r--- RectChart (RectStyle {borderSize = 1.0e-2, borderColor = Colour 0.02 0.29 0.48 1.00, color = Colour 0.02 0.73 0.80 0.10}) [Rect -1.0 1.0 -1.0 1.0]+-- Chart {chartStyle = Style {size = 6.0e-2, borderSize = 1.0e-2, color = Colour 0.02 0.73 0.80 0.10, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}, chartData = RectData [Rect (-1.0) 1.0 (-1.0) 1.0]} projectWith :: Rect Double -> Rect Double -> Chart -> Chart-projectWith new old (RectChart s a) = RectChart s (projectOnR new old <$> a)-projectWith new old (TextChart s a) = TextChart (projectX s) (second (projectOnP new old) <$> a)- where- projectX :: TextStyle -> TextStyle- projectX s' = case view #scalex s' of- NoScaleX -> s' & over #hsize (* (width ox / width nx)) & over #vsize (* (width ox / width nx))- ScaleX -> s' & over #size (* (width nx / width ox))- (Ranges nx _) = new- (Ranges ox _) = old-projectWith new old (LineChart s a) = LineChart s (fmap (projectOnP new old) <$> a)-projectWith new old (GlyphChart s a) = GlyphChart s (projectOnP new old <$> a)-projectWith new old (BlankChart a) = BlankChart (projectOnR new old <$> a)-projectWith new old (PathChart s a) = PathChart s (projectPaths new old a)+projectWith new old c = c & over #chartStyle (scaleStyle (scaleRatio (view (#chartStyle % #scaleP) c) new old)) & over #chartData (projectChartDataWith new old) --- | Maybe project a Chart to a new rectangular space from an old rectangular space, if both Rects exist.-maybeProjectWith :: Maybe (Rect Double) -> Maybe (Rect Double) -> Chart -> Chart-maybeProjectWith new old = fromMaybe id (projectWith <$> new <*> old)+-- | Projects 'ChartData' from an old space to a new space.+projectChartDataWith :: Rect Double -> Rect Double -> ChartData -> ChartData+projectChartDataWith new old (RectData a) = RectData (projectOnR new old <$> a)+projectChartDataWith new old (TextData a) = TextData (second (projectOnP new old) <$> a)+projectChartDataWith new old (LineData a) = LineData (fmap (projectOnP new old) <$> a)+projectChartDataWith new old (GlyphData a) = GlyphData (projectOnP new old <$> a)+projectChartDataWith new old (PathData a) = PathData (projectPaths new old a)+projectChartDataWith new old (BlankData a) = BlankData (projectOnR new old <$> a) +-- | Move 'ChartData' by a 'Point'+moveChartData :: Point Double -> ChartData -> ChartData+moveChartData p (RectData a) = RectData (addPoint p <$> a)+moveChartData p (TextData a) = TextData (second (addp p) <$> a)+moveChartData p (LineData a) = LineData (fmap (addp p) <$> a)+moveChartData p (GlyphData a) = GlyphData (addp p <$> a)+moveChartData p (PathData a) = PathData (movePath p <$> a)+moveChartData p (BlankData a) = BlankData (addPoint p <$> a)+ -- | Move a chart. moveChart :: Point Double -> Chart -> Chart-moveChart p (RectChart s a) = RectChart s (addPoint p <$> a)-moveChart p (TextChart s a) = TextChart s (second (addp p) <$> a)-moveChart p (LineChart s a) = LineChart s (fmap (addp p) <$> a)-moveChart p (GlyphChart s a) = GlyphChart s (addp p <$> a)-moveChart p (PathChart s a) = PathChart s (movePath p <$> a)-moveChart p (BlankChart a) = BlankChart (addPoint p <$> a)+moveChart p c = c & over #chartData (moveChartData p) --- | Scale a chart (effecting both the chart data and the style).-scaleChart :: Double -> Chart -> Chart-scaleChart p (RectChart s a) =- RectChart (s & #borderSize %~ (* p)) (fmap (fmap (* p)) a)-scaleChart p (LineChart s a) =- LineChart (s & #size %~ (* p)) (fmap (fmap (fmap (* p))) a)-scaleChart p (TextChart s a) =- TextChart (s & #size %~ (* p)) (fmap (second (fmap (* p))) a)-scaleChart p (GlyphChart s a) =- GlyphChart (s & #size %~ (* p)) (fmap (fmap (* p)) a)-scaleChart p (PathChart s a) =- PathChart (s & #borderSize %~ (* p)) (scalePath p <$> a)-scaleChart p (BlankChart a) =- BlankChart (fmap (fmap (* p)) a)+-- | Scale 'ChartData'+scaleChartData :: Double -> ChartData -> ChartData+scaleChartData p (RectData a) =+ RectData (fmap (fmap (* p)) a)+scaleChartData p (LineData a) =+ LineData (fmap (fmap (fmap (* p))) a)+scaleChartData p (TextData a) =+ TextData (fmap (second (fmap (* p))) a)+scaleChartData p (GlyphData a) =+ GlyphData (fmap (fmap (* p)) a)+scaleChartData p (PathData a) =+ PathData (scalePath p <$> a)+scaleChartData p (BlankData a) =+ BlankData (fmap (fmap (* p)) a) --- | Scale just the chart style.-scaleStyle :: Double -> Chart -> Chart-scaleStyle x (LineChart a d) = LineChart (a & #size %~ (* x)) d-scaleStyle x (RectChart a d) = RectChart (a & #borderSize %~ (* x)) d-scaleStyle x (TextChart a d) = TextChart (a & #size %~ (* x)) d-scaleStyle x (GlyphChart a d) = GlyphChart (a & #size %~ (* x)) d-scaleStyle x (PathChart a d) = PathChart (a & #borderSize %~ (* x)) d-scaleStyle _ (BlankChart d) = BlankChart d+-- | Scale a chart (effecting both the chart data and the style, if /#style % #scaleP/ is a scaling value).+scaleChart :: Double -> Chart -> Chart+scaleChart p c = c & over #chartData (scaleChartData p) & over #chartStyle (bool (scaleStyle p) id (view (#chartStyle % #scaleP) c == NoScaleP)) -- | Modify chart colors, applying to both border and main colors.-colourChart :: (Colour -> Colour) -> Chart -> Chart-colourChart f (RectChart s d) = RectChart s' d- where- s' = s & #color %~ f & #borderColor %~ f-colourChart f (TextChart s d) = TextChart s' d- where- s' = s & #color %~ f-colourChart f (LineChart s d) = LineChart s' d- where- s' = s & #color %~ f-colourChart f (GlyphChart s d) = GlyphChart s' d- where- s' = s & #color %~ f & #borderColor %~ f-colourChart f (PathChart s d) = PathChart s' d- where- s' = s & #color %~ f & #borderColor %~ f-colourChart _ (BlankChart d) = BlankChart d+colourStyle :: (Colour -> Colour) -> Style -> Style+colourStyle f s = s & over #color f & over #borderColor f -- | Project a chart tree to a new bounding box, guarding against singleton bounds.-projectChartTree :: Rect Double -> [Chart] -> [Chart]-projectChartTree new cs = case styleBoxes cs of- Nothing -> cs- Just b -> projectWith new b <$> cs+projectChartTree :: Rect Double -> ChartTree -> ChartTree+projectChartTree new ct = case view styleBox' ct of+ Nothing -> ct+ Just b -> ct & over charts' (fmap (projectWith new b)) --- | Compute the bounding box of a list of charts.+-- | Compute the bounding box of a list of charts, not including style allowances. boxes :: [Chart] -> Maybe (Rect Double)-boxes cs = foldRect $ mconcat $ maybeToList . box <$> cs+boxes cs = foldRect $ mconcat $ maybeToList . box <$> (chartData <$> cs) box_ :: ChartTree -> Maybe (Rect Double) box_ = boxes . foldOf charts'@@ -299,38 +406,51 @@ styleRebox_ :: ChartTree -> Maybe (Rect Double) -> ChartTree styleRebox_ cs r = cs- & over chart' (fromMaybe id $ projectWith <$> r' <*> box_ cs)- where- r' = (NH.-) <$> r <*> ((NH.-) <$> styleBox_ cs <*> box_ cs)+ & over chart' (fromMaybe id $ projectWith <$> r <*> styleBox_ cs) -- | Lens between a style bounding box and a ChartTree tree. -- -- Note that a round trip may be only approximately isomorphic ie ----- > forall c r. \c -> view styleBox' . set styleBox r c ~= r+-- > forall c r. \c -> view styleBox' . set styleBox' r c ~= r styleBox' :: Lens' ChartTree (Maybe (Rect Double)) styleBox' = lens styleBox_ styleRebox_ +-- | Getter of a ChartTree bounding box, including style, with singleton dimension guards, defaulting to one:+safeStyleBox' :: Getter ChartTree (Rect Double)+safeStyleBox' = Optics.Core.to (safeBox_ styleBox')++-- | Getter of a ChartTree bounding box, excluding style, with singleton dimension guards, defaulting to one:+safeBox' :: Getter ChartTree (Rect Double)+safeBox' = Optics.Core.to (safeBox_ box')++safeBox_ :: Lens' ChartTree (Maybe (Rect Double)) -> ChartTree -> Rect Double+safeBox_ l ct+ | b == Nothing || (Just True == fmap isSingleton b) = maybe one padSingletons (view l ct)+ | otherwise = fromMaybe one b+ where+ b = view l ct+ -- | Create a frame over some charts with (additive) padding. ----- >>> frameChart defaultRectStyle 0.1 [BlankChart []]--- RectChart (RectStyle {borderSize = 1.0e-2, borderColor = Colour 0.02 0.29 0.48 1.00, color = Colour 0.02 0.73 0.80 0.10}) []-frameChart :: RectStyle -> Double -> [Chart] -> Chart-frameChart rs p cs = RectChart rs (maybeToList (padRect p <$> styleBoxes cs))+-- >>> frameChart defaultRectStyle 0.1 (unnamed [BlankChart defaultStyle []])+-- ChartTree {tree = Node {rootLabel = (Just "frame",[Chart {chartStyle = Style {size = 6.0e-2, borderSize = 1.0e-2, color = Colour 0.02 0.73 0.80 0.10, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}, chartData = RectData []}]), subForest = []}}+frameChart :: Style -> Double -> ChartTree -> ChartTree+frameChart rs p cs = named "frame" [Chart rs (RectData (maybeToList (padRect p <$> view styleBox' cs)))] -- | Additive padding, framing or buffering for a chart list.-padChart :: Double -> [Chart] -> Chart-padChart p cs = BlankChart (maybeToList (padRect p <$> styleBoxes cs))+padChart :: Double -> ChartTree -> ChartTree+padChart p ct = named "padding" [Chart defaultStyle (BlankData (maybeToList (padRect p <$> view styleBox' ct)))] -- | Whether a chart is empty of data to be represented.-isEmptyChart :: Chart -> Bool-isEmptyChart (RectChart _ []) = True-isEmptyChart (LineChart _ []) = True-isEmptyChart (GlyphChart _ []) = True-isEmptyChart (TextChart _ []) = True-isEmptyChart (PathChart _ []) = True-isEmptyChart (BlankChart _) = True+isEmptyChart :: ChartData -> Bool+isEmptyChart (RectData []) = True+isEmptyChart (LineData []) = True+isEmptyChart (GlyphData []) = True+isEmptyChart (TextData []) = True+isEmptyChart (PathData []) = True+isEmptyChart (BlankData _) = True isEmptyChart _ = False -- | Horizontally stack a list of trees (proceeding to the right) with a gap between@@ -359,39 +479,35 @@ [] -> zero xs -> maybe zero (\(Rect x' _ _ _) -> x') (styleBoxes xs) --- | Stack a list of tree charts horizontally, then vertically+-- | Stack a list of tree charts horizontally, then vertically (proceeding downwards which is opposite to the usual coordinate reference system but intuitively the way people read charts) stack :: Int -> Double -> [ChartTree] -> ChartTree stack _ _ [] = mempty-stack n gap cs = vert gap (hori gap <$> group' cs [])+stack n gap cs = vert gap (reverse $ hori gap <$> group' cs []) where group' [] acc = reverse acc group' x acc = group' (drop n x) (take n x : acc) -- | Make a new chart tree out of the bounding boxes of a chart tree.-rectangularize :: RectStyle -> ChartTree -> ChartTree-rectangularize r c = group (Just "rectangularize") [over chart' (rectangularize_ r) c]--rectangularize_ :: RectStyle -> Chart -> Chart-rectangularize_ rs (TextChart s xs) = TextChart (s & #frame .~ Just rs) xs-rectangularize_ rs c = RectChart rs (maybeToList $ sbox c)+--+-- This includes any extra space for style elements.+rectangularize :: Style -> ChartTree -> ChartTree+rectangularize r ct = group (Just "rectangularize") [over chart' (\c -> set #chartStyle r $ set #chartData (rectangularize_ c) c) ct] --- | Make a new chart tree out of the data points of a chart tree, using the supplied glyphs.-glyphize :: GlyphStyle -> ChartTree -> ChartTree-glyphize g c =- group (Just "glyphize") [over chart' (glyphize_ g) c]+rectangularize_ :: Chart -> ChartData+rectangularize_ c = RectData (maybeToList $ sbox c) -glyphize_ :: GlyphStyle -> Chart -> Chart-glyphize_ g (TextChart _ xs) = GlyphChart g (snd <$> xs)-glyphize_ g (PathChart _ xs) = GlyphChart g (pointPath <$> xs)-glyphize_ g (LineChart _ xs) = GlyphChart g (mconcat xs)-glyphize_ g (BlankChart xs) = GlyphChart g (mid <$> xs)-glyphize_ g (RectChart _ xs) = GlyphChart g (mid <$> xs)-glyphize_ g (GlyphChart _ xs) = GlyphChart g xs+-- | Make a new chart tree out of the data points of a chart tree, using the supplied style (for glyphs).+glyphize :: Style -> ChartTree -> ChartTree+glyphize s ct =+ group (Just "glyphize") [over chart' (set #chartStyle s . over #chartData pointize_) ct] --- | Modify the text in a text chart.-overText :: (TextStyle -> TextStyle) -> Chart -> Chart-overText f (TextChart s xs) = TextChart (f s) xs-overText _ x = x+pointize_ :: ChartData -> ChartData+pointize_ (TextData xs) = GlyphData (snd <$> xs)+pointize_ (PathData xs) = GlyphData (pointPath <$> xs)+pointize_ (LineData xs) = GlyphData (mconcat xs)+pointize_ (BlankData xs) = GlyphData (mid <$> xs)+pointize_ (RectData xs) = GlyphData (mid <$> xs)+pointize_ (GlyphData xs) = GlyphData xs -- | Verticle or Horizontal data Orientation = Vert | Hori deriving (Eq, Show, Generic)@@ -409,4 +525,6 @@ CanvasAspect Double | -- | Rescale charts to a height of 1, preserving the existing x-y ratio of the underlying charts, inclusive of hud and style. ChartAspect+ | -- | Do not rescale charts. The style values should make sense in relation to the data ranges.+ UnscaledAspect deriving (Show, Eq, Generic)
src/Chart/Style.hs view
@@ -2,32 +2,30 @@ {-# LANGUAGE OverloadedLabels #-} {-# LANGUAGE OverloadedStrings #-} --- | Stylistic or syntactical options for chart elements.+-- | Definition of the syntactical manifestation of chart elements. module Chart.Style- ( -- * RectStyle- RectStyle (..),+ ( Style (..),+ defaultStyle,+ scaleStyle,++ -- * RectStyle defaultRectStyle, blob, clear, border, -- * TextStyle- TextStyle (..), defaultTextStyle, styleBoxText,- ScaleX (..),+ EscapeText (..), -- * GlyphStyle- GlyphStyle (..), defaultGlyphStyle, styleBoxGlyph,- gpalette1,- ScaleBorder (..),+ gpalette, GlyphShape (..),- glyphText, -- * LineStyle- LineStyle (..), defaultLineStyle, LineCap (..), fromLineCap,@@ -40,12 +38,16 @@ toAnchor, -- * PathStyle- PathStyle (..), defaultPathStyle,++ -- * Style scaling+ ScaleP (..),+ scaleRatio, ) where import Chart.Data+import Data.Bool import Data.ByteString (ByteString) import Data.Colour import Data.List qualified as List@@ -56,6 +58,7 @@ import Data.Text (Text) import Data.Text qualified as Text import GHC.Generics+import NumHask.Space import Optics.Core import Prelude @@ -66,63 +69,123 @@ -- >>> import Chart -- >>> import Optics.Core --- | Rectangle styling------ >>> defaultRectStyle--- RectStyle {borderSize = 1.0e-2, borderColor = Colour 0.02 0.29 0.48 1.00, color = Colour 0.02 0.73 0.80 0.10}+-- | Stylistic content of chart elements, involving how chart data is represented in the physical chart. ----- -data RectStyle = RectStyle- { borderSize :: Double,+-- >>> defaultStyle+-- Style {size = 6.0e-2, borderSize = 1.0e-2, color = Colour 0.02 0.73 0.80 0.10, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}+data Style = Style+ { -- | The size of the element in relation to the canvas domain.+ size :: Double,+ -- | stroke-width+ borderSize :: Double,+ -- | fill & fill-opacity+ color :: Colour,+ -- | stroke & stroke-opacity borderColor :: Colour,- color :: Colour+ -- | How to treat scale projections.+ scaleP :: ScaleP,+ -- | text-anchor+ anchor :: Anchor,+ -- | element rotation is radians+ rotation :: Maybe Double,+ -- | element translation+ translate :: Maybe (Point Double),+ -- | whether to html-like escape text+ escapeText :: EscapeText,+ -- | rectangular frame around an element.+ frame :: Maybe Style,+ -- | stroke-linecap+ lineCap :: Maybe LineCap,+ -- | stroke-linejoin+ lineJoin :: Maybe LineJoin,+ -- | stroke-dasharray+ dasharray :: Maybe [Double],+ -- | stroke-dashoffset+ dashoffset :: Maybe Double,+ -- | horizontal scaling modifier for text+ hsize :: Double,+ -- | vertical scaling modifier for text+ vsize :: Double,+ -- | horizontal shift for text alignment+ vshift :: Double,+ -- | shape for glyph chart elements+ glyphShape :: GlyphShape }- deriving (Show, Eq, Generic)+ deriving (Eq, Show, Generic) --- | the style-defaultRectStyle :: RectStyle-defaultRectStyle = RectStyle 0.01 (palette1a 1 1) (palette1a 0 0.1)+-- | The official default style+--+-- >>> defaultStyle+-- Style {size = 6.0e-2, borderSize = 1.0e-2, color = Colour 0.02 0.73 0.80 0.10, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}+defaultStyle :: Style+defaultStyle = Style 0.06 0.01 (paletteO 0 0.1) (paletteO 1 1) NoScaleP AnchorMiddle Nothing Nothing EscapeText Nothing Nothing Nothing Nothing Nothing 0.6 1.1 (-0.25) SquareGlyph +-- | The official style for rectangles.+--+-- >>> defaultRectStyle+-- Style {size = 6.0e-2, borderSize = 1.0e-2, color = Colour 0.02 0.73 0.80 0.10, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}+defaultRectStyle :: Style+defaultRectStyle = defaultStyle++-- | The official style for text elements.+--+-- >>> defaultTextStyle+-- Style {size = 6.0e-2, borderSize = 1.0e-2, color = Colour 0.05 0.05 0.05 1.00, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}+defaultTextStyle :: Style+defaultTextStyle = defaultStyle & set #size 0.06 & set #color dark++-- | The official style for glyphs.+--+-- >>> defaultGlyphStyle+-- Style {size = 3.0e-2, borderSize = 3.0e-3, color = Colour 0.02 0.73 0.80 0.20, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}+defaultGlyphStyle :: Style+defaultGlyphStyle = defaultStyle & set #size 0.03 & set #color (paletteO 0 0.2) & set #borderColor (set lightness' 0.4 $ paletteO 1 1) & set #borderSize 0.003++-- | The official style for lines.+--+-- >>> defaultLineStyle+-- Style {size = 1.2e-2, borderSize = 1.0e-2, color = Colour 0.05 0.05 0.05 1.00, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}+defaultLineStyle :: Style+defaultLineStyle = defaultStyle & set #size 0.012 & set #color dark++-- | The official style for paths.+--+-- >>> defaultPathStyle+-- Style {size = 6.0e-2, borderSize = 1.0e-2, color = Colour 0.66 0.07 0.55 1.00, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}+defaultPathStyle :: Style+defaultPathStyle = defaultStyle & set #color (palette 2) & set #borderColor (palette 1)++-- | Scale the size, borderSize and any translations of a 'Style'.+scaleStyle :: Double -> Style -> Style+scaleStyle x s =+ s+ & over #size (x *)+ & over #borderSize (x *)+ & over #translate (fmap (fmap (x *)))+ -- | solid rectangle, no border -- -- >>> blob black--- RectStyle {borderSize = 0.0, borderColor = Colour 0.00 0.00 0.00 0.00, color = Colour 0.00 0.00 0.00 1.00}-blob :: Colour -> RectStyle-blob = RectStyle 0 transparent+-- Style {size = 6.0e-2, borderSize = 0.0, color = Colour 0.00 0.00 0.00 1.00, borderColor = Colour 0.00 0.00 0.00 0.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}+blob :: Colour -> Style+blob c = defaultRectStyle & set #borderSize 0 & set #borderColor transparent & set #color c -- | transparent rect -- -- >>> clear--- RectStyle {borderSize = 0.0, borderColor = Colour 0.00 0.00 0.00 0.00, color = Colour 0.00 0.00 0.00 0.00}-clear :: RectStyle-clear = RectStyle 0 transparent transparent+-- Style {size = 6.0e-2, borderSize = 0.0, color = Colour 0.00 0.00 0.00 0.00, borderColor = Colour 0.00 0.00 0.00 0.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}+clear :: Style+clear = defaultRectStyle & set #borderSize 0 & set #borderColor transparent & set #color transparent -- | transparent rectangle, with border -- -- >>> border 0.01 transparent--- RectStyle {borderSize = 1.0e-2, borderColor = Colour 0.00 0.00 0.00 0.00, color = Colour 0.00 0.00 0.00 0.00}-border :: Double -> Colour -> RectStyle-border s c = RectStyle s c transparent---- | Text styling------ >>> defaultTextStyle--- TextStyle {size = 0.12, color = Colour 0.05 0.05 0.05 1.00, anchor = AnchorMiddle, hsize = 0.45, vsize = 1.1, vshift = -0.25, rotation = Nothing, scalex = ScaleX, frame = Nothing}-data TextStyle = TextStyle- { size :: Double,- color :: Colour,- anchor :: Anchor,- hsize :: Double,- vsize :: Double,- vshift :: Double,- rotation :: Maybe Double,- scalex :: ScaleX,- frame :: Maybe RectStyle- }- deriving (Show, Eq, Generic)+-- Style {size = 6.0e-2, borderSize = 1.0e-2, color = Colour 0.00 0.00 0.00 0.00, borderColor = Colour 0.00 0.00 0.00 0.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}+border :: Double -> Colour -> Style+border s c = defaultRectStyle & set #borderSize s & set #borderColor c & set #color transparent --- | Whether to scale text given X-axis scaling-data ScaleX = ScaleX | NoScaleX deriving (Eq, Show, Generic)+-- | Whether to escape the common XML escaped characters.+data EscapeText = EscapeText | NoEscapeText deriving (Eq, Show, Generic) -- | position anchor data Anchor = AnchorMiddle | AnchorStart | AnchorEnd deriving (Eq, Show, Generic)@@ -140,28 +203,23 @@ toAnchor "End" = AnchorEnd toAnchor _ = AnchorMiddle --- | the offical text style-defaultTextStyle :: TextStyle-defaultTextStyle =- TextStyle 0.12 dark AnchorMiddle 0.45 1.1 (-0.25) Nothing ScaleX Nothing- -- | the extra area from text styling styleBoxText ::- TextStyle ->+ Style -> Text -> Point Double -> Rect Double-styleBoxText o t p = mpad $ move p $ maybe flat (`rotationBound` flat) (o ^. #rotation)+styleBoxText o t p = mpad $ move p $ maybe flat (`rotationBound` flat) (view #rotation o) where- flat = Rect ((-x' / 2.0) + x' * a') (x' / 2 + x' * a') (-y' / 2 + n1') (y' / 2 + n1')- s = o ^. #size- h = o ^. #hsize- v = o ^. #vsize- n1 = o ^. #vshift+ flat = Rect ((-(x' / 2.0)) + x' * a') (x' / 2 + x' * a') (-(y' / 2 + n1')) (y' / 2 + n1')+ s = view #size o+ h = view #hsize o+ v = view #vsize o+ n1 = view #vshift o x' = s * h * fromIntegral (Text.length t) y' = s * v- n1' = -s * n1- a' = case o ^. #anchor of+ n1' = (-s) * n1+ a' = case view #anchor o of AnchorStart -> 0.5 AnchorEnd -> -0.5 AnchorMiddle -> 0.0@@ -169,42 +227,6 @@ Nothing -> id Just f -> padRect (0.5 * view #borderSize f * view #size o) --- | Glyph styling------ >>> defaultGlyphStyle--- GlyphStyle {size = 3.0e-2, color = Colour 0.02 0.73 0.80 0.20, borderColor = Colour 0.02 0.29 0.48 1.00, borderSize = 3.0e-3, shape = SquareGlyph, rotation = Nothing, translate = Nothing}------ -data GlyphStyle = GlyphStyle- { -- | glyph radius- size :: Double,- -- | fill color- color :: Colour,- -- | stroke color- borderColor :: Colour,- -- | stroke width (adds a bit to the bounding box)- borderSize :: Double,- shape :: GlyphShape,- rotation :: Maybe Double,- translate :: Maybe (Point Double)- }- deriving (Show, Eq, Generic)---- | the offical glyph style-defaultGlyphStyle :: GlyphStyle-defaultGlyphStyle =- GlyphStyle- 0.03- (palette1a 0 0.2)- (set lightness' 0.4 $ palette1a 1 1)- 0.003- SquareGlyph- Nothing- Nothing---- | Should glyph borders be scaled?-data ScaleBorder = ScaleBorder | NoScaleBorder deriving (Show, Eq, Generic)- -- | glyph shapes data GlyphShape = CircleGlyph@@ -216,50 +238,35 @@ TriangleGlyph (Point Double) (Point Double) (Point Double) | VLineGlyph | HLineGlyph- | PathGlyph ByteString ScaleBorder+ | PathGlyph ByteString deriving (Show, Eq, Generic) --- | textifier-glyphText :: GlyphShape -> ByteString-glyphText sh =- case sh of- CircleGlyph -> "Circle"- SquareGlyph -> "Square"- TriangleGlyph {} -> "Triangle"- EllipseGlyph _ -> "Ellipse"- RectSharpGlyph _ -> "RectSharp"- RectRoundedGlyph {} -> "RectRounded"- VLineGlyph -> "VLine"- HLineGlyph -> "HLine"- PathGlyph _ _ -> "Path"- -- | the extra area from glyph styling-styleBoxGlyph :: GlyphStyle -> Rect Double+styleBoxGlyph :: Style -> Rect Double styleBoxGlyph s = move p' $ rot' $- sw $ case sh of+ sw $ case view #glyphShape s of CircleGlyph -> (sz *) <$> one SquareGlyph -> (sz *) <$> one EllipseGlyph a -> scale (Point sz (a * sz)) one RectSharpGlyph a -> scale (Point sz (a * sz)) one RectRoundedGlyph a _ _ -> scale (Point sz (a * sz)) one- VLineGlyph -> scale (Point (s ^. #borderSize) sz) one- HLineGlyph -> scale (Point sz (s ^. #borderSize)) one+ VLineGlyph -> scale (Point (view #borderSize s) sz) one+ HLineGlyph -> scale (Point sz (view #borderSize s)) one TriangleGlyph a b c -> (sz *) <$> unsafeSpace1 ([a, b, c] :: [Point Double])- PathGlyph path' _ -> maybe zero (fmap (sz *)) (pathBoxes . svgToPathData $ path')+ PathGlyph path' -> maybe zero (fmap (sz *)) (pathBoxes . svgToPathData $ path') where- sh = s ^. #shape- sz = s ^. #size- sw = padRect (0.5 * s ^. #borderSize)- p' = fromMaybe (Point 0.0 0.0) (s ^. #translate)+ sz = view #size s+ sw = padRect (0.5 * view #borderSize s)+ p' = fromMaybe (Point 0.0 0.0) (view #translate s) rot' = maybe id rotationBound (view #rotation s) -- | Infinite list of glyph shapes ----- >>> gpalette1 0+-- >>> gpalette 0 -- CircleGlyph-gpalette1 :: Int -> GlyphShape-gpalette1 x = cycle gpalette1_ List.!! x+gpalette :: Int -> GlyphShape+gpalette x = cycle gpalette1_ List.!! x -- | finite list of glyphs gpalette1_ :: [GlyphShape]@@ -272,13 +279,13 @@ VLineGlyph, HLineGlyph, TriangleGlyph (Point 0.0 0.0) (Point 1 1) (Point 1 0),- PathGlyph "M0.05,-0.03660254037844387 A0.1 0.1 0.0 0 1 0.0,0.05 0.1 0.1 0.0 0 1 -0.05,-0.03660254037844387 0.1 0.1 0.0 0 1 0.05,-0.03660254037844387 Z" ScaleBorder+ PathGlyph "M0.05,-0.03660254037844387 A0.1 0.1 0.0 0 1 0.0,0.05 0.1 0.1 0.0 0 1 -0.05,-0.03660254037844387 0.1 0.1 0.0 0 1 0.05,-0.03660254037844387 Z" ] -- | line cap style data LineCap = LineCapButt | LineCapRound | LineCapSquare deriving (Eq, Show, Generic) --- | textifier+-- | svg textifier fromLineCap :: (IsString s) => LineCap -> s fromLineCap LineCapButt = "butt" fromLineCap LineCapRound = "round"@@ -294,7 +301,7 @@ -- | line cap style data LineJoin = LineJoinMiter | LineJoinBevel | LineJoinRound deriving (Eq, Show, Generic) --- | textifier+-- | svg textifier fromLineJoin :: (IsString s) => LineJoin -> s fromLineJoin LineJoinMiter = "miter" fromLineJoin LineJoinBevel = "bevel"@@ -307,40 +314,45 @@ toLineJoin "round" = LineJoinRound toLineJoin _ = LineJoinMiter --- | line style------ >>> defaultLineStyle--- LineStyle {size = 1.2e-2, color = Colour 0.05 0.05 0.05 1.00, linecap = Nothing, linejoin = Nothing, dasharray = Nothing, dashoffset = Nothing}------ ------ See also <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute>-data LineStyle = LineStyle- { size :: Double,- color :: Colour,- linecap :: Maybe LineCap,- linejoin :: Maybe LineJoin,- dasharray :: Maybe [Double],- dashoffset :: Maybe Double- }- deriving (Show, Eq, Generic)---- | the official default line style-defaultLineStyle :: LineStyle-defaultLineStyle = LineStyle 0.012 dark Nothing Nothing Nothing Nothing+-- | Scale Projection options+data ScaleP+ = -- | Do not scale under projection.+ NoScaleP+ | -- | Scale based on the X axis ratio of a projection+ ScalePX+ | -- | Scale based on the Y axis ratio of a projection+ ScalePY+ | -- | Scale based on minimum of (X axis, Y axis) ratio+ ScalePMinDim+ | -- | Scale based on the area ratio of a projection+ ScalePArea+ deriving (Generic, Eq, Show) --- | Path styling+-- | given a ScaleP and two Rects, what is the scaling factor for a projection ----- >>> defaultPathStyle--- PathStyle {borderSize = 1.0e-2, borderColor = Colour 0.02 0.29 0.48 1.00, color = Colour 0.66 0.07 0.55 1.00}-data PathStyle = PathStyle- { borderSize :: Double,- borderColor :: Colour,- color :: Colour- }- deriving (Show, Eq, Generic)---- | the style-defaultPathStyle :: PathStyle-defaultPathStyle =- PathStyle 0.01 (palette1 1) (palette1 2)+-- Guards against scaling to zero or infinity+scaleRatio :: ScaleP -> Rect Double -> Rect Double -> Double+scaleRatio NoScaleP _ _ = 1+scaleRatio ScalePX new old = bool 1 (width nx / width ox) (width ox > 0 && width nx > 0)+ where+ (Ranges nx _) = new+ (Ranges ox _) = old+scaleRatio ScalePY new old = bool 1 (width ny / width oy) (width oy > 0 && width ny > 0)+ where+ (Ranges _ ny) = new+ (Ranges _ oy) = old+scaleRatio ScalePArea new old = bool 1 (sqrt (an / ao)) (an > 0 && ao > 0)+ where+ (Ranges nx ny) = new+ (Ranges ox oy) = old+ an = width nx * width ny+ ao = width ox * width oy+scaleRatio ScalePMinDim new old = closestToOne+ where+ x' = scaleRatio ScalePX new old+ y' = scaleRatio ScalePY new old+ closestToOne+ | x' >= 1 && y' >= 1 = bool x' y' (x' > y')+ | x' >= 1 && y' < 1 = bool x' y' (x' > (1 / y'))+ | x' < 1 && y' >= 1 = bool x' y' ((1 / x') > y')+ | otherwise = bool x' y' ((1 / x') > (1 / y'))
src/Chart/Surface.hs view
@@ -15,8 +15,9 @@ surfacef, SurfaceLegendOptions (..), defaultSurfaceLegendOptions,- surfaceLegendChart,- surfaceAxisOptions,+ surfaceLegendAxisOptions,+ gridReferenceChart,+ addSurfaceLegend, ) where @@ -29,8 +30,9 @@ import Data.Colour import Data.Foldable import Data.FormatN-import Data.Text (Text)+import Data.Maybe import GHC.Generics+import NumHask.Space import Optics.Core import Prelude @@ -53,20 +55,20 @@ -- | A surface chart is a specialization of a 'RectChart' -- -- >>> defaultSurfaceStyle--- SurfaceStyle {surfaceColors = [Colour 0.02 0.73 0.80 1.00,Colour 0.02 0.29 0.48 1.00], surfaceRectStyle = RectStyle {borderSize = 0.0, borderColor = Colour 0.00 0.00 0.00 0.00, color = Colour 0.05 0.05 0.05 1.00}}+-- SurfaceStyle {surfaceColors = [Colour 0.02 0.73 0.80 1.00,Colour 0.02 0.29 0.48 1.00], surfaceRectStyle = Style {size = 6.0e-2, borderSize = 0.0, color = Colour 0.05 0.05 0.05 1.00, borderColor = Colour 0.00 0.00 0.00 0.00, scaleP = NoScaleP, anchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}} -- --  data SurfaceStyle = SurfaceStyle { -- | list of colours to interpolate between. surfaceColors :: [Colour],- surfaceRectStyle :: RectStyle+ surfaceRectStyle :: Style } deriving (Show, Eq, Generic) -- | The official surface style. defaultSurfaceStyle :: SurfaceStyle defaultSurfaceStyle =- SurfaceStyle (palette1 <$> [0 .. 1]) (blob dark)+ SurfaceStyle (palette <$> [0 .. 1]) (blob dark) -- | Main surface data elements data SurfaceData = SurfaceData@@ -78,12 +80,12 @@ deriving (Show, Eq, Generic) -- | surface chart without any hud trimmings-surfaces :: RectStyle -> [SurfaceData] -> [Chart]+surfaces :: Style -> [SurfaceData] -> [Chart] surfaces rs ps = ( \(SurfaceData r c) ->- RectChart- (rs & #color .~ c)- [r]+ Chart+ (rs & set #color c)+ (RectData [r]) ) <$> ps @@ -105,107 +107,77 @@ -- | Create a surface chart from a function. surfacef :: (Point Double -> Double) -> SurfaceOptions -> ([Chart], Range Double) surfacef f cfg =- first (surfaces (cfg ^. #soStyle % #surfaceRectStyle)) $+ first (surfaces (view (#soStyle % #surfaceRectStyle) cfg)) $ mkSurfaceData f- (cfg ^. #soRange)- (cfg ^. #soGrain)- (toList $ cfg ^. #soStyle % #surfaceColors)+ (view #soRange cfg)+ (view #soGrain cfg)+ (toList $ view (#soStyle % #surfaceColors) cfg) -- | Legend specialization for a surface chart. data SurfaceLegendOptions = SurfaceLegendOptions- { sloStyle :: SurfaceStyle,- sloTitle :: Text,+ { sloAxisOptions :: AxisOptions, -- | Width of the legend glyph sloWidth :: Double, -- | Resolution of the legend glyph sloResolution :: Int,- sloAxisOptions :: AxisOptions,- sloLegendOptions :: LegendOptions+ sloDataRange :: Range Double,+ -- | Placement of the legend versus normalised chart placement+ sloRect :: Rect Double,+ sloSurfaceStyle :: SurfaceStyle } deriving (Eq, Show, Generic) --- | 'AxisOptions' for a surface chart.-surfaceAxisOptions :: Colour -> AxisOptions-surfaceAxisOptions c =+-- | 'AxisOptions' for a surface chart legend.+surfaceLegendAxisOptions :: AxisOptions+surfaceLegendAxisOptions = AxisOptions Nothing Nothing ( Ticks (TickRound (FormatN FSPrec (Just 3) 4 True True) 4 NoTickExtend)- (Just (defaultGlyphTick & #borderColor .~ c & #color .~ c & #shape .~ VLineGlyph, 0.01))- (Just (defaultTextTick & #color .~ c, 0.03))+ (Just defaultGlyphTickStyleY)+ (Just (defaultTextTick & set #buffer 0.05)) Nothing ) PlaceRight -- | official surface legend options-defaultSurfaceLegendOptions :: Colour -> Text -> SurfaceLegendOptions-defaultSurfaceLegendOptions c t =- SurfaceLegendOptions defaultSurfaceStyle t 0.05 100 (surfaceAxisOptions c) surfaceLegendOptions--surfaceLegendOptions :: LegendOptions-surfaceLegendOptions =- defaultLegendOptions- & #place .~ PlaceRight- & #overallScale .~ 0.9- & #size .~ 0.5- & #vgap .~ 0.05- & #hgap .~ 0.01- & #innerPad .~ 0.05- & #outerPad .~ 0.02- & #textStyle % #hsize .~ 0.5- & #textStyle % #size .~ 0.1- & #frame .~ Nothing+defaultSurfaceLegendOptions :: SurfaceLegendOptions+defaultSurfaceLegendOptions =+ SurfaceLegendOptions surfaceLegendAxisOptions 0.2 100 one (Rect 0.7 0.9 0 0.5) defaultSurfaceStyle --- | Creation of the classical heatmap glyph within a legend context.-surfaceLegendChart :: Range Double -> SurfaceLegendOptions -> ChartTree-surfaceLegendChart dataRange l =- legendFrame (view #sloLegendOptions l) hs+-- | Chart used as a reference to a surface chart.+gridReferenceChart :: SurfaceLegendOptions -> ChartTree+gridReferenceChart slo =+ named "grid reference" $+ zipWith+ (\r c -> Chart (blob c) (RectData [r]))+ (gridf <$> spaceGrid)+ colorGrid where- a = makeSurfaceTick l (named "pchart" pchart)- pchart- | l ^. #sloLegendOptions % #place == PlaceBottom- || l ^. #sloLegendOptions % #place == PlaceTop =- vertGlyph- | otherwise = horiGlyph- t = TextChart (l ^. #sloLegendOptions % #textStyle & #anchor .~ AnchorStart) [(l ^. #sloTitle, zero)]- hs = vert (l ^. #sloLegendOptions % #vgap) [a, unnamed [t]]- vertGlyph :: [Chart]- vertGlyph =- zipWith- (\r c -> RectChart (blob c) [r])- ( (\xr -> Ranges xr (Range 0 (l ^. #sloWidth)))- <$> gridSpace- dataRange- (l ^. #sloResolution)- )- ( (\x -> mixes x (toList $ l ^. #sloStyle % #surfaceColors))- <$> grid MidPos (Range 0 1) (l ^. #sloResolution)- )- horiGlyph :: [Chart]- horiGlyph =- zipWith- (\r c -> RectChart (blob c) [r])- ( (\yr -> Ranges (Range 0 (l ^. #sloWidth)) yr)- <$> gridSpace- dataRange- (l ^. #sloResolution)- )- ( (\x -> mixes x (toList $ l ^. #sloStyle % #surfaceColors))- <$> grid MidPos (Range 0 1) (l ^. #sloResolution)- )+ spaceGrid = gridSpace (view #sloDataRange slo) (view #sloResolution slo)+ gridf =+ bool+ (\yr -> Ranges (Range 0 (view #sloWidth slo)) yr)+ (\xr -> Ranges xr (Range 0 (view #sloWidth slo)))+ (isHori slo)+ colorGrid =+ (\x -> mixes x (toList $ view (#sloSurfaceStyle % #surfaceColors) slo))+ <$> grid MidPos (Range 0 1) (view #sloResolution slo) isHori :: SurfaceLegendOptions -> Bool-isHori l =- l ^. #sloLegendOptions % #place == PlaceBottom- || l ^. #sloLegendOptions % #place == PlaceTop+isHori slo =+ view (#sloAxisOptions % #place) slo == PlaceBottom+ || view (#sloAxisOptions % #place) slo == PlaceTop -makeSurfaceTick :: SurfaceLegendOptions -> ChartTree -> ChartTree-makeSurfaceTick l pchart = case view styleBox' pchart of- Nothing -> pchart- Just r' -> phud- where- r'' = bool (Rect 0 (l ^. #sloWidth) 0 (l ^. #sloLegendOptions % #size)) (Rect 0 (l ^. #sloLegendOptions % #size) 0 (l ^. #sloWidth)) (isHori l)- (hs, db) = toHuds (mempty & set #chartAspect ChartAspect & set #axes [(9, l ^. #sloAxisOptions & #place .~ bool PlaceRight PlaceBottom (isHori l))]) r'- phud = runHudWith r'' db hs pchart+-- | Add a surface legend to a main surface chart.+addSurfaceLegend :: SurfaceLegendOptions -> ChartTree -> ChartTree+addSurfaceLegend slo ct = ctBoth+ where+ grc = gridReferenceChart slo+ hoLegend = (mempty :: HudOptions) & set #axes [Priority 1 (view #sloAxisOptions slo)]+ grcLegend = addHud (FixedAspect (view #sloWidth slo)) hoLegend grc+ ctbox = fromMaybe one (view styleBox' ct)+ legbox = projectOnR ctbox one (view #sloRect slo)+ ctBoth = mconcat [projectChartTree legbox grcLegend, ct]
src/Data/Colour.hs view
@@ -25,8 +25,8 @@ unsafeFromHex, -- * Palette colours- palette1,- palette1a,+ palette,+ paletteO, transparent, black, white,@@ -87,7 +87,6 @@ import GHC.Generics hiding (prec) import Graphics.Color.Model as M hiding (LCH) import Graphics.Color.Space qualified as S-import NumHask.Algebra.Metric import NumHask.Array.Fixed import Optics.Core import System.Random@@ -239,12 +238,12 @@ -- | Select a Colour from the palette ----- >>> palette1 0+-- >>> palette 0 -- Colour 0.02 0.73 0.80 1.00 -- -- -palette1 :: Int -> Colour-palette1 x = cycle palette1_ List.!! x+palette :: Int -> Colour+palette x = cycle palette1_ List.!! x palette1LCHA_ :: [LCHA] palette1LCHA_ = [LCHA 0.72 0.123 207 1, LCHA 0.40 0.10 246 1, LCHA 0.50 0.21 338 1, LCHA 0.8 0.15 331 1, LCHA 0.83 0.14 69 1, LCHA 0.57 0.15 50 1, LCHA 0.38 0.085 128 1, LCHA 0.60 0.08 104 1]@@ -253,16 +252,16 @@ -- -- Swatched to the oklab color model: ----- +--  palette1_ :: [Colour] palette1_ = trimColour . view lcha2colour' <$> palette1LCHA_ -- | Select a Colour from the palette with a specified opacity ----- >>> palette1a 0 0.5+-- >>> paletteO 0 0.5 -- Colour 0.02 0.73 0.80 0.50-palette1a :: Int -> Double -> Colour-palette1a x a = set opac' a $ cycle palette1_ List.!! x+paletteO :: Int -> Double -> Colour+paletteO x a = set opac' a $ cycle palette1_ List.!! x -- | black --@@ -502,7 +501,7 @@ ] cubicroot :: (Floating a, Ord a) => a -> a-cubicroot x = bool (-1 * (-x) ** (1 / 3.0)) (x ** (1 / 3.0)) (x >= 0)+cubicroot x = bool ((-1) * (-x) ** (1 / 3.0)) (x ** (1 / 3.0)) (x >= 0) -- >>> xyz2lab_ [0.95, 1, 1.089] -- [0.9999686754143632, -2.580058168537569e-4, -1.1499756458199784e-4]
src/Data/Path.hs view
@@ -49,6 +49,7 @@ import GHC.Generics import Geom2D.CubicBezier qualified as B import NumHask.Prelude+import NumHask.Space -- $setup --@@ -193,7 +194,7 @@ -- -- >>> let p = ArcPosition (Point 0 0) (Point 1 0) (ArcInfo (Point 1 0.5) (pi/4) False True) -- >>> arcCentroid p--- ArcCentroid {centroid = Point 0.20952624903444356 -0.48412291827592724, radius = Point 1.0 0.5, cphi = 0.7853981633974483, ang0 = 1.3753858999692936, angdiff = -1.823476581936975}+-- ArcCentroid {centroid = Point 0.20952624903444356 (-0.48412291827592724), radius = Point 1.0 0.5, cphi = 0.7853981633974483, ang0 = 1.3753858999692936, angdiff = -1.823476581936975} arcCentroid :: (Ord a, FromInteger a, TrigField a, ExpField a) => ArcPosition a -> ArcCentroid a arcCentroid (ArcPosition p1@(Point x1 y1) p2@(Point x2 y2) (ArcInfo rad phi' large' clockwise')) = ArcCentroid c (Point rx ry) phi' ang1 angd where@@ -211,12 +212,12 @@ cx = (x1 + x2) / 2 + cos phi' * cx' - sin phi' * cy' cy = (y1 + y2) / 2 + sin phi' * cx' + cos phi' * cy' c = Point cx cy- ang1 = angle (Point (-(cx' - x1') / rx) (-(cy' - y1') / ry))- ang2 = angle (Point (-(cx' + x1') / rx) (-(cy' + y1') / ry))+ ang1 = angle (Point (-((cx' - x1') / rx)) (-((cy' - y1') / ry)))+ ang2 = angle (Point (-((cx' + x1') / rx)) (-((cy' + y1') / ry))) angd' = ang2 - ang1 angd = bool 0 (2 * pi) (not clockwise' && angd' < 0)- + bool 0 (-2 * pi) (clockwise' && angd' > 0)+ + bool 0 (-(2 * pi)) (clockwise' && angd' > 0) + angd' -- | Convert from an ArcCentroid to an ArcPosition specification.@@ -242,7 +243,7 @@ -- | Ellipse formulae -- -- >>> ellipse zero (Point 1 2) (pi/6) pi--- Point -0.8660254037844388 -0.4999999999999997+-- Point (-0.8660254037844388) (-0.4999999999999997) -- -- Compare this "elegent" definition from [stackexchange](https://math.stackexchange.com/questions/426150/what-is-the-general-equation-of-the-ellipse-that-is-not-in-the-origin-and-rotate) --@@ -258,10 +259,8 @@ -- | compute the bounding box for an arcBox ----- >>> let p = ArcPosition (Point 0 0) (Point 1 0) (ArcInfo (Point 1 0.5) (pi/4) False True)--- >>> import Data.FormatN--- >>> fmap (fixed (Just 3)) (arcBox p)--- Rect "-0.000" "1.000" "-0.000" "0.306"+-- > let p = ArcPosition (Point 0 0) (Point 1 0) (ArcInfo (Point 1 0.5) (pi/4) False True)+-- > arcBox p arcBox :: ArcPosition Double -> Rect Double arcBox p = unsafeSpace1 pts where@@ -291,7 +290,7 @@ arcDerivs :: Point Double -> Double -> (Double, Double) arcDerivs (Point rx ry) phi' = (thetax1, thetay1) where- thetax1 = atan2 (-sin phi' * ry) (cos phi' * rx)+ thetax1 = atan2 (-(sin phi' * ry)) (cos phi' * rx) thetay1 = atan2 (cos phi' * ry) (sin phi' * rx) -- | Quadratic bezier curve expressed in positional terms.@@ -332,7 +331,7 @@ -- > quadPolar . quadPosition == id -- -- >>> quadPosition $ quadPolar (QuadPosition (Point 0 0) (Point 1 1) (Point 2 (-1)))--- QuadPosition {qposStart = Point 0.0 0.0, qposEnd = Point 1.0 1.0, qposControl = Point 2.0 -0.9999999999999998}+-- QuadPosition {qposStart = Point 0.0 0.0, qposEnd = Point 1.0 1.0, qposControl = Point 2.0 (-0.9999999999999998)} quadPosition :: (TrigField a) => QuadPolar a -> QuadPosition a quadPosition (QuadPolar start' end control) = QuadPosition start' end control' where@@ -341,7 +340,7 @@ -- | The quadratic bezier equation -- -- >>> quadBezier (QuadPosition (Point 0 0) (Point 1 1) (Point 2 (-1))) 0.33333333--- Point 0.9999999933333332 -0.33333333333333326+-- Point 0.9999999933333332 (-0.33333333333333326) quadBezier :: (FromInteger a, ExpField a) => QuadPosition a -> a -> Point a quadBezier (QuadPosition start' end control) theta = (1 - theta)@@ -369,7 +368,7 @@ -- | Bounding box for a QuadPosition -- -- >>> quadBox (QuadPosition (Point 0 0) (Point 1 1) (Point 2 (-1)))--- Rect 0.0 1.3333333333333335 -0.33333333333333337 1.0+-- Rect 0.0 1.3333333333333335 (-0.33333333333333337) 1.0 quadBox :: QuadPosition Double -> Rect Double quadBox p = unsafeSpace1 pts where@@ -424,7 +423,7 @@ -- > cubicPolar . cubicPosition == id -- -- >>> cubicPosition $ cubicPolar (CubicPosition (Point 0 0) (Point 1 1) (Point 1 (-1)) (Point 0 2))--- CubicPosition {cposStart = Point 0.0 0.0, cposEnd = Point 1.0 1.0, cposControl1 = Point 1.0 -1.0, cposControl2 = Point 1.6653345369377348e-16 2.0}+-- CubicPosition {cposStart = Point 0.0 0.0, cposEnd = Point 1.0 1.0, cposControl1 = Point 1.0 (-1.0), cposControl2 = Point 1.6653345369377348e-16 2.0} cubicPosition :: (Eq a, TrigField a, ExpField a) => CubicPolar a -> CubicPosition a cubicPosition (CubicPolar start' end control1 control2) = CubicPosition start' end control1' control2' where@@ -478,7 +477,7 @@ -- | Bounding box for a CubicPosition -- -- >>> cubicBox (CubicPosition (Point 0 0) (Point 1 1) (Point 1 (-1)) (Point 0 2))--- Rect 0.0 1.0 -0.20710678118654752 1.2071067811865475+-- Rect 0.0 1.0 (-0.20710678118654752) 1.2071067811865475 cubicBox :: CubicPosition Double -> Rect Double cubicBox p = unsafeSpace1 pts where
src/Data/Path/Parser.hs view
@@ -3,10 +3,9 @@ {-# LANGUAGE RebindableSyntax #-} {-# LANGUAGE TemplateHaskell #-} --- | SVG path manipulation+-- | Conversions to and from an SVG path to a 'PathData' module Data.Path.Parser ( -- * Parsing- -- $parsing parsePath, pathParser, command,@@ -33,20 +32,11 @@ import NumHask.Prelude hiding (optional, (<|>)) import Optics.Core hiding ((<|)) --- $parsing--- Every element of an svg path can be thought of as exactly two points in space, with instructions of how to draw a curve between them. From this point of view, one which this library adopts, a path chart is thus very similar to a line chart. There's just a lot more information about the style of this line to deal with.------ References:------ [SVG d attribute](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/d)------ [SVG Paths](https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths)- -- | Parse a raw path string. -- -- >>> let outerseg1 = "M-1.0,0.5 A0.5 0.5 0.0 1 1 0.0,-1.2320508075688774 1.0 1.0 0.0 0 0 -0.5,-0.3660254037844387 1.0 1.0 0.0 0 0 -1.0,0.5 Z" -- >>> parsePath outerseg1--- Just [MoveTo OriginAbsolute [Point -1.0 0.5],EllipticalArc OriginAbsolute [(0.5,0.5,0.0,True,True,Point 0.0 -1.2320508075688774),(1.0,1.0,0.0,False,False,Point -0.5 -0.3660254037844387),(1.0,1.0,0.0,False,False,Point -1.0 0.5)],EndPath]+-- Just [MoveTo OriginAbsolute [Point (-1.0) 0.5],EllipticalArc OriginAbsolute [(0.5,0.5,0.0,True,True,Point 0.0 (-1.2320508075688774)),(1.0,1.0,0.0,False,False,Point (-0.5) (-0.3660254037844387)),(1.0,1.0,0.0,False,False,Point (-1.0) 0.5)],EndPath] parsePath :: ByteString -> Maybe [PathCommand] parsePath = runParserMaybe pathParser @@ -225,7 +215,7 @@ <> " " <> pv' y <> " "- <> pv' (-phi' * 180 / pi)+ <> pv' (-(phi' * 180 / pi)) <> " " <> bool "0" "1" l <> " "@@ -277,13 +267,14 @@ relToAbs p xs = accsum (p : xs) moveTo :: [Point Double] -> State PathCursor [PathData Double]-moveTo xs = do- put (PathCursor (last xs) (head xs) Nothing)- pure (StartP (head xs) : (LineP <$> tail xs))+moveTo [] = pure []+moveTo (x : xs) = do+ put (PathCursor (fromMaybe x $ listToMaybe $ reverse xs) x Nothing)+ pure (StartP x : (LineP <$> xs)) lineTo :: [Point Double] -> State PathCursor [PathData Double] lineTo xs = do- modify ((#curPrevious .~ last xs) . (#curControl .~ Nothing))+ modify (set #curPrevious (last xs) . set #curControl Nothing) pure $ LineP <$> xs horTo :: [Double] -> State PathCursor [PathData Double]@@ -299,7 +290,7 @@ curveTo :: [(Point Double, Point Double, Point Double)] -> State PathCursor [PathData Double] curveTo xs = do modify- ( (#curPrevious .~ (\(_, _, p) -> p) (last xs))+ ( set #curPrevious ((\(_, _, p) -> p) (last xs)) . (#curControl ?~ (\(_, c2, _) -> c2) (last xs)) ) pure $ (\(c1, c2, x2) -> CubicP c1 c2 x2) <$> xs@@ -326,12 +317,11 @@ smoothCurveToStep :: (Point Double, Point Double) -> State PathCursor (PathData Double) smoothCurveToStep (c2, x2) = do c1 <- reflControlPoint- modify ((#curControl ?~ c2) . (#curPrevious .~ x2))+ modify ((#curControl ?~ c2) . set #curPrevious x2) pure (CubicP c1 c2 x2) smoothCurveTo :: [(Point Double, Point Double)] -> State PathCursor [PathData Double]-smoothCurveTo xs =- mapM smoothCurveToStep xs+smoothCurveTo = mapM smoothCurveToStep -- | Convert relative points to absolute points relToAbs2 :: (Additive a) => a -> [(a, a)] -> [(a, a)]@@ -346,24 +336,23 @@ quad :: [(Point Double, Point Double)] -> State PathCursor [PathData Double] quad xs = do modify- ( (#curPrevious .~ snd (last xs))- . (#curControl ?~ fst (last xs))+ ( set #curPrevious (snd (last xs))+ . set #curControl (Just (fst (last xs))) ) pure $ uncurry QuadP <$> xs smoothQuadStep :: Point Double -> State PathCursor (PathData Double) smoothQuadStep x2 = do c1 <- reflControlPoint- modify ((#curControl ?~ c1) . (#curPrevious .~ x2))+ modify (set #curControl (Just c1) . set #curPrevious x2) pure (QuadP c1 x2) smoothQuad :: [Point Double] -> State PathCursor [PathData Double]-smoothQuad xs =- mapM smoothQuadStep xs+smoothQuad = mapM smoothQuadStep arcTo :: [(Double, Double, Double, Bool, Bool, Point Double)] -> State PathCursor [PathData Double] arcTo xs = do- modify ((#curPrevious .~ (\(_, _, _, _, _, p) -> p) (last xs)) . (#curControl .~ Nothing))+ modify (set #curPrevious ((\(_, _, _, _, _, p) -> p) (last xs)) . set #curControl Nothing) pure $ fromPathEllipticalArc <$> xs fromPathEllipticalArc :: (a, a, a, Bool, Bool, Point a) -> PathData a