File tree Expand file tree Collapse file tree
src/SixLabors.Fonts/Tables/General/Colr Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -311,7 +311,9 @@ internal bool TryGetColrV1Layers(
311311 /// <param name="currentGlyphId">
312312 /// The glyph id whose outline will receive the paint. Set by <c>PaintGlyph</c>/<c>PaintColrGlyph</c>.
313313 /// </param>
314- /// <param name="transform">Accumulated transform.</param>
314+ /// <param name="glyphTransform">The accumulated transform to apply to the glyph's geometry.</param>
315+ /// <param name="paintTransform">The accumulated transform to apply to the paint.</param>
316+ /// <param name="transformPaint">Whether wrapper transforms should be applied to the paint (true) or to the glyph geometry (false).</param>
315317 /// <param name="compositeMode">Accumulated composite mode.</param>
316318 /// <param name="processor">The glyph variation processor, or null for non-variable fonts.</param>
317319 /// <param name="outLayers">Accumulator for resolved layers.</param>
You can’t perform that action at this time.
0 commit comments