-
Notifications
You must be signed in to change notification settings - Fork 56
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
True semitransparency during uncover
#91
base: main
Are you sure you want to change the base?
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 46f4818 - Browse repository at this point
Copy the full SHA 46f4818View commit details -
Allow deeper
cover-with-rect
customizationFor instance, if an object to be hidden spans two background colors, you can specify `(fill: "000d", stroke: (bottom: rgb("fffd) + 0.2in))` to have the cover work even in that case "width" and "height" can also be directly overridden in cases where their defaults don't work properly, e.g. with heavy strokes of slanted lines
Configuration menu - View commit details
-
Copy full SHA for e7c4a66 - Browse repository at this point
Copy the full SHA e7c4a66View commit details -
Raise default transparency for white and black backgrounds.
This will more closely match the current default of `gray.lighten(50%)`
Configuration menu - View commit details
-
Copy full SHA for 7328cd1 - Browse repository at this point
Copy the full SHA 7328cd1View commit details -
Allow arbitrary custom hiding modes.
Convenient for one-time background colors that shouldn't incur a cumbersome registration to global state
Configuration menu - View commit details
-
Copy full SHA for 1e7e537 - Browse repository at this point
Copy the full SHA 1e7e537View commit details -
Place
box
around output ofcover-with-rect
instead of body.This allows inline content to remain inline after being covered
Configuration menu - View commit details
-
Copy full SHA for 3de393b - Browse repository at this point
Copy the full SHA 3de393bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53db9d0 - Browse repository at this point
Copy the full SHA 53db9d0View commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 959d826 - Browse repository at this point
Copy the full SHA 959d826View commit details -
Allow covered content to optionally *not* convert to inline
Consider the case of `cover-with-rect(block(...))`. This should explicitly be in its own block, but adding a box deterministically inside `cover` will promote this to inline content. Providing an optional argument allows block-level content to stay that way if desired. "inline" is still a sensible default, since paragraph breaks around a box will allow it to be its own block anyway.
Configuration menu - View commit details
-
Copy full SHA for 6733e5e - Browse repository at this point
Copy the full SHA 6733e5eView commit details