Jasom Dotnet

Results 22 issues of Jasom Dotnet

Add 'feComponentTransfer' into svg filter in order to remove semi-transparent edges: ``` ``` Now you fix it by this: ``` /* Add this CSS to remove transparent border around the...

When applying this blur technique on picture I see some strange 'color cascade': ![color cascading](http://i.imgur.com/3gVHMB5.png) When I create blurred svg image using [this technique](https://css-tricks.com/the-blur-up-technique-for-loading-background-images/#article-header-id-3), it's perfect. Why? I think, it's...

You have something like this, now: `` Double the 'stdDeviation' value like this. You get better blur effect: `` See [this](https://css-tricks.com/the-blur-up-technique-for-loading-background-images/#article-header-id-3) svg source code.

First of all, thank you for a library. Second, I don't know how to load multiple *.mo translation files and use them with `textdomain` context. This is my code so...

Hi, I have been able to load translation.mo with MO loader. Now, how to print translation of string from object created by MO loader, something like: `echo $translations->gettext('Hello world!', 'optional-textdomain');`...

Hi, I like this repo - so far the simpliest (no stupid requirements) with best documentation. Can you add support for image sitemap? Kindly see this: - https://developers.google.com/search/docs/advanced/sitemaps/image-sitemaps?hl=en - documentation...

enhancement

For example using code in "Basic Usage" with an array `['https://www.example.com/my-url', '2010-05-29T01:17:35+00:00', 'monthly', '0.5']` I got on my screen only output like this: ``` https://www.example.com/my-url2010-05-29T01:17:35+00:00monthly0.5 ``` No XML document created....

Hi, first of all - great job with the WordOps! Now the feature suggestion: I have been investigating logs recently and found lot of "404, page not found" requests by...

In progress

I have inlined new svg icon right into css using [this](https://yoksel.github.io/url-encoder/) tool. Less server requests still matter especially in mobile.

5KB for such small icon is insane :D I have reduced size using "clone elements" method. Now gzipped icon is around 0.7KB.