Browse Source

Fix #2988

pull/3001/head
James Jackson-South 11 months ago
parent
commit
370655ba9f
  1. 2
      src/ImageSharp/Formats/Png/PngFrameMetadata.cs

2
src/ImageSharp/Formats/Png/PngFrameMetadata.cs

@ -32,7 +32,7 @@ public class PngFrameMetadata : IFormatFrameMetadata<PngFrameMetadata>
/// <summary>
/// Gets or sets the frame delay for animated images.
/// If not 0, when utilized in Png animation, this field specifies the number of hundredths (1/100) of a second to
/// If not 0, when utilized in Png animation, this field specifies the number of seconds to
/// wait before continuing with the processing of the Data Stream.
/// The clock starts ticking immediately after the graphic is rendered.
/// </summary>

Loading…
Cancel
Save