von Patrick1990 » Mo 30. Sep 2024, 13:17
Hallo,
ich würde gern den Glow-Effekt um eine gedrehte Ellipse bekommen. Habt ihr eine Idee wie ich das machen könnte? Der Circular Glow funktioniert da leider nicht, bzw. dreht nicht mit.
Hier das Beispiel:
\documentclass[border=5mm]{standalone}
\usepackage{tikz}
\usetikzlibrary {shadows}
\begin{document}
\begin{tikzpicture}
\path[circular glow={fill=red!80}] (0,0) circle(3mm);
\path[circular glow={fill=red!80}, rotate around={-20:(1,1)}] (1,1) ellipse (8mm and 4mm);
\end{tikzpicture}
\end{document}
Hallo,
ich würde gern den Glow-Effekt um eine gedrehte Ellipse bekommen. Habt ihr eine Idee wie ich das machen könnte? Der Circular Glow funktioniert da leider nicht, bzw. dreht nicht mit.
Hier das Beispiel:
[code]\documentclass[border=5mm]{standalone}
\usepackage{tikz}
\usetikzlibrary {shadows}
\begin{document}
\begin{tikzpicture}
\path[circular glow={fill=red!80}] (0,0) circle(3mm);
\path[circular glow={fill=red!80}, rotate around={-20:(1,1)}] (1,1) ellipse (8mm and 4mm);
\end{tikzpicture}
\end{document}[/code]