gtk2/testsuite/reftests/repeating-radial-gradient-at-beginning.ui
Benjamin Otte 1b553478f6 cssimageradial: Handle "partial" gradients correctly
When the first/last color stop is not at 0%/100%, we need to start the
repeating at their offsets and not at 0%/100%.

Attached reftest demonstrates the problem.
2016-12-20 18:01:12 +01:00

11 lines
347 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="width_request">64</property>
<property name="height_request">32</property>
<property name="can_focus">False</property>
<property name="type">popup</property>
</object>
</interface>