mikke89 on filter
Clip mask elements now store an… Store clip geometry on the elem… (compare)
mikke89 on databinding_expressions
Data expressions: Allow transfo… (compare)
mikke89 on master
Font textures are now initially… Fix texture leak in invader and… (compare)
perhaps being able to set a fallback font not just for missing glyphs but missing fonts would be a great feature aswell
i would actually even suggest that, as this is typically behaviour of normal browsers to automatically use a different font/fallback incase some family is missing, reproducing this behaviour sounds reasonable plus a logmessage may tell about using fallback
Haven't worked with that library before, let us know if you have any issues integrating it. Most likely you won't need any specific support from the RmlUi side, the library is quite flexible so you should be able to integrate it from the client side.
@mikke89 yes I could decode and get the frame I guess I will face some issues to draw them in rmlui thanks for the help I will try to make it stable and send a commit to rmlui, lightweight mp4 files are extremely helpful for creating cool backgrounds.
Hey @mikke89 I am getting a formatting error with tables Element has a display type 'table-row-group', but is not located in a table. It will not be formatted. In element tbody < table.commandBox < body < #root#main
using the style sheet from https://mikke89.github.io/RmlUiDoc/pages/rcss/tables.html and my table is formatted as such
<table class='commandBox' data-model='commandModel'><tbody>
<tr class='commandLog'><td>{{commandLog}}</td></tr>
<tr class='commandInput'><td><input type='text' data-value='commandInput' /></td></tr>
</tbody></table>
I feel like I am missing something obvious (or if I need to change the table RCSS)