Skip to content

Commit

Permalink
cetz: Use 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Oct 27, 2024
1 parent 3e873ba commit de7fa98
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ A [CeTZ](https://github.com/cetz-package/cetz) library for drawing simple two- o

## Usage

This package requires CeTZ version >= 0.2.2!
This package requires CeTZ version >= 0.3.1!

For information, see the [manual (stable)](https://github.com/cetz-package/cetz-venn/blob/stable/manual.pdf?raw=true).

To use this package, simply add the following code to your document:
```
#import "@preview/cetz:0.2.2"
#import "@preview/cetz:0.3.1"
#import "@preview/cetz-venn:0.1.1"
#cetz.canvas({
Expand Down
2 changes: 1 addition & 1 deletion manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
CeTZ Venn is a tiny package for drawing two- and three-set Venn diagrams
using Typst and CeTZ.

*CeTZ version $>=$ 0.2.2 is required!*
*CeTZ version $>=$ 0.3.1 is required!*

= Examples

Expand Down
2 changes: 1 addition & 1 deletion src/lib.typ
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#let version = version(0,1,1)
#let version = version(0,1,2)
#import "/src/venn.typ": venn2, venn3
2 changes: 1 addition & 1 deletion src/venn.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/cetz:0.2.2"
#import "@preview/cetz:0.3.1"

#let default-style = (
stroke: auto,
Expand Down
2 changes: 1 addition & 1 deletion tests/helper.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/cetz:0.2.2"
#import "@preview/cetz:0.3.1"
#import "/src/lib.typ" as venn

/// Test case canvas surrounded by a red border
Expand Down
Binary file modified tests/venn2/ref/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/venn3/ref/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de7fa98

Please sign in to comment.