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

Adding support for <link> css inclusion #721

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Apr 29, 2020

  1. Adding support for <link> css inclusion

    Read the content of a <link rel="stylesheet" href="..> and add it like a <style> node.
    
    in order to do that, the base uri must be provided.
    FabioFerrettiMoodys committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    48db17f View commit details
    Browse the repository at this point in the history
  2. adding support for <Link ref="stylesheet" url=""> (correction)

    error in open sdocument
    FabioFerrettiMoodys committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    b09100c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. adding var

    Fabio Ferretti authored and Fabio Ferretti committed May 15, 2020
    Configuration menu
    Copy the full SHA
    3bb451b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62d3cc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. switching to SvgLink element

    adding svgLink element for link
    correction of dowument.Write
    correction of non local uri  for  href param.
    
    adding a "NonSvgElementAttribute" and SvgElementFactory modification for theses elements.
    FabioFerrettiMoodys committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    d313e10 View commit details
    Browse the repository at this point in the history
  2. format document

    FabioFerrettiMoodys committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    6757960 View commit details
    Browse the repository at this point in the history
  3. format document

    FabioFerrettiMoodys committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    63d31a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c3a092 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    45287a3 View commit details
    Browse the repository at this point in the history