app_server: store and restore fill rule...
...when sending the whole view state over the link. Also inherit the fill rule when pushing states (DrawState copy constructor). A somewhat sloppy oversight, I must add.
This commit is contained in:
@@ -26,6 +26,7 @@ struct ViewSetStateInfo {
|
||||
join_mode lineJoin;
|
||||
cap_mode lineCap;
|
||||
float miterLimit;
|
||||
int32 fillRule;
|
||||
source_alpha alphaSourceMode;
|
||||
alpha_function alphaFunctionMode;
|
||||
bool fontAntialiasing;
|
||||
|
||||
Reference in New Issue
Block a user