Skip to content

Commit 8bf2be0

Browse files
Merge pull request #3 from dotnetprojects/master
Update from fork
2 parents efa45fd + c693baf commit 8bf2be0

File tree

278 files changed

+9549
-46026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+9549
-46026
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[Bb]in/
33
[Oo]bj/
44
.vs/
5+
[Oo]utput/
56

67
# mstest test results
78
TestResults

Docs/sample.png

268 KB
Loading

README.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
1-
SVGImage
2-
========
1+
## SVGImage
2+
This is an SVG Image View Control for WPF applications.
33

4-
This is a SVGImage Control for WPF
4+
Initially forked from: [SVGImage Control - CodeProject Article](https://www.codeproject.com/Articles/92434/SVGImage-Control)
55

6-
Initialy it's forked from: http://www.codeproject.com/Articles/92434/SVGImage-Control
7-
8-
But it's extended with
6+
Besides the bug fixes, new features are added including the following:
97
- Mask/Clip support
10-
- support of styles.
11-
- simple Animation support.
12-
13-
Licence changed to MIT (with grant from the initial author)
8+
- Support of styles.
9+
- Simple Animation support.
10+
11+
## Framework support
12+
The SVGImage control library targets the following frameworks
13+
* .NET Framework, Version 4.0
14+
* .NET Framework, Version 4.5
15+
* .NET Framework, Version 4.6
16+
* .NET Framework, Version 4.7
17+
* .NET Framework, Version 4.8
18+
* .NET Core, Version 3.1
19+
20+
## License
21+
The SVGImage control library is relicensed under [MIT License](https://github.com/dotnetprojects/SVGImage/blob/master/LICENSE),
22+
with permission from the original author.
1423

15-
Sample App:
24+
## Sample Application
1625

17-
![](https://github.com/dotnetprojects/SVGImage/blob/master/sample.png)
26+
![](Docs/sample.png)

SVGImage/CustomBrushesExample/Images/bb.svg

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)