vue-avataaars
Version:
A Vue js component for avataaars
59 lines (58 loc) • 5.75 kB
JavaScript
"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
}
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var React = require("react");
var lodash_1 = require("lodash");
var facialHair_1 = require("./facialHair");
var HairColor_1 = require("./HairColor");
var ShortHairShaggy = /** @class */ (function (_super) {
__extends(ShortHairShaggy, _super);
function ShortHairShaggy() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.filter1 = lodash_1.uniqueId('react-filter-');
_this.mask1 = lodash_1.uniqueId('react-mask-');
_this.mask2 = lodash_1.uniqueId('react-mask-');
_this.path1 = lodash_1.uniqueId('react-path-');
_this.path2 = lodash_1.uniqueId('react-path-');
return _this;
}
ShortHairShaggy.prototype.render = function () {
var _a = this, filter1 = _a.filter1, mask1 = _a.mask1, mask2 = _a.mask2, path1 = _a.path1, path2 = _a.path2;
return (React.createElement("g", { id: 'Top', strokeWidth: '1', fillRule: 'evenodd' },
React.createElement("defs", null,
React.createElement("rect", { id: path2, x: '0', y: '0', width: '264', height: '280' }),
React.createElement("filter", { x: '-0.8%', y: '-2.0%', width: '101.5%', height: '108.0%', filterUnits: 'objectBoundingBox', id: filter1 },
React.createElement("feOffset", { dx: '0', dy: '2', in: 'SourceAlpha', result: 'shadowOffsetOuter1' }),
React.createElement("feColorMatrix", { values: '0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0', type: 'matrix', in: 'shadowOffsetOuter1', result: 'shadowMatrixOuter1' }),
React.createElement("feMerge", null,
React.createElement("feMergeNode", { in: 'shadowMatrixOuter1' }),
React.createElement("feMergeNode", { in: 'SourceGraphic' }))),
React.createElement("path", { d: 'M198.74696,37.856181 C193.606255,34.0244119 187.528383,30.7396605 181.187893,29.4782789 C174.741035,28.1960616 170.829392,27.8846292 164.483286,29.4052984 C162.85043,29.796545 162.299428,30.1854765 160.862131,29.2568033 C159.651446,28.4743102 151.200134,19.7668788 125.441738,24.5998777 C99.4069464,29.4847361 91.6728211,68.675365 82.0154166,70.1662691 C78.5349852,70.703365 74.2336661,69.781637 74.0992189,67.6388757 C70.1355043,73.6726057 69.0913088,81.6460323 70.7717335,88.7129442 C72.2186099,94.7989286 75.2686121,100.517478 80.7607964,103.849523 C85.4865987,106.716901 92.0203357,107.966046 97.4817987,107.437218 C99.9669245,107.196782 102.227091,106.673576 104.513684,105.671152 C107.272659,104.461694 109.470722,102.280238 112.177835,101.127995 C109.351471,103.576015 106.275372,105.735312 103.001731,107.546357 C101.362599,108.452872 99.6980301,109.07761 97.8887739,109.570058 C96.6533133,109.906073 94.127556,111.05104 92.9327267,110.752066 C100.740244,112.148383 108.093217,110.931649 115.252282,107.589351 C118.483309,106.08125 121.59079,104.256976 124.44325,102.112561 C127.276221,99.9826977 130.537639,97.8062025 132.753871,95.0036468 C131.823641,96.2071517 133.450882,94.4169423 133.665931,94.1980029 C134.274082,93.578226 134.869349,92.9458816 135.453055,92.302954 C136.455298,91.1993278 137.450603,90.0751967 138.383805,88.9120401 C140.37772,86.426318 142.234875,83.8298033 143.891185,81.1086057 C145.568637,78.352682 152.249704,67.2357231 154.266412,64.6190342 C152.361358,70.327001 150.286511,76.0372828 147.858864,81.5445 C152.572444,80.0744315 157.142657,76.0002417 160.15401,72.2035294 C163.545911,67.9275978 165.554691,62.9359795 166.262273,57.5379012 C170.087576,67.953725 179.047309,76.1675881 188.294435,81.8328914 C186.29094,78.1026546 183.238626,74.9478777 181.242068,71.1548033 C190.433037,80.4838679 205.809898,85.0481908 209.837367,98.7289227 C210.869671,93.9714569 214.189889,90.1482867 215.184533,85.2955724 C216.28885,79.9070851 217.081329,74.1868816 216.90592,68.6796644 C216.508524,56.4379129 208.273882,44.9574883 198.74696,37.856181 Z', id: path1 })),
React.createElement("mask", { id: mask2, fill: 'white' },
React.createElement("use", { xlinkHref: '#' + path2 })),
React.createElement("g", { id: 'Mask' }),
React.createElement("g", { id: 'Top/Short-Hair/Shaggy', mask: "url(#" + mask2 + ")" },
React.createElement("g", { transform: 'translate(-1.000000, 0.000000)' },
React.createElement(facialHair_1.default, null),
this.props.children,
React.createElement("mask", { id: mask1, fill: 'white' },
React.createElement("use", { xlinkHref: '#' + path1, transform: 'scale(-1, 1)' })),
React.createElement("use", { id: 'Shaggy-Hair', stroke: 'none', fill: '#28354B', fillRule: 'evenodd', transform: 'translate(143.465161, 67.234158) scale(-1, 1) translate(-143.465161, -67.234158) ', xlinkHref: '#' + path1 }),
React.createElement(HairColor_1.default, { maskID: mask1 })))));
};
ShortHairShaggy.optionValue = 'ShortHairShaggy';
return ShortHairShaggy;
}(React.Component));
exports.default = ShortHairShaggy;