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 76
    • Issues 76
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 13
    • Merge requests 13
  • 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
  • InkscapeInkscape
  • extensionsextensions
  • Merge requests
  • !411

Fix offset inserting flipped and rotated blocks, support global linetype scaling

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nathan Lee requested to merge nathanal-generic/inkscape-forks/extensions:extensions392_offset into master Feb 02, 2022
  • Overview 6
  • Commits 1
  • Pipelines 7
  • Changes 9

What does the merge request do?

Fix dxf import of inserted blocks that have been rotated and flipped. Adds support for global linetype scaling ($LTSCALE)

Implementation notes

Credit to nomura #392 (comment 825751125), reviewed by me, also added inkex transforms per @doctormo's review

Summary for release notes

Fix dxf import of inserted blocks that have been rotated and flipped. Adds support for global linetype (dash) scaling ($LTSCALE)

^ I'm not sure how to summarise inserted blocks in a way dxf users will know? They are called blocks in LibreCAD and the dxf specs and I don't use dxf myself so I don't know what else to call it.

Linetype relates to the scaling of dashes, but it's called linetype in LibreCAD too. No idea how to adjust LTSCALE in LibreCAD

Checklist

  • Add unit tests (if applicable)
  • Changes to inkex/ are well documented (no changes)
  • Clean merge request history (single commit)
Edited Feb 05, 2022 by Nathan Lee
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: extensions392_offset