SVG/Source/Painting
Thomas Stocker 1343b5616e
Remove Fizzler V3 (#1092)
* initial ExCss Implementation ported from RemoveFizzlerV2 Branch
* remove Fizzler from Readme
* updated Fizzler for regression tests to 1.3.0 and implemented :not Pseudofunction
* implemented nth type and nth-last-type
* Implement :root
2023-10-09 08:59:25 +02:00
..
GenericBoundable.cs Fix 'Parameter is not valid' exception when drawing to bitmap (#1006) 2022-09-05 22:08:28 +02:00
ISvgBoundable.cs Enable building code without System.Drawing.Common dependency (#931) 2022-01-05 21:59:02 +01:00
ISvgStylable.cs Enable building code without System.Drawing.Common dependency (#931) 2022-01-05 21:59:02 +01:00
SvgColourConverter.cs Fix the color string format if no `System.Drawing.Common` is available (#1055) 2023-05-21 13:13:55 +02:00
SvgColourServer.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgColourServer.cs Refactor framework symbols. (#1042) 2023-02-21 15:24:16 +01:00
SvgDeferredPaintServer.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgDeferredPaintServer.cs Minor optimisations (#1084) 2023-10-08 14:08:25 +02:00
SvgDeferredPaintServerFactory.cs Redesign of SvgPaintServer decision in SvgPaintServerFactory. (#564) 2019-09-11 19:13:11 +02:00
SvgFallbackPaintServer.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgFallbackPaintServer.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgFillRule.cs Autoformat source code 2019-05-20 21:46:35 +02:00
SvgGradientServer.Drawing.cs Make sure InheritGradient values are inherited (#970) 2022-04-07 20:31:56 +02:00
SvgGradientServer.cs Fixes out of memory in Svg 3.4.2 (#991) 2022-07-13 20:24:12 +02:00
SvgGradientSpreadMethod.cs Fixed many attribute enums. Now they will 1) output the proper case, 2) only output if non-null and non-default, 3) include more documentation, 4) are marked as Flags where appropriate. 2015-04-03 15:36:19 -04:00
SvgGradientStop.cs Use Source Generators for SvgElementFactory (#772) 2021-01-07 20:11:08 +01:00
SvgLinearGradientServer.Drawing.cs Fix Build Warnings (#1043) 2023-02-22 08:07:08 +01:00
SvgLinearGradientServer.cs Make sure InheritGradient values are inherited (#970) 2022-04-07 20:31:56 +02:00
SvgMarker.Drawing.cs Remove Fizzler V3 (#1092) 2023-10-09 08:59:25 +02:00
SvgMarker.cs Remove Fizzler V3 (#1092) 2023-10-09 08:59:25 +02:00
SvgPaintServer.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgPaintServer.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgPaintServerFactory.cs Fix some issues for netstandard2.0 target (#630) 2020-01-01 15:04:52 +01:00
SvgPatternServer.Drawing.cs Minor optimisations (#1084) 2023-10-08 14:08:25 +02:00
SvgPatternServer.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgRadialGradientServer.Drawing.cs Minor optimisations (#1084) 2023-10-08 14:08:25 +02:00
SvgRadialGradientServer.cs Make sure InheritGradient values are inherited (#970) 2022-04-07 20:31:56 +02:00
SvgStrokeLineCap.cs Autoformat source code 2019-05-20 21:46:35 +02:00
SvgStrokeLineJoin.cs Add new line joins defined by the SVG standard (#621) 2020-12-27 15:09:48 +01:00