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

Celtra repo #471

Closed
wants to merge 4 commits into from
Closed

Celtra repo #471

wants to merge 4 commits into from

Commits on Aug 12, 2024

  1. fix: svg and css parsing

    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
    UsajMarko committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    27b3537 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from celtra:fix-celtra-incompatibility

    fix: svg and css parsing
    UsajMarko authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    83054e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. wip

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6addee1 View commit details
    Browse the repository at this point in the history
  2. wip

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ba5c413 View commit details
    Browse the repository at this point in the history