Skip to content

The img element and svg image element of Safari browser cannot be drawn properly, and the conversion to blob URL also fails to call without any error. Only by converting the image URL to base64 can it be successfully called. The version of Safari is 17 #299

The img element and svg image element of Safari browser cannot be drawn properly, and the conversion to blob URL also fails to call without any error. Only by converting the image URL to base64 can it be successfully called. The version of Safari is 17

The img element and svg image element of Safari browser cannot be drawn properly, and the conversion to blob URL also fails to call without any error. Only by converting the image URL to base64 can it be successfully called. The version of Safari is 17 #299

# Github action for automatically adding label or setting assignee when a new
# Issue or PR is opened. https://github.com/marketplace/actions/issue-labeler
name: 🏷️ Label(Title and Body)
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: bubkoo/use-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
variable_name: bot_token
- uses: Naturalclar/[email protected]
with:
github-token: ${{ env.bot_token }}
title-or-body: title
parameters: >
[
{
"keywords": ["bug", "error"],
"labels": ["bug"]
},
{
"keywords": ["help", "guidance"],
"labels": ["help-wanted"]
}
]