INNER CODE UNIT · JavaScript

x

Expensify/react-native-qrcode-svg · src/index.js:157

          x={-quietZone}
          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,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…