mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
changed handling of channel logos, width and height are now mandatory
This commit is contained in:
@@ -133,8 +133,8 @@
|
||||
<!ATTLIST drawimage
|
||||
x CDATA #IMPLIED
|
||||
y CDATA #IMPLIED
|
||||
width CDATA #IMPLIED
|
||||
height CDATA #IMPLIED
|
||||
width CDATA #REQUIRED
|
||||
height CDATA #REQUIRED
|
||||
align (left|center|right) #IMPLIED
|
||||
valign (top|center|bottom) #IMPLIED
|
||||
imagetype (channellogo|seplogo|skinpart|menuicon|icon|image) #REQUIRED
|
||||
|
Reference in New Issue
Block a user