MCPcopy Index your code
hub / github.com/simstudioai/sim / pat

Function pat

apps/sim/lib/pptx-renderer/renderer/style-resolver.ts:301–301  ·  view source on GitHub ↗
(gradient: string)

Source from the content-addressed store, hash-verified

299 // Format: "<gradient-layer> 0 0/<size>, <bg-color-layer>"
300 // This is a valid multi-layer CSS background shorthand.
301 const pat = (gradient: string): string => `${gradient} 0 0/${s}px ${s}px, ${bg}`
302 const pat2 = (g1: string, g2: string): string =>
303 `${g1} 0 0/${s}px ${s}px, ${g2} 0 0/${s}px ${s}px, ${bg}`
304

Callers 1

resolvePatternFillFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected