1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-17 16:07:44 +03:00
Macaw/Source/svg
Petrov Anatoly bd5e868dac Fix polyline and polygon points parsing
Handling of numbers in scientific notation in `parsePoints` used to be
incorrect, because a number could be broken by an exponent minus sign,
resulting in incorrect values.

E.g. '2.5e-1' -> '2.5e', '-1'.
2020-05-11 22:48:37 +07:00
..
CSSParser.swift Add CSSParser to the project and fix lint warnings 2018-10-29 13:20:18 +07:00
SVGCanvas.swift Fix SVGCanvas bounds 2018-06-25 16:33:05 +07:00
SVGConstants.swift change location of SVGKeys 2019-05-22 16:22:32 +07:00
SVGNodeLayout.swift Implement correct combination of SVG layout and MacawView content layout 2018-05-21 17:07:49 +07:00
SVGParser.swift Fix polyline and polygon points parsing 2020-05-11 22:48:37 +07:00
SVGParserError.swift Throw errors instead of fatal error calling 2018-10-02 14:11:05 +06:00
SVGParserRegexHelper.swift Fix all SwiftLint warnings 2018-05-16 23:40:04 +07:00
SVGSerializer.swift Update macOS version to use Swift 4.2 2018-10-04 14:43:11 +07:00
SVGView.swift Fix for initializers 2019-03-27 00:04:20 +06:00