summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/nsvg/examplesSVG.htmx
blob: bb2265a90f152df7d69de19207c48cf74389f79d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<!--meta http-equiv="Content-Script-Type" content="text/javascript"-->
<TITLE>SVG Examples: Circuit_macros Version XXX</TITLE>
<style type="text/css">
.svg{display:none}
*>.svg{display:inline}
</style>
<link rel="shortcut icon" href="../Circuit_macros.ico" type="image/x-icon" />
</HEAD>

<BODY>
<H2>SVG Circuit_macros examples, Version XXX</H2>
<hr>

<p>
  These diagrams are in .svg format.
  <A HREF="examples.pdf">Pdf</A>
  and
  <A HREF="examples.html">png</A>
  versions are also available.
  The PDF equivalent can be found in examples.pdf of the distribution.
</p>
 <p>
  Click on the link to view the source of each diagram.
</p>
<hr>

define(`for_',`ifelse(eval(`$1'!=(`$2'+(`$3'))),1,`pushdef(`m4x',`$1') $4
  popdef(`m4x')for_(eval(`$1'+(`$3')),`$2',`$3',`$4')')')

define(`cfig',`
<p>

<!--[if lte IE 8]><embed src="$1.svg" sinclude($1.siz)><![endif]-->

<!--[if gte IE 9]>
<object dx="4" data="$1.svg" width="612" height="792" type="image/svg+xml" class="img">
  </object> <![endif]-->

<!--[if !IE]><!-->
<object data="$1.svg" width="612" height="792" type="image/svg+xml" class="img">
  </object> <!--<![endif]-->

<br>
<!--
<a href="$1.txt" TYPE="text/plain" TARGET="_blank" alt="$1">$1.m4</a>
--
</p>
<hr>')

define(`m4tt',`<g style="font-family:monospace">')

<!--
<embed pluginspage="http://www.adobe.com/svg/viewer/install/" />
-->

<p>
These diagrams are the result of applying pdf2svg to examples.pdf.


for_(1,46,1,
cfig(examples_```'''m4x)
)

</BODY>
</HTML>