Skip to content

Instantly share code, notes, and snippets.

@Liam0205
Created January 21, 2016 08:49
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 Liam0205/a6da01b75bc3824faa2c to your computer and use it in GitHub Desktop.
Save Liam0205/a6da01b75bc3824faa2c to your computer and use it in GitHub Desktop.
ellipse photo frame
\documentclass{standalone}
\usepackage[skins]{tcolorbox}
\begin{document}
\tikz[radius=1cm,delta angle=180]
\path[draw, thick, fill overzoom image=example-image]
(0,0) ellipse [x radius = 1.5cm, y radius = 2cm];
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment