summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikz-timing/tikz-timing.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikz-timing/tikz-timing.sty')
-rw-r--r--Master/texmf-dist/tex/latex/tikz-timing/tikz-timing.sty14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/tikz-timing/tikz-timing.sty b/Master/texmf-dist/tex/latex/tikz-timing/tikz-timing.sty
index aa4b1c10139..27e77ff483c 100644
--- a/Master/texmf-dist/tex/latex/tikz-timing/tikz-timing.sty
+++ b/Master/texmf-dist/tex/latex/tikz-timing/tikz-timing.sty
@@ -27,7 +27,7 @@
%%
\RequirePackage{svn-prov}[2009/05/03]
\ProvidesPackageSVN
- {$Id: tikz-timing.dtx 1655 2010-01-14 18:33:11Z martin $}
+ {$Id: tikz-timing.dtx 1657 2010-01-17 13:26:00Z martin $}
[v0.7b
Digital Timing Diagrams using TikZ]
\DefineFileInfoSVN[tikztiming]
@@ -1090,11 +1090,11 @@
let
\p1 = (row1.north west),
\p2 = (timing@table@bottom right),
- \p3 = (1,1)
- %\p3 = ($ \pgf@pt@aa * (\x2-\x1,0) + \pgf@pt@bb * (0,\y1-\y2) $)
+ \p3 = (\x2-\x1,\y1-\y2),
+ \p4 = (\pgf@pt@aa * \x3, \pgf@pt@bb * \y3)
in
node [shape=rectangle,anchor=north west,
- minimum width=\x3,minimum height=\y3,
+ minimum width=\x4,minimum height=\y4,
inner sep=0pt,outer sep=0pt]
at (\x1,\y1) (all rows) {}
;
@@ -1103,11 +1103,11 @@
\p0 = ($ -1*(\tikztiming@coldist,0) + (0,1) $),
\p1 = (label1.north east),
\p2 = (timing@table@bottom left),
- \p3 = (1,1)
- %\p3 = ($ \pgf@pt@aa * (\x0-\x2,0) + \pgf@pt@bb * (0,\y1-\y2) $)
+ \p3 = (\x0-\x2,\y1-\y2),
+ \p4 = (\pgf@pt@aa * \x3, \pgf@pt@bb * \y3)
in
node [shape=rectangle,anchor=north east,
- minimum width=\x3,minimum height=\y3,
+ minimum width=\x4,minimum height=\y4,
inner sep=0pt,outer sep=0pt]
at (\x1,\y1) (all labels) {}
;