hoodquidity/apps/web
Денис Зефиров 9f00841623
All checks were successful
deploy / deploy (push) Successful in 49s
fix: depth chart crosshair tracks cursor when SVG is letterboxed
DepthChart maps the mouse to SVG space with getBoundingClientRect, which
assumes the drawing fills the container. The viewBox (960x380) is narrower
than the container, so preserveAspectRatio centers it with ~127px of side
padding and the crosshair drifted ~100px from the cursor near the edges.
Map through the SVG's own getScreenCTM().inverse() so it stays exact
regardless of letterboxing.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-11 23:33:58 +04:00
..
public Hoodquidity: liquidity campaigns for Robinhood Chain stock token markets 2026-07-11 08:32:28 +04:00
scripts Hoodquidity: liquidity campaigns for Robinhood Chain stock token markets 2026-07-11 08:32:28 +04:00
src fix: depth chart crosshair tracks cursor when SVG is letterboxed 2026-07-11 23:33:58 +04:00
index.html Hoodquidity: liquidity campaigns for Robinhood Chain stock token markets 2026-07-11 08:32:28 +04:00
package.json Hoodquidity: liquidity campaigns for Robinhood Chain stock token markets 2026-07-11 08:32:28 +04:00
tsconfig.json Hoodquidity: liquidity campaigns for Robinhood Chain stock token markets 2026-07-11 08:32:28 +04:00
tsconfig.tsbuildinfo feat: mainnet wallet, cyberpunk backdrop layer, real market data, hoodquidity.com 2026-07-11 23:15:27 +04:00
vite.config.ts Hoodquidity: liquidity campaigns for Robinhood Chain stock token markets 2026-07-11 08:32:28 +04:00