This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import "@preview/cetz:0.1.2": canvas, chart, draw | |
// INTERNAL FUNCTIONS not meant to be used by the user | |
#let pad_rectangle(rect) = { | |
if rect.dx > 2 { | |
rect.x += 1 | |
rect.dx -= 2 | |
} | |
if rect.dy > 2 { |