-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
excalidraw fonts are not rendered #1742
Labels
Comments
Font URL in Excalidraw is not resolved correctly: The minified code is: F=window.EXCALIDRAW_ASSET_PATH||"https://unpkg.com/"
.concat("@excalidraw/excalidraw","@")
.concat({
VITE_APP_BACKEND_V2_GET_URL:"https://json.excalidraw.com/api/v2/",
VITE_APP_BACKEND_V2_POST_URL:"https://json.excalidraw.com/api/v2/post/",
VITE_APP_LIBRARY_URL:"https://libraries.excalidraw.com",
VITE_APP_LIBRARY_BACKEND:"https://us-central1-excalidraw-room-persistence.cloudfunctions.net/libraries",
VITE_APP_PORTAL_URL:"https://portal.excalidraw.com",
VITE_APP_PLUS_LP:"https://plus.excalidraw.com",
VITE_APP_PLUS_APP:"https://app.excalidraw.com",
VITE_APP_WS_SERVER_URL:"",
VITE_APP_FIREBASE_CONFIG:'{
"apiKey":"AIzaSyAd15pYlMci_xIp9ko6wkEsDzAAA0Dn0RU",
"authDomain":"excalidraw-room-persistence.firebaseapp.com",
"databaseURL":"https://excalidraw-room-persistence.firebaseio.com",
"projectId":"excalidraw-room-persistence",
"storageBucket":"excalidraw-room-persistence.appspot.com",
"messagingSenderId":"654800341332",
"appId":"1:654800341332:web:4a692de832b55bd57ce0c1"
}',
VITE_APP_DISABLE_TRACKING:"",
VITE_PKG_NAME:"@excalidraw/excalidraw",
VITE_PKG_VERSION:"0.17.3",
VITE_IS_EXCALIDRAW_NPM_PACKAGE:!0
}.PKG_VERSION) It tries to get |
Upstream issue: excalidraw/excalidraw#7984 |
For others that are waiting for the font fix to go in. |
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"not rendered" as in, using the default font and not the two excalidraw fonts...
See this screenshot from the kroki.io page

Is this related to KROKI_EXCALIDRAW_ASSET_PATH somehow?
The text was updated successfully, but these errors were encountered: