Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorModel/Resources/www.w3.org/Graphics.SVG.1.1.DTD/svg-opacity-attrib.mod @ 13495

Last change on this file since 13495 was 12762, checked in by aballeit, 9 years ago

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

File size: 1.3 KB
Line 
1<!-- ....................................................................... -->
2<!-- SVG 1.1 Paint Opacity Attribute Module ................................ -->
3<!-- file: svg-opacity-attrib.mod
4
5     This is SVG, a language for describing two-dimensional graphics in XML.
6     Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
7     Revision: $Id: svg-opacity-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $
8
9     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
10
11        PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Opacity Attribute//EN"
12        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-opacity-attrib.mod"
13
14     ....................................................................... -->
15
16<!-- Paint Opacity Attribute
17
18        opacity, fill-opacity, stroke-opacity
19
20     This module defines the Opacity attribute set.
21-->
22
23<!ENTITY % SVG.opacity.attrib
24    "opacity %OpacityValue.datatype; #IMPLIED"
25>
26
27<!ENTITY % SVG.fill-opacity.attrib
28    "fill-opacity %OpacityValue.datatype; #IMPLIED"
29>
30
31<!ENTITY % SVG.stroke-opacity.attrib
32    "stroke-opacity %OpacityValue.datatype; #IMPLIED"
33>
34
35<!ENTITY % SVG.Opacity.extra.attrib "" >
36
37<!ENTITY % SVG.Opacity.attrib
38    "%SVG.opacity.attrib;
39     %SVG.fill-opacity.attrib;
40     %SVG.stroke-opacity.attrib;
41     %SVG.Opacity.extra.attrib;"
42>
43
44<!-- end of svg-opacity-attrib.mod -->
Note: See TracBrowser for help on using the repository browser.