Created
January 21, 2016 08:49
-
-
Save Liam0205/a6da01b75bc3824faa2c to your computer and use it in GitHub Desktop.
ellipse photo frame
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
\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