mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
Fix presence embed with certain Splatoon 3 schedule images
This commit is contained in:
parent
4b5f1898eb
commit
ff3f8e1704
|
|
@ -153,7 +153,6 @@ export function renderUserEmbedSvg(
|
|||
if (title_extra) height += title_extra[1];
|
||||
|
||||
return htmlentities`<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- ${JSON.stringify(result, null, 4)} -->
|
||||
<svg
|
||||
width="${(width + (transparent ? -60 : 0)) * scale}"
|
||||
height="${(height + (transparent ? -60 : 0)) * scale}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user