svg
Here are 3,710 public repositories matching this topic...
libvips and sharp currently only check an input file is missing (ENOENT) but could probably check for and differentiate on EACCES and perhaps other less common errors such as ELOOP etc.
See lovell/sharp#1919 (comment)
(ACL stuff on Wind
SVGO is causing some alteration to the SVG leading to overlapping text for some files.
I've altered the precision as well as disabled all SVGO plugins, but the end result is the same:
Output:

Input:
;
Snap.load('business-model-simple.svg', function (response) {
s.append(response);
var arrow = s.select("#arr-base-01");
console.log(arrow);
console.log(arrow.attr("stroke"));
});The element I'm trying to get is:
AUR Info
So much more info could be captured from AUR!
- Popularity
- Maintainer
- Last Packager
- Last Updater
- Package base
- Out-of-date or not
- PKGBUILD Version
Same wasy as existing AUR badges.
I think it's cool. It's also informative. Let me know if you want help with this. I'd gladly implement all
The y-axis ticks supports the rotated option, but the doc is missing.
I haven't checked whether other options are missing.
Validate SVGs
Using https://validator.w3.org/check shows some errors in SVGs.
For example https://github.com/edent/SuperTinyIcons/blob/master/images/svg/itunes_podcasts.svg
Element stop is missing required attribute offset.
Doesn't affect rendering, as far as I can tell. But might be worth checking all of them.
add Pixelfed
-
Updated
Feb 18, 2020 - TypeScript
Bug report
Codepen
https://codesandbox.io/s/react-basic-example-8xfnf
Explanation
The default calculation is off for a specific mixed chart.
In the chart the max value is 25.43 however the yaxis max value is 60 for some reason.
I can not use yaxis: max because when zoomed in, it doesn't automatically calculate the max value and the zoomed version is still not so g
Ticketmaster Icon
Name: Ticketmaster
Website: https://www.ticketmaster.com/
Official resources for icon and color: http://design.ticketmaster.com/brand/overview/
cc. @maartenbreddels
We are working on a Python -> Vega-expression transpilation package: https://github.com/QuantStack/py2vega
We provide mocking Python functions for all vega functions. In order to easily keep them up to date with vega it would be super useful to have spec files (JSON files?) for those functio
scale()'s documentation looks like this:
scale()
returns itself
animate yesThe
scale()method will take anxandyvalue:// scale(x, y) element.scale(0.5, -1)
Looking at the code, scale() in fact takes an optional two-coo
It would be useful to allow viewers to select whether to make display equations reflow onto a new line (even if in "bad" ways - I'm aware of this old thread about "good" linebreaks), rather than leaving it the choice of the author to select this.
document camera
I wrote a app for an document camera. I have drawn two icons: document-camera and document-camera-off. I used the icon cctv as a starting point. Maybe someone else needs this icons. I want to contribute this two icons.
[document-camera.zip](https://github.com/Templarian/MaterialDesign/files/3699339/docu
We've gotten a lot of requests to link out to codesandbox from demo examples.
This should be pretty straight forward using their github API https://codesandbox.io/docs/importing#import-from-github
This will require refactoring each demo example to be a standalone package.
Hi,
While the demos on the website work. There is too little documentation on the library.
For instance you show the following code:
var d = Diagram.parse("A->B: Does something");
How do I:
- add multiple statements?
- bind to a specific id or class element?
- what are the options and allowed fvalues that can be passed as arguments?
In other words, using the library should be eas
I was following along with the guide for adding a chart: https://github.com/rawgraphs/raw/wiki/Adding-New-Charts
Using the exact code that is specified in the guide, and here: https://github.com/densitydesign/raw/blob/master/charts/chart.js
At runtime you see an undefined error.
TypeError: Cannot read property 'linear' of undefined
It seems as though the latest version of "d3" no longe
Docs
I would appreciate if you could point me to a full list of the features, types and functions of flowchart.js somewhere. I love what it does, but wonder if I fork this and try to enhance it if that my ideas might already be included.
(Thinking would love some actions other than hyperlinks. Would love to be able to call on page JS methods for things like popups and such.)
Currently, ESLint is set to ignore unused variables. If warnings for unused variables are enabled (by changing the line to "no-unused-vars": "warn"), ESLint finds 76 places where unused variables are created.
If these variables are part of previously-existing functionality that has been obsol
Network component seem to be poorly documented on how to use with Layers, as well as interactivity. My immediate desire is to be able to show some information about a node on hover (or always), such as a label. I can't seem to find anything about this anywhere, and it seems to be a very common use case for this type of data visualization. There isn't much to learn from an unlabeled graph.
Ideal
In Rickshaw.Features.Time.js, we have different units.
{
name: 'second',
seconds: 1,
formatter: function(d) { return d.getUTCSeconds() + 's' }
}It would be great if we could have an example explaining how to override the formatter for i18n. Right now
-
Updated
Feb 18, 2020
Improve this page
Add a description, image, and links to the svg topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the svg topic, visit your repo's landing page and select "manage topics."



The deprecated
decodeDracoFilemethod should be removed and replaced with aparsemethod similar to other loaders. CurrentlydecodeDracoFiledoes not propagate errors, and should do so. So probably a signature like: