viresanimi
July 1st, 2015, 06:26
Right... so I have an issue with making a graphical scheme and the bug is elusive and driving me crazy.
https://www.fantasygrounds.com/forums/attachment.php?attachmentid=10390&stc=1&d=1435727925
The corners of the sheetgroup.png looks ... well... broken. But ONLY for people connecting to the master (that includes localhost).
I use the same "graphics_frames.xml" file, as the ruleset does, but that doesn't seem to matter.
This bug only happens when I use the theme I've made. This is the only ruleset in which I've seen this issue.
The code for the sheetgroup.png, as far as I can tell:
<framedef name="sheetgroup">
<bitmap file="graphics/frames/sheetgroup.png" />
<topleft rect="0,0,18,18" />
<top rect="18,0,512,18" />
<topright rect="530,0,17,17" />
<left rect="0,18,18,512" />
<middle rect="18,18,512,512" />
<right rect="530,0,17,512" />
<bottomleft rect="0,530,18,17" />
<bottom rect="18,530,512,17" />
<bottomright rect="530,530,17,17" />
</framedef>
Is there something here I am missing?
Vires Animi
https://www.fantasygrounds.com/forums/attachment.php?attachmentid=10390&stc=1&d=1435727925
The corners of the sheetgroup.png looks ... well... broken. But ONLY for people connecting to the master (that includes localhost).
I use the same "graphics_frames.xml" file, as the ruleset does, but that doesn't seem to matter.
This bug only happens when I use the theme I've made. This is the only ruleset in which I've seen this issue.
The code for the sheetgroup.png, as far as I can tell:
<framedef name="sheetgroup">
<bitmap file="graphics/frames/sheetgroup.png" />
<topleft rect="0,0,18,18" />
<top rect="18,0,512,18" />
<topright rect="530,0,17,17" />
<left rect="0,18,18,512" />
<middle rect="18,18,512,512" />
<right rect="530,0,17,512" />
<bottomleft rect="0,530,18,17" />
<bottom rect="18,530,512,17" />
<bottomright rect="530,530,17,17" />
</framedef>
Is there something here I am missing?
Vires Animi