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

DEV-1541-dont-fail-on-empty-images #477

Closed

Conversation

UsajMarko
Copy link

No description provided.

UsajMarko and others added 30 commits August 12, 2024 12:25
Following issues have been fixed in this commit:
 - SVG top element should not use `getComputedStyle` since it
 produces invalid CSS in chrome. Instead, just use `style` attribute.
 - When `xlink:href` is being used in SVG make sure that selectors are
 properly escaped
 - Use browser-provided CSS parsing when embedding images and
 fonts.
 - Fix a bug in deferred insertion of CSS rules.
 - Fix a test for svg-use-tag
Don't report errors when there aren't any [DEV-223]
@biiibooo
Copy link
Contributor

biiibooo bot commented Sep 27, 2024

@UsajMarko Please provide us with more info about this pull request.

@biiibooo
Copy link
Contributor

biiibooo bot commented Sep 27, 2024

👋 @UsajMarko

💖 Thanks for opening this pull request! 💖

Please follow the contributing guidelines. And we use semantic commit messages to streamline the release process.

Examples of commit messages with semantic prefixes:

  • fix: don't overwrite prevent_default if default wasn't prevented
  • feat: add graph.scale() method
  • docs: graph.getShortestPath is now available

Things that will help get your PR across the finish line:

  • Follow the TypeScript coding style.
  • Run npm run lint locally to catch formatting errors earlier.
  • Document any user-facing changes you've made.
  • Include tests when adding/changing behavior.
  • Include screenshots and animated GIFs whenever possible.

We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can.

@UsajMarko UsajMarko closed this Sep 27, 2024
@UsajMarko UsajMarko deleted the DEV-1541-dont-fail-on-empty-images branch September 27, 2024 14:55
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

Attention: Patch coverage is 28.00000% with 18 lines in your changes missing coverage. Please review.

Project coverage is 63.10%. Comparing base (b751cbf) to head (e2ad0bb).
Report is 13 commits behind head on master.

Files with missing lines Patch % Lines
src/embed-webfonts.ts 6.66% 13 Missing and 1 partial ⚠️
src/clone-node.ts 40.00% 2 Missing and 1 partial ⚠️
src/embed-images.ts 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #477      +/-   ##
==========================================
+ Coverage   62.93%   63.10%   +0.17%     
==========================================
  Files          10       10              
  Lines         580      580              
  Branches      143      143              
==========================================
+ Hits          365      366       +1     
  Misses        151      151              
+ Partials       64       63       -1     
Flag Coverage Δ
63.10% <28.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants