|
@@ -74,7 +74,7 @@ namespace Avalonia.Media
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
/// <param name="s">The string.</param>
|
|
/// <param name="s">The string.</param>
|
|
|
/// <returns>A <see cref="StreamGeometry"/>.</returns>
|
|
/// <returns>A <see cref="StreamGeometry"/>.</returns>
|
|
|
- public static Geometry Parse(string s) => StreamGeometry.Parse(s);
|
|
|
|
|
|
|
+ public static Geometry Parse(string s) => PathGeometry.Parse(s);
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// Clones the geometry.
|
|
/// Clones the geometry.
|