Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

css-doodle

🎨 A web component for drawing patterns with CSS.
Collective - Host: opensource - https://opencollective.com/css-doodle - Website: https://css-doodle.com - Code: https://github.com/css-doodle/css-doodle

Update shape function (#60)

* feat: support left-handed negative commands or variables

* fix hypen parsing

* use `move...

github.com/css-doodle/css-doodle - d7b32bdf4ebd4c9769ae5dbc5b2f3657a50eb457 authored about 3 years ago by Yuan Chuan <[email protected]>
Fix calc function for heading negative variables

github.com/css-doodle/css-doodle - 426d0a673c6ad0af4a334782431547332d952c95 authored about 3 years ago by yuanchuan <[email protected]>
Build empty grid anyway

github.com/css-doodle/css-doodle - 6028381935fb43985b5e9ad74ba610fbfa82f9a3 authored about 3 years ago by yuanchuan <[email protected]>
Add `xlink` namespace declaration

github.com/css-doodle/css-doodle - ec6b5ef58a35fac695a6087f4dfee50c71e84ebd authored about 3 years ago by yuanchuan <[email protected]>
Add missing break

github.com/css-doodle/css-doodle - e911fc0da217120d80fbbba888ccc632be1610c6 authored about 3 years ago by yuanchuan <[email protected]>
Improve SVG parser (#53)

* Fail test

* Handle special svg properties

* Fix for semicolons as value separators

* ...

github.com/css-doodle/css-doodle - b2e975c30552d98b188859278e4b8ab2ef527b6a authored about 3 years ago by Yuan Chuan <[email protected]>
Revert "Change svg year from 1999 to 2000 in namespace"

This reverts commit 01a1ff7acf08928740c674c33b82560b24632a42.

github.com/css-doodle/css-doodle - 29b9a4a42b12f82e99c4dcba140dc674653cf624 authored over 3 years ago by yuanchuan <[email protected]>
Change svg year from 1999 to 2000 in namespace

github.com/css-doodle/css-doodle - 01a1ff7acf08928740c674c33b82560b24632a42 authored over 3 years ago by yuanchuan <[email protected]>
Temporarily fix nagative calculations

github.com/css-doodle/css-doodle - cae9c29138aa63185fa1a59f387344d4e56efc07 authored over 3 years ago by yuanchuan <[email protected]>
Add `@reverse` function for svg path

github.com/css-doodle/css-doodle - 4796c70c82e24a8a871dacdfe3d781cbd8832897 authored over 3 years ago by yuanchuan <[email protected]>
Merge pull request #52 from css-doodle/canvas

Add canvas function to generate background

github.com/css-doodle/css-doodle - a3a6bfe32311655da97903cdec59c61f147c8642 authored over 3 years ago by Yuan Chuan <[email protected]>
Fix entity issue inside svg

github.com/css-doodle/css-doodle - 966f695408cfc419782e3352b37fc0f23bd8fc5f authored over 3 years ago by yuanchuan <[email protected]>
Use lowercase variables

github.com/css-doodle/css-doodle - fbb994b68a11d58be497fa87868236601eae2adb authored over 3 years ago by yuanchuan <[email protected]>
Inject seeded random() function into canvas

github.com/css-doodle/css-doodle - 14d2004697e3637e3fbcf21b9a89c60d4a43715f authored over 3 years ago by yuanchuan <[email protected]>
Add `@canvas` paint function

github.com/css-doodle/css-doodle - a0feba5e3910498a9cde05dd6396a25845f14314 authored over 3 years ago by yuanchuan <[email protected]>
Add lowercase aliases

github.com/css-doodle/css-doodle - 8ed2d0a6095b86fbdc476577fac689cfda5499ad authored over 3 years ago by yuanchuan <[email protected]>
Add flip/invert support for H and V commands

github.com/css-doodle/css-doodle - 7ecc4739de4ddd4e332e20c22697bbc435d5ec1b authored over 3 years ago by yuanchuan <[email protected]>
Change `offset` to `point` for a better name

github.com/css-doodle/css-doodle - 2719208dc31a8cfb4b2ba7175173377774745c73 authored over 3 years ago by yuanchuan <[email protected]>
Add `Offset` for absolute values

github.com/css-doodle/css-doodle - 60adb8f791273f18bb97fbda429a9f58f4605bd5 authored over 3 years ago by yuanchuan <[email protected]>
Add experimental `@flip` and `@revert` function for svg path

github.com/css-doodle/css-doodle - 6595f34f2ec0ca9e73649f4778c2a45be01b9c45 authored over 3 years ago by yuanchuan <[email protected]>
Recognize negative numbers

github.com/css-doodle/css-doodle - 1a7e857a124e23010c97bc1251045c67f003cad7 authored over 3 years ago by yuanchuan <[email protected]>
Fix args for composed functions

github.com/css-doodle/css-doodle - aab9709397008e4cb27f2cd001551819c1781b3f authored over 3 years ago by yuanchuan <[email protected]>
Merge pull request #51 from css-doodle/parser

Rewrite parsers and test as much as possible

github.com/css-doodle/css-doodle - 0aef630b950ec0ad3a912e84e872492123a34c7b authored over 3 years ago by Yuan Chuan <[email protected]>
Make `@n-` modifiable with extra argument

github.com/css-doodle/css-doodle - 0523cccc9de8eae7a9f35ccb0e687b3511de539e authored over 3 years ago by yuanchuan <[email protected]>
Handle parens from CSS variables

github.com/css-doodle/css-doodle - 2f3a23e8b9cb5c95acb85d9d1410fe0bde14e2f0 authored over 3 years ago by yuanchuan <[email protected]>
Place all exports at bottom

github.com/css-doodle/css-doodle - b04a2a4c4f3a33d93d55d08c544dd85c37266041 authored over 3 years ago by yuanchuan <[email protected]>
Rewrite parse-shaders

github.com/css-doodle/css-doodle - d86f65dbf57d92bff0f6a8f4059cc16997113a24 authored over 3 years ago by yuanchuan <[email protected]>
Rewrite parse-shape-commands

github.com/css-doodle/css-doodle - d58b68afd23f5e1246263ecce28f86c607726b40 authored over 3 years ago by yuanchuan <[email protected]>
Fix token spaces

github.com/css-doodle/css-doodle - 7dd835526fd93ca37a4d6acd06c2bef88864086c authored over 3 years ago by yuanchuan <[email protected]>
Rewrite parse-value-group

github.com/css-doodle/css-doodle - 6c57a315bb43e1ee2d2924327b3bf00766c81b57 authored over 3 years ago by yuanchuan <[email protected]>
Rewrite parse-var

github.com/css-doodle/css-doodle - 082262563cbacd70e6283e338b50fc78b94d580c authored over 3 years ago by yuanchuan <[email protected]>
Tweak test code structures

github.com/css-doodle/css-doodle - 84e98f82b6185bd69811216308f5942603ac6210 authored over 3 years ago by yuanchuan <[email protected]>
Simplify test

github.com/css-doodle/css-doodle - 5d468cae5f573313aedecf5caeb8af26ad0b963d authored over 3 years ago by yuanchuan <[email protected]>
Test for parse-grid

github.com/css-doodle/css-doodle - 52b775a20e7b8e77387e1ab57e847c003eb406a5 authored over 3 years ago by yuanchuan <[email protected]>
Update status badge

github.com/css-doodle/css-doodle - c93e1a2cd074f3973370911daf656e97b06e8b32 authored over 3 years ago by yuanchuan <[email protected]>
Use `npm install` not `npm ci`

github.com/css-doodle/css-doodle - 53605f590668f56c89c5631a23173d420d902f48 authored over 3 years ago by yuanchuan <[email protected]>
Setup github actions for test

github.com/css-doodle/css-doodle - 307b7f9d172fdcda7da5ff663ff4cb12baa8d4b9 authored over 3 years ago by Yuan Chuan <[email protected]>
Test for parse-svg

github.com/css-doodle/css-doodle - 482ed90b527446c47c45472aaf3da25155213746 authored over 3 years ago by yuanchuan <[email protected]>
Add `turn` option for shape commands

github.com/css-doodle/css-doodle - 032cf9eb5b61eed8713e543367109c7a41dc52d5 authored over 3 years ago by yuanchuan <[email protected]>
Move SVG functions to one place

github.com/css-doodle/css-doodle - 48e44e4d603914a3285289d6e5516bd96291868d authored over 3 years ago by yuanchuan <[email protected]>
Generate svg document instead of dom node

github.com/css-doodle/css-doodle - 72bc2069c10894ec0950f732f25e3f3b5f5916df authored over 3 years ago by yuanchuan <[email protected]>
Do not use destructuring assignment

github.com/css-doodle/css-doodle - 9566204cd2255f403819746f0b1660d854b0e29f authored over 3 years ago by yuanchuan <[email protected]>
Update License info

github.com/css-doodle/css-doodle - 4651a94e42efb4da2d83d1637e73438f5eba123f authored over 3 years ago by yuanchuan <[email protected]>
Fix extra arguments for sequence functions

github.com/css-doodle/css-doodle - a3c243abf74e7ad2bf45e8cfa4efa51318ef20b9 authored over 3 years ago by yuanchuan <[email protected]>
Fix bad variable

github.com/css-doodle/css-doodle - 59218c2601e59bb99996265efd9dacf89c8347c8 authored over 3 years ago by yuanchuan <[email protected]>
Add support for group properties

github.com/css-doodle/css-doodle - 86f02740414a3209f9dc7f57bce09f0d022d529f authored over 3 years ago by yuanchuan <[email protected]>
Support text node in `@svg`

github.com/css-doodle/css-doodle - d8083590c4ab3f47353246b9089ec6d1097809d1 authored over 3 years ago by yuanchuan <[email protected]>
Add a new way to write svg in css-doodle

github.com/css-doodle/css-doodle - ebbc4132a673dd8192afd9aa6115960d4daf0491 authored over 3 years ago by yuanchuan <[email protected]>
It's a bad idea to clip content by default since it breaks old online demos

github.com/css-doodle/css-doodle - 34c18753951d75b1d5ca40b6e9475b0c3e89bd28 authored over 3 years ago by yuanchuan <[email protected]>
Safari is the new IE

github.com/css-doodle/css-doodle - d3c291c310ef1ad432314335c4532d2790799c97 authored over 3 years ago by yuanchuan <[email protected]>
Prevent null input

github.com/css-doodle/css-doodle - 03b81beb74a4f8811c9c3c453314dd8159c4fb33 authored over 3 years ago by yuanchuan <[email protected]>
Fix SVG size issue in Safari

github.com/css-doodle/css-doodle - 7689e6a8353b5ae3d0477c9de22150b55504df33 authored over 3 years ago by yuanchuan <[email protected]>
Set different limit to offset

github.com/css-doodle/css-doodle - 1059aa0c1ba490811c00b635d7de9aff17e6a16e authored over 3 years ago by yuanchuan <[email protected]>
Utilize is_emtpy function

github.com/css-doodle/css-doodle - 29b399464973ad9cb5ba13d16bf0e49ba1997430 authored over 3 years ago by yuanchuan <[email protected]>
Igonre empty values in group value parsing

github.com/css-doodle/css-doodle - 5354d681803281ab4a78ccd48c127a3ac884fb9e authored over 3 years ago by yuanchuan <[email protected]>
Decrease scale value to prevent shapes from clipping

github.com/css-doodle/css-doodle - 83676faf0ab011cbf63f78814e8931286242d8ee authored over 3 years ago by yuanchuan <[email protected]>
Do not use !important

github.com/css-doodle/css-doodle - 7b66da1b08121057a617b20c45f7f10899e408ba authored over 3 years ago by yuanchuan <[email protected]>
Remove redundant code

github.com/css-doodle/css-doodle - 4e69b0539261e92ce88a0ff869eab5addfd085cc authored over 3 years ago by yuanchuan <[email protected]>
Fix value parsing

github.com/css-doodle/css-doodle - 175d3c97685897253862f59f409d8e36061e462e authored over 3 years ago by yuanchuan <[email protected]>
Add `@offset()` function

github.com/css-doodle/css-doodle - bce393f4b5cf4a88d1bad96ed758508984d5090c authored over 3 years ago by yuanchuan <[email protected]>
Rename bottle => vase

github.com/css-doodle/css-doodle - 669bc8c60bc983f930421fc804fa9e2f4f2f838b authored over 3 years ago by yuanchuan <[email protected]>
Recreate all shapes with new syntax

github.com/css-doodle/css-doodle - 66a6d842a764a11f97034924d582da8a3d4b8642 authored over 3 years ago by yuanchuan <[email protected]>
Update basic shape list

github.com/css-doodle/css-doodle - ecc619786ff75e6dc91105140d309f185a61b4f7 authored over 3 years ago by yuanchuan <[email protected]>
Simplify code

github.com/css-doodle/css-doodle - 0d399b14c91b5217ae6e7cfd7ca422e1110ea250 authored over 3 years ago by yuanchuan <[email protected]>
Fix build and restrict package versions

github.com/css-doodle/css-doodle - cc53567ac6b1e6f04beb8324eb7f7891bfb62994 authored over 3 years ago by yuanchuan <[email protected]>
Optimize using `contain: content`

github.com/css-doodle/css-doodle - 6442223861b9ded680db72d609b69d954c06d4e5 authored over 3 years ago by yuanchuan <[email protected]>
Tweak terser options

github.com/css-doodle/css-doodle - f61db279dce0e1d70a6c91dfbfdce4b57366790e authored over 3 years ago by yuanchuan <[email protected]>
Fix calc evaluation

github.com/css-doodle/css-doodle - b3c90044e41a86c1e5fded99852fc7b4094b007e authored over 3 years ago by yuanchuan <[email protected]>
Fix build config

github.com/css-doodle/css-doodle - f53723ab68d6f614ca765beb7e9fc47d7ce00b17 authored over 3 years ago by yuanchuan <[email protected]>
Prevent error in shader

github.com/css-doodle/css-doodle - 207a6c63a7e869efd9520812ddf66e84a6087c5f authored over 3 years ago by yuanchuan <[email protected]>
Add `points` alias for `split`

github.com/css-doodle/css-doodle - e1b2d5626cd9f035c8e12edb6c44d2a06dbaa801 authored over 3 years ago by yuanchuan <[email protected]>
Set aspect-ratio for auto width/height grid

github.com/css-doodle/css-doodle - 5455853467a7bf037612e88bb58c878915d3a0b6 authored over 3 years ago by yuanchuan <[email protected]>
Remove unused size presets

github.com/css-doodle/css-doodle - fb2726ece4a3f18ade782a330e237dac0c0dc51c authored over 3 years ago by yuanchuan <[email protected]>
Make random always start from 0 for single argument

github.com/css-doodle/css-doodle - d6f68b51e3f9bd8286e3f7914433482991ea6f7c authored over 3 years ago by yuanchuan <[email protected]>
Always return Promise object to avoid error when WebGL is disabled

github.com/css-doodle/css-doodle - f1e5e72130d013d0c34249bdd44ff984dabba4de authored over 3 years ago by yuanchuan <[email protected]>
Simplify calc inside sequences

github.com/css-doodle/css-doodle - c89699faf34d4888c1f07b5577e8e36a2413bf34 authored over 3 years ago by yuanchuan <[email protected]>
Add experimental reflect() function

github.com/css-doodle/css-doodle - 2d749cd8ef51a5702f68599d99911a0231c0bf16 authored over 3 years ago by yuanchuan <[email protected]>
Skip html tags inside rules

github.com/css-doodle/css-doodle - 3a5c24457e2a10f9176c7b96573a27cd1207d6db authored over 3 years ago by yuanchuan <[email protected]>
No need to use random seed for unique ids

github.com/css-doodle/css-doodle - 0d21ff5ef725f26fc95e233ebf9c986522aecd74 authored over 3 years ago by yuanchuan <[email protected]>
Add changelog and rebuild

github.com/css-doodle/css-doodle - ea77368e56fabcec4f6e45d4f4fc49ab018f5fc5 authored over 3 years ago by yuanchuan <[email protected]>
Fix error in composition for empty function

github.com/css-doodle/css-doodle - b1dd184e57bce018636ec97b1aa06a8b0e0311f9 authored over 3 years ago by yuanchuan <[email protected]>