TeleMidia / ginga

A Ginga iTV middleware implementation by TeleMídia/PUC-Rio
http://ginga.org.br
GNU General Public License v2.0
51 stars 8 forks source link

Fix right and bottom properties #89

Open alanlivio opened 6 years ago

alanlivio commented 6 years ago

The following example is not correct presented.

 <media id="m2" src="samples/gnu.png">
      <property name="width" value="50%"/>
      <property name="height" value="50%"/>
      <property name="bottom" value="0"/>
      <property name="right" value="0"/>
</media>
robertogerson commented 6 years ago

It is currently working for our demos, but it still does not fully support media objects with left/right that does not specify width, or media objects with top/bottom without height. This may be tricky mainly in the cases in which we dynamically change the letf/right/width or top/bottom/height properties. For now, I think we should keep as it is.