Steven Kirk
1b32a6aac3
Fixed unused member warnings.
That only show up on mono: seems the standard C# compiler silently
ignores most of these.
10 years ago
Steven Kirk
40c2111548
Fix path absolute/relative parsing logic.
10 years ago
donandren
0be9f0e648
fixed PathMarkupParser now parsing negative values without separator
10 years ago
Jeremy Koritzinsky
7969504431
Added path clipping infrastructure. Got Skia implementation working.
10 years ago
Steven Kirk
5be41985c3
Renamed Perspex -> Avalonia
10 years ago
Ivan Kochurkin
93e1f0d388
Removed PointPair.
10 years ago
Ivan Kochurkin
bf9d9e270b
Added PolygonTests with evenOdd fill.
Fixed errors after merge.
10 years ago
Ivan Kochurkin
13d8263fa3
Added CubicBezierCurveRelative implementation option for path rendering.
Fixed ReadDouble (whitespaces processing).
10 years ago
donandren
05da19937f
Path properly parse Arc implemented - issue #354
11 years ago
Steven Kirk
67835cc09b
Applied a bunch of resharper suggestions.
11 years ago
Wiesław Šoltés
6583019576
Renamed BezierTo and QuadTo method names
11 years ago
Nikita Tsukanov
3cd3579475
"field can be readonly"
11 years ago
Nikita Tsukanov
dbeb0344f8
static readonly rename
11 years ago
Steven Kirk
145411020b
Ran .net core code formatter.
11 years ago
Steven Kirk
6151aef188
Removed file headers.
11 years ago
Steven Kirk
6167bacf54
Moved to more standard filesystem layout.
Based on https://gist.github.com/davidfowl/ed7564297c61fe9ab814 and https://github.com/fsprojects/ProjectScaffold
11 years ago
Steven Kirk
f2170e3ad5
Documentation.
11 years ago
Steven Kirk
aa147f0423
More stylecoping.
11 years ago
Steven Kirk
a6f89ffa03
Use invariant culture when parsing numbers.
Fixes paths on non-english machines.
11 years ago
Steven Kirk
7fe1f7e814
Some work on Paths.
Make paths with Stretch != None correctly fill the Path control's
available size. Added a Path_Tick_Scaled test with a path from
MahApps.Metro to test this.
12 years ago
Steven Kirk
86f16c1c7c
Added default theme library.
12 years ago
Steven Kirk
e3de24fd20
Parse paths more correctly.
12 years ago
Steven Kirk
4db7c84680
Stylecops
12 years ago
Steven Kirk
041b276cc1
Added Shape and Path
Draw checkbox check using Path. Still very hacky - measurement is off.
12 years ago