Skip to content

Commit 320daae

Browse files
authored
Merge pull request #21 from paulushub/master
Updates to the project structure
2 parents 61196d7 + a7b8a6c commit 320daae

File tree

250 files changed

+7330
-45949
lines changed

Some content is hidden

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

250 files changed

+7330
-45949
lines changed
File renamed without changes.

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/CustomBrushesExample.csproj

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

SVGImage/CustomBrushesExample/Images/bb.svg

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

SVGImage/Example/Example.csproj

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

0 commit comments

Comments
 (0)