Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore the use of external resources #229

Closed
mb-jp opened this issue Sep 29, 2022 · 0 comments
Closed

Ignore the use of external resources #229

mb-jp opened this issue Sep 29, 2022 · 0 comments
Assignees

Comments

@mb-jp
Copy link
Contributor

mb-jp commented Sep 29, 2022

A useful feature to be able to Ignore the use of external resources.
So that the library never downloads them.

Types of external resources that come to mind..

  • Css, CSS, bitmap

This could configure via WpfDrawingSettings

var settings = new WpfDrawingSettings() { IgnoreExternalResources = true };
var fileSvgReader = new FileSvgReader(settings);
@paulushub paulushub self-assigned this Sep 29, 2022
mb-jp added a commit to macrobond/SharpVectors that referenced this issue Oct 11, 2022
paulushub added a commit that referenced this issue Oct 11, 2022
Ignore the use of external resources #229
@mb-jp mb-jp closed this as completed Oct 12, 2022
mb-jp added a commit to macrobond/SharpVectors that referenced this issue Oct 12, 2022
paulushub added a commit that referenced this issue Oct 12, 2022
Add Xml Docs for Ignore the use of external resources #229
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants