You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Derrived classes may decide that the element should not be written. For example, the text element shouldn't be written if it's empty.</summary>
458
+
/// <summary>Derived classes may decide that the element should not be written. For example, the text element shouldn't be written if it's empty.</summary>
459
459
publicvirtualboolShouldWriteElement()
460
460
{
461
461
//Write any element who has a name.
@@ -867,7 +867,7 @@ ISvgNode ISvgNode.DeepCopy()
867
867
}
868
868
869
869
/// <summary>
870
-
/// Fired when an Atrribute of this Element has changed
870
+
/// Fired when an Attribute of this Element has changed
0 commit comments