Skip to content

Instantly share code, notes, and snippets.

View sermunar's full-sized avatar

Serkan Munar MSc. sermunar

View GitHub Profile
@sermunar
sermunar / js@esnext for jsdom@15.2.0.js
Last active October 17, 2019 11:15
getComputedStyle() does not return default values, e.g svg.fill is "" instead of "rgb(0, 0, 0)"
//compiled by typescript^3.6.4 see #file-ts-3-6-4-for-jsdom-15-2-0.ts
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
//"jsdom": "^15.2.0"
const jsdom_1 = __importDefault(require("jsdom"));
@sermunar
sermunar / A and B combined.svg
Created August 26, 2019 09:30
A and B combined
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sermunar
sermunar / A and B.svg
Created August 26, 2019 09:13
A and B svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sermunar
sermunar / B.svg
Last active August 23, 2019 09:48
B and BB svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.