Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • inkscape inkscape
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,524
    • Issues 1,524
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 138
    • Merge requests 138
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Inkscape
  • inkscapeinkscape
  • Issues
  • #1958
Closed
Open
Created Sep 25, 2020 by Mark T@paradisaeidae

script element with xlink:href referencing local serving context changed to file://

Summary:

script element with xlink:href referencing local serving context changed to file://

Steps to reproduce:

  • open Inkscape with document containing an script element such as:

<script xlink:href="/scripts/dodgyNoddyScript.js" id="NoddyScript" type="text/javascript" />

What happened?

The element is adjusted to this:
<script xlink:href="file:///scripts/dodgyNoddyScript.js" id="NoddyScript" type="text/javascript" />

What should have happened?

The element should not be touched, changed. Leave as:
<script xlink:href="/scripts/dodgyNoddyScript.js" id="NoddyScript" type="text/javascript" />

  1. Version
    • Inkscape Version: 1.0.1 (3bc2e813, 2020-09-07)
    • Operating System: Win10
    • Operating System version: Most up to date.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking