diff --git a/site/posts/2022-06-13-clarus.md b/site/posts/2022-06-13-clarus.md index 3c66a04..c959af3 100644 --- a/site/posts/2022-06-13-clarus.md +++ b/site/posts/2022-06-13-clarus.md @@ -23,7 +23,7 @@ Did you know that with macOS Ventura, Clarus the Dogcow has at long last returne I don't have a Monterey machine to test it at the moment (I, er, [accidentally](https://social.shadowfacts.net/notice/AKGSrBOxnVDVO0ueem) updated my laptop to the beta), but I _believe_ this is a new change with Ventura. -**Updated:** I installed Monterey in a virtual machine to check, and, indeed, the Page Setup dialog there bears no sign of Clarus. +**Update:** I installed Monterey in a virtual machine to check, and, indeed, the Page Setup dialog there bears no sign of Clarus. The next step, then—having been thoroughly nerd-sniped by this—was to figure out where the icon was coming from and if I could pull it out of whatever nook it was hidden in. @@ -103,6 +103,8 @@ The keen-eyed among you may notice that although, it had a `.pdf` extension in ` As `assetutil` showed, there are multiple entries for `ClarusSmooth2.pdf`—and one of them is followed by data that starts with the PDF file format header (`%PDF`). But, unfortunately, extracting that data into a separate file seems to result in a blank PDF. And I don't know enough about the format to figure out whether there is any vector data in it, or if it truly is empty. +**Update:** [Reid Ellis](https://mastodon.social/users/clith/statuses/108482914539340482) managed to extract the actual PDF data, so here's Clarus in all of the infinite smoothness. + Lastly, if you're writing a Mac app and would like to hide Clarus somewhere, you can load the bundle yourself and then pull the image out like so: diff --git a/site/static/2022/clarus/clarus.pdf b/site/static/2022/clarus/clarus.pdf new file mode 100644 index 0000000..9b97f57 Binary files /dev/null and b/site/static/2022/clarus/clarus.pdf differ