~ubuntu-branches/ubuntu/intrepid/gpac/intrepid-proposed

« back to all changes in this revision

Viewing changes to applications/generators/SVG/Tiny-1.2-NG/video.rng

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-01-24 23:34:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124233457-zzlls8afkt0nyakj
Tags: 0.4.2~rc2-0ubuntu1
* New upstream release
  * Most notably MP4 tagging support via MP4Box -itags
* debian/patches/01_64bits.dpatch: dropped; included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
  <define name='video.AT' combine='interleave'>
28
28
    <ref name='svg.Core.attr'/>
 
29
    <ref name='svg.FocusHighlight.attr'/>
29
30
    <ref name='svg.Media.attr'/>
 
31
        <ref name='svg.MediaClip.attr'/>
30
32
    <ref name='svg.XLinkEmbed.attr'/>
31
33
    <ref name='svg.Conditional.attr'/>
32
34
    <ref name='svg.External.attr'/>
33
 
    <ref name='svg.AnimateTimingNoFillNoMinMax.attr'/>
 
35
    <ref name='svg.AnimateTiming.attr'/>
34
36
    <ref name='svg.AnimateSync.attr'/>
35
37
    <ref name='svg.Focus.attr'/>
36
38
    <ref name='svg.Transform.attr'/>
37
39
    <ref name='svg.XYWH.attr'/>
38
40
    <ref name='svg.PAR.attr'/>
39
41
    <ref name='svg.ContentType.attr'/>
 
42
    <ref name='svg.InitialVisibility.attr'/>
40
43
    <optional>
41
 
      <attribute name='transformBehavior' a:defaultValue='geometric' svg:animatable='no' svg:inheritable='false'>
 
44
      <attribute name='transformBehavior' svg:animatable='no' svg:inheritable='false'>
42
45
        <choice>
43
46
          <value>geometric</value>
44
47
          <value>pinned</value>
 
48
          <value>pinned90</value>
 
49
          <value>pinned180</value>
 
50
          <value>pinned270</value>
45
51
        </choice>
46
52
      </attribute>
47
53
    </optional>
48
54
    <optional>
49
 
      <attribute name='overlay' a:defaultValue='none' svg:animatable='no' svg:inheritable='false'>
 
55
      <attribute name='overlay' svg:animatable='no' svg:inheritable='false'>
50
56
        <choice>
51
57
          <value>none</value>
52
58
          <value>top</value>