Set radial gradient attributes from associated repr. Definition at line 1805 of file sp-gradient.cpp. References sp_object_read_attr(). Referenced by sp_radialgradient_class_init(). { if (((SPObjectClass *) rg_parent_class)->build) (* ((SPObjectClass *) rg_parent_class)->build)(object, document, repr); sp_object_read_attr(object, "cx"); sp_object_read_attr(object, "cy"); sp_object_read_attr(object, "r"); sp_object_read_attr(object, "fx"); sp_object_read_attr(object, "fy"); }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |