Tagged Questions
5
votes
1answer
64 views
question about pgf-blur package in xelatex
Here is my code:
\documentclass{article}
\usepackage{pgfplots}
\usetikzlibrary{shadows.blur}
\begin{document}
\tikzfading[name=fade down,
top color=transparent!30,
bottom ...
7
votes
1answer
364 views
Circular drop shadow around a spy in pgfplots
The pgf manual isn't really explicit about it, so i'm here to ask it to the stack communauty.
I tried to put some shadow/blur effect around the spyonnode but with no effect at all !
I tried this :
...
3
votes
1answer
374 views
TikZ: Blurring Effect
As you know, in Burrows-Wheeler Transform the matrix of all the rotations is but conceptual, and what matters is the last column. I wanted to convey this idea in the picture
...
8
votes
3answers
742 views
Drawing a proper shadow for overlapping objects
I draw images that are composed of several overlapping nodes. If I add a drop shadow to each node, the shadow of the second node is drawn over the first node, as seen in the picture below (which ...
4
votes
1answer
292 views
Assign the same color to overlapping parts of the shadows of several objects
I am drawing a database icon that is made of two cylinder shapes using TikZ. When I add a shadow, the shadows of the two cylinders overlap, and the shadow becomes darker in the overlapping area. The ...
6
votes
1answer
1k views
drop shadow framed environment using mdframed & tikz
I'm attempting to make a drop shadow environment using mdframed and tikz. So far, I have (perhaps naively) tried
\newmdenv[tikzsetting={fill=green!20,drop shadow}]{myshadowbox}
I know that ...
12
votes
3answers
2k views
Drop shadow for text in PGF/Beamer
I want to really put an emphasis on some central piece of text I'm using in a Beamer slide. I'm using tikz and overlay to put it, enlarged, on the center of the page, using the following code:
...
19
votes
4answers
3k views
Faded drop-shadow using tikz-based rounded rectangle?
Background
Epigraphs are in a box with rounded corners. The boxes have a drop-shadow.
Example
Picture #1 shows a shadow, while Picture #2 shows a shadow that fades out (soft blur):
Problem
...
1
vote
1answer
587 views
Tikz: Strange color change. [duplicate]
Possible Duplicate:
Using opacity in TikZ causes strange rendering in Acrobat.
This is a nice pice of TikZ for typesetting Go boards (gobans).
\documentclass{standalone}
\usepackage{tikz}
...