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

Modify line properties for documents without layers #215

Merged
merged 5 commits into from
Jun 13, 2024

Conversation

cfcurtis
Copy link
Owner

This has been a fairly common request, and relatively straightforward to implement (mainly UI trickiness). It's still not going to give great results in many cases as it will apply blanket line property modifications to all lines, but it seems to be behaving for cases where people just want to make lines a bit thicker (for example).

In doing this, a couple of small (and likely very old) things were changed:

  • Swapped the order of CMYK and RGB, as the colours can look subtly different and RGB is more common (so coming second makes it take priority)
  • If a "G/g" command is issued, the entire colourspace is set to greyscale and RGB mods are ignored. I'm now replacing all Gs with the selected line colour.

@cfcurtis cfcurtis merged commit 5dfb945 into main Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant