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

[ENH] Save workflow image to SVG #297

Merged
merged 3 commits into from May 13, 2024
Merged

Conversation

ales-erjavec
Copy link
Collaborator

@ales-erjavec ales-erjavec commented Apr 23, 2024

Issue

Fixes biolab/orange3#6777

The results are less then stellar though. All SVG icons get rasterized.

Changes

  • Save workflow image to SVG
  • Also make the save ows dialog window modal instead of application modal.

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 84.12698% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 75.29%. Comparing base (8b47de1) to head (db5216a).

Files Patch % Lines
orangecanvas/application/canvasmain.py 82.14% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
- Coverage   76.53%   75.29%   -1.24%     
==========================================
  Files          99       99              
  Lines       21043    21097      +54     
==========================================
- Hits        16105    15886     -219     
- Misses       4938     5211     +273     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@janezd janezd self-assigned this May 10, 2024
@janezd janezd merged commit 6967b60 into biolab:master May 13, 2024
25 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Saving Workflow as SVG for documentation
3 participants