id
int64
393k
2.82B
repo
stringclasses
68 values
title
stringlengths
1
936
body
stringlengths
0
256k
labels
stringlengths
2
508
priority
stringclasses
3 values
severity
stringclasses
3 values
2,655,184,938
langchain
ChatLiteLLMRouter: Routing functionality is not working
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
🤖:bug,Ɑ: core
low
Critical
2,655,200,347
pytorch
torch.jit.trace doesn't trace all operations completely (no data-dependent control flow)
### 🐛 Describe the bug Reproduce: ```python= class Model(torch.nn.Module): def __init__(self): super().__init__() self.register_buffer("accumulator", torch.tensor(np.zeros((dim1, dim2, dim3), dtype=np.float16))) def forward(self, x): self.accumulator += x output = sel...
oncall: jit
low
Critical
2,655,269,629
next.js
Bug/inconsistency with `dynamicIO` and client-side hooks in dynamic segment
### Link to the code that reproduces this issue https://github.com/amannn/nextjs-bug-repro-dynamicio-client-hooks/commit/6f8f90deff9f2661d1dc6357db870405f983dbbb ### To Reproduce 1. Clone https://github.com/amannn/nextjs-bug-repro-dynamicio-client-hooks/ 2. Run `pnpm dev` and open e.g. http://localhost:300/en – wor...
bug,dynamicIO
low
Critical
2,655,276,120
transformers
TypeError: Accelerator.__init__() got an unexpected keyword argument 'dispatch_batches'
### System Info transformers==4.37.2 python 3 ### Who can help? _No response_ ### Information - [ ] The official example scripts - [X] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [X] My own task or dataset (give details below) ### Rep...
bug,Accelerate
low
Critical
2,655,313,823
opencv
Tests are not validatable due to ONNXRuntime not supporting layout attiribute in LSTM
### System Information Operating System / Platform: MacOS ### Detailed description ONNXRuntime does not support `layout=1` inference. We have two tests that are designed to check funtionality of layout attribute see [[1](https://github.com/opencv/opencv/blob/67f07b16cbf7e556bc2d2861d8a586fe9e0f3fab/modules/dnn...
bug,category: dnn,category: dnn (onnx)
low
Critical
2,655,352,661
PowerToys
Mouse highlighter sometimes leaves lasting impression of primary button click
### Microsoft PowerToys version 0.86.0 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? Mouse Utilities ### Steps to reproduce I have configured the mouse highlighter to show the highlighter for the primary button (and secondary and always highlight). Radius is set...
Issue-Bug,Needs-Triage
low
Major
2,655,370,332
pytorch
"Attribute arch of node cpu not found" error when running FSDP+TP on 8 H100s
### 🐛 Describe the bug When trying to run the [FSDP + TP official example](https://github.com/pytorch/examples/blob/main/distributed/tensor_parallelism/fsdp_tp_example.py) on a machine with 8 H100s or a [modified version of the code that uses the new FSDP2 api](https://gist.github.com/vturrisi/9ddfdfd6cbdd3ace177dad3...
oncall: distributed,release notes: distributed (fsdp2)
low
Critical
2,655,399,891
PowerToys
Put option in PowerToys Administrator > Run to allow processes to run elevated
### Description of the new feature / enhancement When running PowerToys as Administrator provide an option in PowerToys Run to launch elevated processes ### Scenario when this would be used? As a developer I sometime need to run tools like Visual Studio and Terminal as admin. The PT Run is so useful that it'd be gre...
Needs-Triage
low
Minor
2,655,456,537
terminal
Terminal Chat code-insert button sometimes inserts entirely commented-out code
### Windows Terminal version 1.23.3171.0 ### Windows build number 10.0.26120.0 ### Other Software * OpenAI * PowerShell 7 ### Steps to reproduce 1. Open Terminal Chat and provide a prompt which might result in multiple lines of code, such as "_connect to Exchange Online and list all mailboxes_". 2. Ensure the co...
Issue-Bug,Product-Terminal,Needs-Tag-Fix,Area-Chat
low
Critical
2,655,526,780
flutter
Adding Flutter module as a dependency in Module source code using KTS (Kotlin) in Android
### Steps to reproduce 1. Added these below line: ``` val filePath = settingsDir.parentFile.toString() + "/flutter_module/.android/include_flutter.groovy" apply(from = File(filePath)) ``` 2. Added `implementation(project(":flutter"))` in app level build.gradle 3. Try to build the android project 4. Getting b...
platform-android,tool,t: gradle,a: existing-apps,has reproducible steps,P1,workaround available,team-android,triaged-android,found in release: 3.24,found in release: 3.27
medium
Critical
2,655,579,139
kubernetes
Support arrays and slices in `NestedFieldNoCopy`
Hello! 👋 I'm doing a Kube State Metrics' [Custom Resource State](https://github.com/kubernetes/kube-state-metrics/blob/main/docs/metrics/extend/customresourcestate-metrics.md) rewrite as an operator, which [employs](https://github.com/rexagod/crsm/commit/d8e3ab572e606c265abc7c7042960f6de7256ef6) `*unstructured.Unst...
sig/api-machinery,kind/feature,triage/accepted
low
Major
2,655,598,109
flutter
Height of TextField decreases when using OutlineInputBorder and label
### Steps to reproduce 1. Run the provided code example using border type UnderlineInputBorder as enabledBorder. Notice that the height adapts to the height of the SizedBox. 2. Change the border type from UnderlineInputBorder to OutlineInputBorder, and the height will decrease. 3. Note: this only seems to be reprodu...
a: text input,framework,f: material design,has reproducible steps,P2,team-text-input,triaged-text-input,found in release: 3.24,found in release: 3.27
low
Minor
2,655,662,863
deno
deno fmt crash
Version: ``` deno 2.0.6 (stable, release, x86_64-unknown-linux-gnu) v8 12.9.202.13-rusty typescript 5.6.2 ``` I created a new backstage app via `npx @backstage/create-app@latest` and tried to run `deno fmt` against it and it exits with code `137` and prints "Killed" It was a chore trying to find out exactly ...
deno fmt,needs investigation
low
Critical
2,655,749,068
next.js
@import on CSS file not working when i use Turbopack
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/elegant-hodgkin-jrwltm?workspaceId=90948d01-dfc4-44b7-a979-f689d697bccf ### To Reproduce I'm trying to import radix colors on my css file in a new Next 15 Project, but is not working (when i disable turbopack works fine): When there'...
bug,Turbopack,linear: turbopack
low
Critical
2,655,768,418
yt-dlp
Support password vaults (macOS Keychain, KDE Wallet, GNOME Keyring) for credentials
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm requesting a feature unrelated to a specific site - [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme) - [X] I've ver...
enhancement,triage
low
Critical
2,655,798,505
kubernetes
Device Plugin "ContainerAllocationResponse" mounts symbolic links incorrectly, it mounts them as directories.
### What would you like to be added? Hi The device plug-in's "ContainerAllocationResponse" has: Mounts []*[Mount](https://pkg.go.dev/k8s.io/kubernetes/pkg/kubelet/apis/deviceplugin/v1beta1#Mount) Mounts object contains a list is files/folders to mount to a container during the allocation. I have a...
sig/node,kind/feature,needs-triage
low
Critical
2,655,855,122
angular
Mention the inject method in Injection Token page
### Describe the problem that you experienced The Injection Token documentation still only has one way to inject a token, could we mention the `inject()` method ? https://angular.dev/guide/di/dependency-injection-providers#using-an-injectiontoken-object ### Enter the URL of the topic with the problem https://angula...
area: docs
low
Critical
2,655,873,996
go
x/build: windows installer doesn't allow installing on removable media
### Go version go version go1.23.3 windows/amd64 ### Output of `go env` in your module/workspace: ```shell N/A (Not installed) ``` ### What did you do? Downloaded Windows AMD64 installer package (MSI) on both my laptop and a VPS. Installing on laptop to HDD or SSD works fine while hitting a snag on the virtual m...
OS-Windows,NeedsInvestigation
low
Critical
2,655,876,655
flutter
[flutter_svg] Text Support
_Imported from https://github.com/dnfield/flutter_svg/issues/7_ Original report by @dnfield on May 3, 2018 Basic text support is achievable: - [x] Basic support for rendering text with a fill property (or, if text only has stroke property, treating the stroke as a fill) - [x] Support the x, y (single value), ...
package,team-engine,p: flutter_svg
low
Minor
2,655,881,200
flutter
[flutter_svg] Dashed path support
_Imported from https://github.com/dnfield/flutter_svg/issues/9_ Original report by @dnfield on May 3, 2018 (should be done in the path library) - [x] Support non-percentage dash-offset - [ ] Support percentage based dash-offsets --- Comment by @dnfield on May 9, 2018 Initial support in ed4dc94 Doesn't yet sup...
package,team-engine,p: flutter_svg
low
Minor
2,655,881,352
flutter
[flutter_svg] Improve caching
_Imported from https://github.com/dnfield/flutter_svg/issues/21_ Original report by @dnfield on Jun 12, 2018 - [ ] Make caching depend on picture size rather than number of pictures; depends on flutter/engine#5378 - [ ] Make caching strategy injectable/swappable --- Comment by @ravenblackx on Sep 11, 2020 I would s...
package,team-engine,p: flutter_svg
low
Major
2,655,881,502
flutter
[flutter_svg] Text doesn't render in correct location
_Imported from https://github.com/dnfield/flutter_svg/issues/36_ Original report by @wendux on Jul 19, 2018 Thanks your job! I find a problem of this library. When I load the follow svg file from network, it doesn't work. svg link: https://camo.githubusercontent.com/956078561b010d309faad6f271afede2344f556f/687474...
package,p: flutter_svg
low
Minor
2,655,881,661
flutter
[flutter_svg] Add (some) support for blur effect
_Imported from https://github.com/dnfield/flutter_svg/issues/53_ Original report by @sroddy on Sep 4, 2018 Hi, this is an SVG that we would like to be able to render using this library. [friends_emoji.svg.zip](https://github.com/dnfield/flutter_svg/files/2349528/friends_emoji.svg.zip) The only thing that is not ...
package,p: flutter_svg
low
Critical
2,655,881,978
flutter
[flutter_svg] Specifying `viewBox`, `width`, and `height` leads to incorrect stroke-width and font-size rendering
_Imported from https://github.com/dnfield/flutter_svg/issues/62_ Original report by @SteveAlexander on Sep 10, 2018 Sketch produced this SVG. It renders in Sketch like this: ![image](https://user-images.githubusercontent.com/4321921/45322107-31ed4300-b53f-11e8-9eff-796f24dc95dd.png) It renders in Chrome like...
package,p: flutter_svg
low
Critical
2,655,882,262
flutter
[flutter_svg] File manipulation (tinting one group in the SVG)
_Imported from https://github.com/dnfield/flutter_svg/issues/79_ Original report by @ChristianKleineidam on Nov 11, 2018 The use case lists says: "Your vector drawing is meant to be static and non (or maybe minimally) interactive." I have an `svg` with multiple groups (`<g>` elements) and want to be able to tint o...
package,p: flutter_svg
low
Major
2,655,882,376
flutter
[flutter_svg] 'fitWidth' does not set the widget height properly
_Imported from https://github.com/dnfield/flutter_svg/issues/83_ Original report by @abeintopalo on Nov 14, 2018 When using `BoxFit.fitWidth` with SvgPicture results that the content is scaled up properly according to the container widget's width but the actual SvgPicture dimensions are not correct resulting in cropp...
package,p: flutter_svg
low
Minor
2,655,882,487
flutter
[flutter_svg] SvgPicture.network() don't shows the image but no errors getted
_Imported from https://github.com/dnfield/flutter_svg/issues/103_ Original report by @quetool on Jan 17, 2019 Like the title says, SvgPicture.network('https://staging.apperto.co/rocketchat/avatar/mhuergo') doesn't shows up no matter where I put the widget --- Comment by @dnfield on Jan 17, 2019 I'm not sure why you'...
package,p: flutter_svg
low
Critical
2,655,882,653
flutter
[flutter_svg] The <style> element is not implemented in this library
_Imported from https://github.com/dnfield/flutter_svg/issues/105_ Original report by @ScrivNetwork on Jan 24, 2019 Need implement <style> --- Comment by @dnfield on Jan 24, 2019 I don't plan to do this, largely because it would require implementing the entire CSS spec to do so, and becuase the cascading rules would ...
package,p: flutter_svg
low
Critical
2,655,882,788
flutter
[flutter_svg] flutter_svg throws an xml dependency runtime error
_Imported from https://github.com/dnfield/flutter_svg/issues/106_ Original report by @minimih on Jan 25, 2019 I encountered a runtime error after a did a clean build (`flutter clean`). The XML dependency has some breaking changes in v3.3.0 with v3.2.5 it's working. As a workaround i defined the xml dependency in ...
package,p: flutter_svg
low
Critical
2,655,882,916
flutter
[flutter_svg] width and height properties not working as %
_Imported from https://github.com/dnfield/flutter_svg/issues/110_ Original report by @grfxjedi on Feb 1, 2019 I'm using svgs generated by MathJax (http://docs.mathjax.org/en/latest/index.html). These files have a very large viewBox and height and width represented in % to scale down. The files render fine in browser....
package,p: flutter_svg
low
Critical
2,655,883,079
flutter
[flutter_svg] SVG asset loading/rendering performance in PageView widget
_Imported from https://github.com/dnfield/flutter_svg/issues/111_ Original report by @raqbit on Feb 3, 2019 Hi, I'm relatively new to Flutter & could not really find how PageView handles rendering/loading it's child widgets, but when I use SvgPicture as a child of a PageView, I keep getting "lag spikes" from (I gu...
package,p: flutter_svg
low
Critical
2,655,883,261
flutter
[flutter_svg] SvgPicture.network test succeeds erroneously, log shows failure.
_Imported from https://github.com/dnfield/flutter_svg/issues/114_ Original report by @acherkashyn on Feb 12, 2019 Seen on flutter_svg commit 283a10240cd3331af7ebde31333e4afee83ae2bc: Steps: * run "SvgPicture.network" test. Observe log Result: * Test passes, but there's an exception logged: ``` ══╡ EXCEPTI...
package,p: flutter_svg
low
Critical
2,655,883,380
flutter
[flutter_svg] SVG with nested <svg> elements isn't rendering
_Imported from https://github.com/dnfield/flutter_svg/issues/132_ Original report by @bbedward on Mar 7, 2019 Hi, I have an SVG that is only partially rendering - I'm not sure why. In this case, only the feet of the monkey in the image are rendering with flutter_svg 0.12.0 Problematic SVG: https://www.dropbox....
package,p: flutter_svg
low
Minor
2,655,883,507
flutter
[flutter_svg] Stroke width looks off
_Imported from https://github.com/dnfield/flutter_svg/issues/176_ Original report by @DenisShakinov on Jun 14, 2019 I have a simple svg file as follows: ``` <svg xmlns="http://www.w3.org/2000/svg" width="74" height="74" viewBox="0 0 74 74"> <defs> <linearGradient id="a" x1="0%" y1="0%" y2="100%"> ...
package,p: flutter_svg
low
Critical
2,655,883,623
flutter
[flutter_svg] Add benchmarks
_Imported from https://github.com/dnfield/flutter_svg/issues/179_ Original report by @Vardiak on Jun 18, 2019 I think it could interesting to include benchmarks of this package in comparaison with Chrome rendering engine running on a similar device. --- Comment by @dnfield on Jun 20, 2019 Benchmarks would be great. ...
package,p: flutter_svg
low
Minor
2,655,892,181
flutter
[flutter_svg] fill-opacity in groups not rendering
_Imported from https://github.com/dnfield/flutter_svg/issues/184_ Original report by @gmaggio on Jun 24, 2019 **Fill-opacity** does not render when in **groups**. - Flutter SVG **0.12.4+2** - Dart SDK 2.3.0-dev.0.5.flutter-a1668566e5 - Flutter SDK 1.5.4-hotfix.2 (Stable) ## Code with bug: > Note: `fill-opa...
package,p: flutter_svg
low
Critical
2,655,892,515
flutter
[flutter_svg] Document svg-convert as a solution for cleaning up svgs
_Imported from https://github.com/dnfield/flutter_svg/issues/197_ Original report by @bsutton on Jul 19, 2019 I note in the readme you mention a couple of tools (scour, usvg) as options to clean up svg files. We had a no. of svg files that contained css and the above tools were no help if resolving the issue. W...
package,p: flutter_svg
low
Minor
2,655,892,893
flutter
[flutter_svg] Support deleting a specific cache entry by key
_Imported from https://github.com/dnfield/flutter_svg/issues/201_ Original report by @jlcool on Jul 27, 2019 How to Delete Cache --- Comment by @jlcool on Jul 27, 2019 FilePicture Operator in SvgPicture. File Support File Size Judgment ``` dart file?.lengthSync() == typedOther.file?.lengthSync ``` --- Comm...
package,p: flutter_svg
low
Minor
2,655,893,268
flutter
[flutter_svg] Confusing Exception message while precaching Picture with wrong Asset name
_Imported from https://github.com/dnfield/flutter_svg/issues/215_ Original report by @feinstein on Aug 14, 2019 I want to pre-cache a `Picture` so it won't blink in place once I navigate to the screen that shows this `Picture`, so I just pre-cache it before navigating. I used the following (wrong) code (pre-cachin...
package,p: flutter_svg
low
Critical
2,655,893,703
flutter
[flutter_svg] <font> tag not supported
_Imported from https://github.com/dnfield/flutter_svg/issues/222_ Original report by @ridz0n3 on Sep 13, 2019 Hi, I try to put svg img that contain text, but it like render not properly in app.. this in img viewer in android studio, it should look like this: <img width="337" alt="Screenshot 2019-09-13 at 9 07 1...
package,p: flutter_svg
low
Minor
2,655,894,082
flutter
[flutter_svg] Incorrect image size when setting both width and height in conjunction with BoxFit.contain
_Imported from https://github.com/dnfield/flutter_svg/issues/229_ Original report by @fl0cke on Sep 25, 2019 Setting both width and height in conjunction with BoxFit.contain leads to incorrect image dimensions. Example code: ``` SvgPicture.asset( 'some_image.svg', height: 64, width: 64, fit: BoxFi...
package,p: flutter_svg
low
Minor
2,655,894,930
flutter
[flutter_svg] would love to use this lib to do a one-time migration of SVG=>Flutter
_Imported from https://github.com/dnfield/flutter_svg/issues/261_ Original report by @csells on Dec 9, 2019 For dynamic images, you want to parse what you have. However, for migration of SVG assets to Flutter, it would be great to have a way to get an intermediate representation out of your library to use to dump a F...
package,p: flutter_svg
low
Minor
2,655,895,677
flutter
[flutter_svg] Support SVG in `<image>` tag.
_Imported from https://github.com/dnfield/flutter_svg/issues/267_ Original report by @ThinkDigitalSoftware on Dec 21, 2019 this error is thrown attempting to render this svg. https://img.shields.io/github/stars/felangel/bloc.svg?style=flat&logo=github&colorB=deeppink&label=stars ### Code: ```dart SvgPicture.net...
package,p: flutter_svg
low
Critical
2,655,896,143
flutter
[flutter_svg] Invalid double 1pt
_Imported from https://github.com/dnfield/flutter_svg/issues/271_ Original report by @binoysarker on Jan 6, 2020 I just installed flutter_svg in flutter and apply this code ` trailing: FutureBuilder( future: this ._worldTimeService .getFlag(this...
package,p: flutter_svg
low
Critical
2,655,896,621
flutter
[flutter_svg] Canvas docs are unclear / confusing
_Imported from https://github.com/dnfield/flutter_svg/issues/282_ Original report by @shamilovtim on Jan 28, 2020 These are the docs to make an SVG canvas compatible: ``` import 'package:flutter_svg/flutter_svg.dart'; final String rawSvg = '''<svg viewBox="...">...</svg>'''; final DrawableRoot svgRoot = await s...
package,p: flutter_svg
low
Critical
2,655,897,032
flutter
[flutter_svg] How to scale an image to fill whole width?
_Imported from https://github.com/dnfield/flutter_svg/issues/291_ Original report by @wellbranding on Feb 11, 2020 I have an svg image, which has the height and width of 60 pixels. However, I would like to set it's the **width to full screen** in Flutter. How can I achieve such behaviour? Also, can I zoom the image ...
package,p: flutter_svg
low
Minor
2,655,897,438
flutter
[flutter_svg] Missing argument parentPaint
_Imported from https://github.com/dnfield/flutter_svg/issues/295_ Original report by @liyuqian on Feb 18, 2020 The doc references `parentPaint`, but there's no `parentPaint` in the entire repo other than that doc: https://github.com/dnfield/flutter_svg/search?q=parentPaint&unscoped_q=parentPaint
package,p: flutter_svg
low
Minor
2,655,897,843
flutter
[flutter_svg] Support <switch> element.
_Imported from https://github.com/dnfield/flutter_svg/issues/304_ Original report by @zbolo-wd on Mar 4, 2020 --- Comment by @maniveltvl on Mar 19, 2020 Hi, Team I am trying to load SVG raw content using `SvgPicture.string(rawSvg)` but it is not loaded. My SVG content has switch value. If I load the same SVG con...
package,p: flutter_svg
low
Minor
2,655,898,238
flutter
[flutter_svg] Regression: a shape element with no color some opacity is rendering as solid black now
_Imported from https://github.com/dnfield/flutter_svg/issues/307_ Original report by @dnfield on Mar 9, 2020 E.g. ```svg <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 264"> <rect width="264" height="264" fill="lightblue"/> <path d="M184.32,121.12H79.38v8H184.32Z" opacity="0.1" /> </svg> ``` ...
package,team-engine,p: flutter_svg
low
Minor
2,655,898,622
flutter
[flutter_svg] svg large file
_Imported from https://github.com/dnfield/flutter_svg/issues/316_ Original report by @vassilux on Mar 25, 2020 Hi alls, I try to process a large (about 5Mo) svg file from network and application freeze. This is link for file : https://french-riviera-tattoo-convention.com/spacecontrol/longjumeau.svg Any idea? ...
package,p: flutter_svg
low
Minor
2,655,899,054
flutter
[flutter_svg] flutter_svgCC not support centerSlice .
_Imported from https://github.com/dnfield/flutter_svg/issues/323_ Original report by @SiNguyen0604 on Apr 1, 2020 Hi all. I want use properties centerSlice for image svg . Can you add properties centerSlice to flutter_svg ? or any similar properties use in flutter_svg . Can u help me @dnfield ? --- Comment by @d...
package,p: flutter_svg
low
Minor
2,655,899,475
flutter
[flutter_svg] SvgPicture.asset test fails when debugDumpApp is used
_Imported from https://github.com/dnfield/flutter_svg/issues/324_ Original report by @pszklarska on Apr 2, 2020 I'm trying to write tests for the widgets that use SvgPicture. The following test can be run successfully: ``` import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; impo...
package,p: flutter_svg
low
Critical
2,655,899,902
flutter
[flutter_svg] Bad state: Expected to find Drawable with id url(#text-3).
_Imported from https://github.com/dnfield/flutter_svg/issues/325_ Original report by @chjsun on Apr 6, 2020 my svg is ``` <?xml version="1.0" encoding="UTF-8"?> <svg width="83px" height="18px" viewBox="0 0 83 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <...
package,p: flutter_svg
low
Critical
2,655,900,292
flutter
[flutter_svg] Using href to external local file within SvgPicture.string
_Imported from https://github.com/dnfield/flutter_svg/issues/332_ Original report by @BillTheGoat on Apr 21, 2020 I would like to use SVG sprite files for colored icons. Using the example flutter project, I can get an icon to load if I insert a `<use >` tag within the svg sprite file. The SVG below works using ...
package,p: flutter_svg
low
Major
2,655,927,919
flutter
[flutter_svg] Brazilian flag letters are a bit abnormal
_Imported from https://github.com/dnfield/flutter_svg/issues/337_ Original report by @LunaGao on May 1, 2020 When I working on https://github.com/LunaGao/flag_flutter/issues/10 this issue, I found those letters are a bit abnormal. ![image](https://user-images.githubusercontent.com/5066920/80823244-e1909080-8c0e-11e...
package,p: flutter_svg
low
Minor
2,655,928,047
flutter
[flutter_svg] evenOdd support for android vector drawables
_Imported from https://github.com/dnfield/flutter_svg/issues/340_ Original report by @HrX03 on May 5, 2020 i know this lib isnt really meant to handle android drawables, but it's the only lib i found yet that does this (partly) and i'd love to have the evenOdd fillType property supported properly. [This](https://de...
package,p: flutter_svg
low
Minor
2,655,928,192
flutter
[flutter_svg] Image not show completely
_Imported from https://github.com/dnfield/flutter_svg/issues/343_ Original report by @omidraha on May 7, 2020 Hi, I have this simple SVG file: ``` <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="375" height="407" viewBox="0 0 375 407"> <defs> <clipPath id="clip...
package,p: flutter_svg
low
Critical
2,655,928,331
flutter
[flutter_svg] Unable to set dynamic color correctly
_Imported from https://github.com/dnfield/flutter_svg/issues/347_ Original report by @subnauez on May 12, 2020 Given the following SVG file, i.e. a parking map marker composed of 3 paths (a bubble, a white circle inside the bubble, a grey "P" letter inside the circle). ``` <svg xmlns="http://www.w3.org/2000/svg" ...
package,p: flutter_svg
low
Minor
2,655,928,485
flutter
[flutter_svg] Svg colors and alphas by regions
_Imported from https://github.com/dnfield/flutter_svg/issues/348_ Original report by @klaszlo8207 on May 18, 2020 Hello, I have an svg file that contains regions like: Lefthand, righthand, head, etc How can I colorize and set the alphas differently in the svg realtime? Thanks --- Comment by @klaszlo8207 ...
package,p: flutter_svg
low
Minor
2,655,928,594
flutter
[flutter_svg] support `viewBox` on `symbol` elements.
_Imported from https://github.com/dnfield/flutter_svg/issues/366_ Original report by @georgi0u on Jun 22, 2020 I have an SVG that renders like so in Chrome: <img width="252" alt="Screen Shot 2020-06-22 at 9 59 33 AM" src="https://user-images.githubusercontent.com/197144/85330160-8d1bcb80-b46f-11ea-8034-662523610c6c....
package,p: flutter_svg
low
Minor
2,655,928,724
flutter
[flutter_svg] Network error caused the image to fail to load and cannot be reloaded
_Imported from https://github.com/dnfield/flutter_svg/issues/367_ Original report by @Bedroome on Jun 23, 2020 If the network error causes the picture to fail to load, the picture cannot be reloaded after reconnecting to the network. Should some pictures be processed again after the picture fails to load, and when th...
package,p: flutter_svg
low
Critical
2,655,928,856
flutter
[flutter_svg] Change colors for multi color svg
_Imported from https://github.com/dnfield/flutter_svg/issues/372_ Original report by @Tonku on Jun 30, 2020 Thanks for the awesome library first!. I was wondering how can I change colours for a multi color svg for individual segments? Currently only one color is supported. Thanks --- Comment by @Tonku on Jun...
package,p: flutter_svg
low
Critical
2,655,928,971
flutter
[flutter_svg] Loading large size svg will not be smooth
_Imported from https://github.com/dnfield/flutter_svg/issues/380_ Original report by @jazzyyoung on Jul 10, 2020 hello dear, First of all, this is a great component that helped me a lot, thank you very much.And I drew a large svg ,with a size of 1024*1024 and about 512k [maybe will be larger in th future :)]. Howeve...
package,p: flutter_svg
low
Minor
2,655,929,103
flutter
[flutter_svg] Bad state: Unsupported transform: ,translate
_Imported from https://github.com/dnfield/flutter_svg/issues/405_ Original report by @liuqun1 on Aug 20, 2020 Bad state: Unsupported transform: ,translate --- Comment by @Proberts on Aug 24, 2020 Is that comma before "translate" in the SVG? I think transforms are seperated by spaces, not commas. FWIW - Translate tra...
package,p: flutter_svg
low
Minor
2,655,929,275
flutter
[flutter_svg] Layering multiple SVGs
_Imported from https://github.com/dnfield/flutter_svg/issues/408_ Original report by @Proberts on Aug 24, 2020 If I have multiple SVG images and want to combine them into a single drawable, is there an easy way to do this in flutter_svg already? I've hacked together a solution that pre-processes the SVGs as strings t...
package,p: flutter_svg
low
Minor
2,655,929,388
flutter
[flutter_svg] test for predicted svg image
_Imported from https://github.com/dnfield/flutter_svg/issues/411_ Original report by @shinriyo on Aug 27, 2020 Hello I want to Integrated test for svg image set or not. ``` final parentWidget = find.byWidget(detailReviewTableRow); final childrenFinder = find.descendant( of: parentWidget, ...
package,p: flutter_svg
low
Minor
2,655,929,506
flutter
[flutter_svg] SVG with fill-opacity on groups not rendering correctly
_Imported from https://github.com/dnfield/flutter_svg/issues/412_ Original report by @bbedward on Sep 1, 2020 I attached an svg that the plugin is not rendering correctly, I believe it is due to fill-opacity existing on groups `<g>` elements [monkey.zip](https://github.com/dnfield/flutter_svg/files/5157330/monkey....
package,p: flutter_svg
low
Minor
2,655,929,622
flutter
[flutter_svg] OnError in SvgPicture.network
_Imported from https://github.com/dnfield/flutter_svg/issues/421_ Original report by @marcoprodata on Sep 23, 2020 Dears, How to set a errorimage when the url is bloken? Thanks to advance, --- Comment by @franarolas on Mar 2, 2021 @dnfield Is there any work on that or any way to achieve that?
package,p: flutter_svg
low
Critical
2,655,929,753
flutter
[flutter_svg] SVG Path Rendering Issue
_Imported from https://github.com/dnfield/flutter_svg/issues/424_ Original report by @jameschensmith on Sep 25, 2020 First of all, thank you for this great library. I am going through the free Android course on Udemy while exercising my Flutter skills. In the first project, we are given some VectorDrawable XML files....
package,p: flutter_svg
low
Minor
2,655,929,883
flutter
[flutter_svg] Svg's Blend mode don't work when scroll is end.
_Imported from https://github.com/dnfield/flutter_svg/issues/438_ Original report by @jason-moore92 on Oct 28, 2020 I used this package in my flutter project. SingleChildScrollView( child: Column( children: [ ...... other components ..... SvgPicture.asset( "path", ...
package,p: flutter_svg
low
Critical
2,655,930,012
flutter
[flutter_svg] Lags even with precache
_Imported from https://github.com/dnfield/flutter_svg/issues/440_ Original report by @gwennguihal on Nov 2, 2020 Hi, First thank for this great library, very useful! But, even if I precache my svgs, I have some lags in the route transition (in release mode on iOS whatever the device used) at the first install. Bu...
package,p: flutter_svg
low
Critical
2,655,930,126
flutter
[flutter_svg] Add callback to listen when load error
_Imported from https://github.com/dnfield/flutter_svg/issues/448_ Original report by @tbm98 on Nov 17, 2020 I want to know when it can't show image and throw error --- Comment by @WieFel on Dec 15, 2020 +1
package,p: flutter_svg
low
Critical
2,655,930,244
flutter
[flutter_svg] No support for preserveAspectRatio parameter
_Imported from https://github.com/dnfield/flutter_svg/issues/451_ Original report by @Since55 on Nov 19, 2020 This parameter is not supported or doesn't work correctly.
package,p: flutter_svg
low
Minor
2,655,930,383
flutter
[flutter_svg] Format Exception when encountering percentage instead of double
_Imported from https://github.com/dnfield/flutter_svg/issues/458_ Original report by @loganrussell48 on Nov 30, 2020 I am retrieving the SVG data from a 3rd party, and it contains the following text that is causing an issue: `<image clip-path="url(#clip)" height="62.0%" width="62.0%" .... >` This causes my app ...
package,p: flutter_svg
low
Minor
2,655,938,315
svelte
docs: deep reactivity & proxified objects
### Describe the bug One gotcha with deep reactivity is to make sure to grab the proxified object to work with inside closures to trigger the reactivity. Maybe just a note in the docs about this can help? Or the examples below ### Reproduction https://svelte.dev/playground/facd17ade79c4b56975cca4a9de21451?version...
documentation
low
Critical
2,655,940,460
flutter
[flutter_svg] InkSCape MeshGradient implementation Request
_Imported from https://github.com/dnfield/flutter_svg/issues/476_ Original report by @taerilan on Jan 18, 2021 Hello there, I would like to make request for implementation of InkScape meshGradient in your package, I believe this would be beneficial for your whole project as InkScape meshGradient gives SVG imag...
package,p: flutter_svg
low
Critical
2,655,940,635
flutter
[flutter_svg] SvgPicture from assets aligment property does not work
_Imported from https://github.com/dnfield/flutter_svg/issues/503_ Original report by @M1chlCZ on Mar 1, 2021 In latest version of 0.21.0-nullsafety.0 Aligment does not work, chaning property value does not change anything. This is report for pre-release however with latest Android Studio on Windows 10, I was able to ...
package,p: flutter_svg
low
Critical
2,655,940,811
flutter
[flutter_svg] SvgPicture default to IconTheme
_Imported from https://github.com/dnfield/flutter_svg/issues/510_ Original report by @Keetz on Mar 10, 2021 I think it would be awesome if the SvgPicture properties would default to the IconTheme. Right now something like this has to be done if we want to use the IconTheme. ``` SvgPicture.asset( 'assets/i...
package,p: flutter_svg
low
Minor
2,655,941,019
flutter
[flutter_svg] Performance to render many SVG in an animation
_Imported from https://github.com/dnfield/flutter_svg/issues/511_ Original report by @tbarbette on Mar 10, 2021 Hi all, I have an animation with basically many leaves falling of a tree and staying on the ground (in a 2D animation). Each leaf is an instance of one of 14 leaves, which are DrawableRoot read using th...
package,p: flutter_svg
low
Major
2,655,941,214
flutter
[flutter_svg] robust error handling
_Imported from https://github.com/dnfield/flutter_svg/issues/515_ Original report by @dreamer2q on Mar 13, 2021 This is a svg source ```svg <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="1.743ex" height="3.009ex" style="vertical-align: -0.338ex;" viewBox="0 -1150.1 750.5 1295.7" role="img" focusable="fa...
package,p: flutter_svg
low
Critical
2,655,941,416
flutter
[flutter_svg] Image is not displaying properly
_Imported from https://github.com/dnfield/flutter_svg/issues/518_ Original report by @deepak786 on Mar 15, 2021 I have the image icon_list.svg <details> <summary>icon_list.svg</summary> ``` <svg xmlns="http://www.w3.org/2000/svg" width="27" height="19" viewBox="0 0 27 19"> <g id="Icon_feather-list" data-na...
package,p: flutter_svg
low
Minor
2,655,941,601
flutter
[flutter_svg] Crash when have a different color format in svg
_Imported from https://github.com/dnfield/flutter_svg/issues/519_ Original report by @Tryliom on Mar 16, 2021 When we have a svg with a `color="rgb(102 102 102)"` instead of `color="rgb(102, 102, 102)"`, it crash while on web navigator this is valid. The svg: ```svg <svg version="1.1" id="Calque_1" xmlns="http:/...
package,p: flutter_svg
low
Critical
2,655,941,827
flutter
[flutter_svg] would you please instead of throwing an error, display a svg with no load
_Imported from https://github.com/dnfield/flutter_svg/issues/535_ Original report by @trailerzone on Apr 16, 2021 Instead of throwing an error when the asset could not load, would you replace the asset with no a load or error asset? That way those of us on slower computers can keep the ios app open and not having to ...
package,p: flutter_svg
low
Critical
2,655,942,004
flutter
[flutter_svg] Support loadingBuilder
_Imported from https://github.com/dnfield/flutter_svg/issues/543_ Original report by @creativecreatorormaybenot on Apr 25, 2021 ## Feature request The Flutter framework has support for an [`Image.loadingBuilder`](https://api.flutter.dev/flutter/widgets/Image/loadingBuilder.html). It would be very useful to have th...
package,p: flutter_svg
low
Minor
2,655,942,200
flutter
[flutter_svg] SvgPicture.network errorBuilder
_Imported from https://github.com/dnfield/flutter_svg/issues/544_ Original report by @KristianBalaj on Apr 30, 2021 Is there any option to use e.g. `errorBuilder` in case of network fetch or svg parse error? Something like currently the `placeholderBuilder` but in case of an error? --- Comment by @khaitran1234 on...
package,p: flutter_svg
low
Critical
2,655,942,392
flutter
[flutter_svg] stroke-width doesn't work with <g/>
_Imported from https://github.com/dnfield/flutter_svg/issues/551_ Original report by @vishna on May 11, 2021 ## The Problem stroke width that doesn't get applied when used with a `g` tag (this renders fine on web) <img width="78" alt="Screenshot 2021-05-11 at 11 28 45" src="https://user-images.githubusercontent...
package,p: flutter_svg
low
Minor
2,655,942,579
flutter
[flutter_svg] Blend mode between two SVG
_Imported from https://github.com/dnfield/flutter_svg/issues/557_ Original report by @dan-leech on May 22, 2021 Maybe I do not understand blending right... I have two svg with shapes of different colors. ```svg <svg width="22" height="19" viewBox="0 0 22 19" fill="#00FF00" xmlns="http://www.w3.org/2000/svg"> ...
package,p: flutter_svg
low
Minor
2,655,942,790
flutter
[flutter_svg] Error to open svg: Invalid double 100%
_Imported from https://github.com/dnfield/flutter_svg/issues/559_ Original report by @Ron-Junior on May 25, 2021 So when opening this link [https://s3.glbimg.com/v1/AUTH_58d78b787ec34892b5aaa0c7a146155f/cartola_svg_185/escudo/01/33/58/0085562bf0-96a3-4227-9d76-8c46fd9ccc0120210502223358](url) We have this error: ...
package,p: flutter_svg
low
Critical
2,655,942,991
flutter
[flutter_svg] text dominant-baseline, letter-spacing attributes do not work
_Imported from https://github.com/dnfield/flutter_svg/issues/561_ Original report by @jangho-chu on May 27, 2021 I'm using flutter_svg package version 0.19.1 ``` <text dominant-baseline="hanging" text-anchor="start" x="30" y="161" font-size="32" font-family="East Sea Dokdo" font-weight="normal" letter-s...
package,p: flutter_svg
low
Minor
2,655,943,222
flutter
[flutter_svg] PowerPoint export / clipPath not shown
_Imported from https://github.com/dnfield/flutter_svg/issues/566_ Original report by @adrianvintu on Jun 7, 2021 I have exported two objects from PowerPoint and ```SvgPicture.asset``` does not display them. I assume it's the same issue as https://github.com/dnfield/flutter_svg/issues/343 and/or https://github.com/dnf...
package,p: flutter_svg
low
Minor
2,655,943,442
flutter
[flutter_svg] Nested Svg's
_Imported from https://github.com/dnfield/flutter_svg/issues/570_ Original report by @Howmuchadollarcost on Jun 17, 2021 Multiple nested svg's and parsing svg height and width are not working. Any workarounds? OR if there is any thoughts about adding it? --- Comment by @jakusb on Jun 25, 2021 Yes please!
package,p: flutter_svg
low
Minor
2,655,943,641
flutter
[flutter_svg] Add Support for vector-effects
_Imported from https://github.com/dnfield/flutter_svg/issues/571_ Original report by @Rossdex on Jun 18, 2021 I have an app that requires viewing large scale svg's in high detail. Below I have an example SVG that has _non-scaling-stroke_ attribute on one of the boxes, if I display this using SVGPicture.asset when...
package,p: flutter_svg
low
Minor
2,655,943,817
flutter
[flutter_svg] Package is not compatible with Stacking operation.
_Imported from https://github.com/dnfield/flutter_svg/issues/577_ Original report by @dopaminista on Jul 18, 2021 Stack widget is not compatible with flutter_svg. Svg images are always rendered in front. I can't stack text widget SVG images. --- Comment by @dnfield on Jul 19, 2021 Please share a reproduction.
package,p: flutter_svg
low
Minor
2,655,944,018
flutter
[flutter_svg] Unable to load assets is not fixed
_Imported from https://github.com/dnfield/flutter_svg/issues/579_ Original report by @Ankit0080 on Jul 29, 2021 This is my Pubspec.yaml file version: 1.0.0+1 environment: sdk: ">=2.7.0 <3.0.0" dependencies: flutter: sdk: flutter fluttertoast: ^3.1.3 page_transition: "^1.1.7+2" ...
package,p: flutter_svg
low
Minor
2,655,944,238
flutter
[flutter_svg] Provide option to ignore errors
_Imported from https://github.com/dnfield/flutter_svg/issues/580_ Original report by @martin-robert-fink on Aug 3, 2021 I'm using Omnigraffle to create SVG assets and it provides extra elements (example: "metadata" is used to include version information) and it also includes "font-face" (I'm using a font loaded from ...
package,p: flutter_svg
low
Critical
2,655,962,449
flutter
[flutter_svg] Masks do not work in some cases
_Imported from https://github.com/dnfield/flutter_svg/issues/586_ Original report by @vidklopcic on Aug 17, 2021 I noticed that sometimes masks do not work as expected. I attached the SVG where nothing gets rendered if mask is present. ```HTML <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3...
package,p: flutter_svg
low
Minor
2,655,962,574
flutter
[flutter_svg] unexpected size when using Transform.rotate
_Imported from https://github.com/dnfield/flutter_svg/issues/591_ Original report by @berg223 on Aug 26, 2021 ## Description Both size of horizonMatchstick and verticalMatchstick in the code is unexpected. ## Reproduce flutter code: ```dart import 'package:flutter/material.dart'; import 'package:flutter_s...
package,p: flutter_svg
low
Critical
2,655,962,694
vscode
Editor GPU: Implement GPU-based selection
WIP fork of selections.ts before I got the DOM-based rendering working: ```ts /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license...
plan-item,editor-gpu
medium
Minor
2,655,962,729
flutter
[flutter_svg] Flutter_svg doens´t work over network
_Imported from https://github.com/dnfield/flutter_svg/issues/601_ Original report by @roberto-donext on Sep 22, 2021 I have test this plugin using the network constructor and doesn´t work: I get this error: The following ProgressEvent$ object was thrown resolving a single-frame picture stream: [object Progress...
package,p: flutter_svg
low
Critical
2,655,962,875
flutter
[flutter_svg] BUG: Weird result with scroll
_Imported from https://github.com/dnfield/flutter_svg/issues/603_ Original report by @LucaDillenburg on Sep 24, 2021 As you can see in the video below, the SVG disappears somehow. It seems related to the SVG area not being not completely visible. https://user-images.githubusercontent.com/30930222/134613436-5bf585f...
package,p: flutter_svg
low
Critical