INNER CODE UNIT · JavaScript
y
Expensify/react-native-qrcode-svg · src/index.js:158
y={-quietZone}
width={size + quietZone * 2}
height={size + quietZone * 2}
fill={backgroundColor}
/>
</G>
<G>
<Path
d={path}
strokeLinecap='butt'
stroke={enableLinearGradient ? 'url(#grad)' : color}
strokeWidth={cellSize}
/>
</G>
{displayLogo &&
renderLogo({
size,
backgroundColor,