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
  • extensions extensions
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 77
    • Issues 77
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Scheduled maintenance on the database layer will take place on 2022-07-02. We expect GitLab.com to be unavailable for up to 2 hours starting from 06:00 UTC. Kindly follow our status page for updates and read more in our blog post.

  • Inkscape
  • extensionsextensions
  • Merge requests
  • !327

Scatter: fix wrong transform order, change tangential offset to percentage of dx

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jonathan Neuhauser requested to merge joneuhauser/extensions:fix-scatter-3 into master May 26, 2021
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 7

There was still one wrong transform which wasn't spotted by the unit tests because the pattern group only had a translate transform on it. The unit tests have been modified to feature this.

Furthermore, after Input by @Moini (!323 (comment 585771832)), I changed the tangential offset to be limited to the pattern length (fine tune the position of the pattern). Since this doesn't make sense for stretching the pattern, the tangential offset does not change dx and the start position in this case anymore.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-scatter-3