2024-03-20 11:22:49 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-l3backend{,-doc}: update to 2024
### Removed
- Range guard for opacity
### Fixed
- Initiation of opacity data
- ExtGState setup for stroking opacity
- Inconsistent behavior of opacity functions w/o `pdfmanagement`
- Redundant braces in opacity backend for dvisvgm
- Interaction of scope with box insertion with `dvips`
|
2024-02-25 20:15:30 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-l3backend{,-doc}: update to 2023.70027
### Fixed
- Naming of a variable in the `draw` code
|
2023-06-17 12:23:11 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-l3backend{,-doc}: update to 2023.66896
### Changed
- Pass additional attributes when loading graphics in PDF mode
### Fixed
- Remove a stray `>` from graphics inclusion code for `dvipdfmx`
|
2023-04-09 14:31:11 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-l3backend{,-doc}: update to 2023
- Adjust internal scope of a PDF function
- Integrate l3color and l3opacity with luaotfload to ensure that
opacity specifications don't conflict.
|
2022-09-01 06:14:47 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-l3backend{,-doc}: update to 2022
## [2022-08-23]
### Changed
- Approach to setting current color data from LaTeX2e
## [2022-08-05]
### Changed
- Add no-op backend functions for annotations with `dvisvgm`
## [2022-07-01]
#### Fixed
- Do not include PDF file to count pages on pdfTeX
- Opacity creation with `dvipdfmx`/XeTeX
- Reset opacity when no stack is available at the backend
|
2022-04-15 07:30:34 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-l3backend{,-doc}: update to 2021.63025
changes unknown
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-06-06 12:42:46 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-l3backend{,-doc}: update to 2021
### Changed
- `\pdf_version_gset:n` in `dvips` now sets `\pdf_version_minor:` and
`\pdf_version_major:`. This doesn't set the PDF version but allows to test
which version the user intents to create.
### Fixed
- Maintain stack color correctly with `(x)dvipdfmx`
|
2021-02-13 06:46:38 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-l3backend{,-doc}: update to 2020.57669
## [2020-01-29]
### Added
- Basic opacity support
### Changed
- Use color stack for fill color, and for stroke color if possible
### Fixed
- Implementation of `filldraw` for `dvips`
## [2021-01-09]
### Added
- Support for referencing last link with `(x)dvipdfmx` (requires an up-to-date
backend)
### Changed
- Implementation of color wtih (x)dvipdfmx (requires an up-to-date
backend)
## [2020-08-07]
### Changed
- Color selection implementation
- Improved support for Separation colors
## [2020-06-23]
### Changed
- Improved color support for drawings with `dvisvgm`
### Fixed
- Loading with `dvisvgm`
|