Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Wiesław Šoltés e570088730
Use Source Generators for SvgElementFactory (#772)
- replace runtime reflection by source generators to improve performance
- done for SvgElementFactory, property descriptors _svgPropertyAttributes and _svgEventAttributes
- no Source Generators support for net452 , added additional target framework net461 
  as the minimum version for source generators
- use stackalloc and out vars to reduce memory usage
- remove Linq usage to improve path parser performance
- use Span for SvgTransformConverter to improve performance
- add several benchmarks
- fixes #771, fixes #776, fixes part 2 of #767
2021-01-07 20:11:08 +01:00
Gavin Falconer 6f96e1deda Handle element namespaces directly
Handle the element namespace directly as a property of an element, rather than adding it to the collection of attributes.
2020-12-27 15:31:55 +01:00
H1Gdev 024be6039a Correctly handle style attributes in top level svg element (#506)
* Small refactoring.
* Fixes #391 "Svg not rendered properly"
* Add test images.
2019-07-05 06:42:12 +02:00
mrbean-bremen 35e166158f Added test description in test runner
- show description for W3C tests
2017-03-25 20:54:08 +01:00
Guymestef 5a933737a9 Add support for unknown svg element and non svg element: useful for not removing unknown xml tag from document when loading a file 2014-07-22 01:12:04 +02:00