Skip to content

Instantly share code, notes, and snippets.

@HalCanary
Created August 8, 2016 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HalCanary/074a6e4d6892ea76d380e606882bc6a7 to your computer and use it in GitHub Desktop.
Save HalCanary/074a6e4d6892ea76d380e606882bc6a7 to your computer and use it in GitHub Desktop.
1 0 0 -1 0 256 cm %% set CTM (flip coords)
1 1 1 RG 1 1 1 rg %% set colors
/G0 gs %% set graphic object /G0
0 0 256 256 re %% make rect
f %% fill rect
q %% save()
192 64 m %% moveto()
64 64 l %% lineto()
64 192 l %% lineto()
192 192 l %% lineto()
192 64 l %% lineto()
h %% close()
W* n %% clip, discard path
q %% save
130 0 0 -130 63 193 cm %% set CTM
0 0 0 RG 0 0 0 rg %% set color
/X0 Do %% draw Image /X0
Q %% restore
Q %% restore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment