Rev 2 of DS4 SVG, with solid controller infill and larger trackpad infill

This commit is contained in:
Mathias Malmqvist
2025-10-12 15:52:39 +02:00
committed by dualshock-tools
parent d71a5e4c03
commit 53e4ba84c7
2 changed files with 11 additions and 4 deletions

View File

@@ -436,7 +436,7 @@ async function init_svg_controller(model) {
set_svg_group_color(group, midBlue);
});
['Button_infills', 'L3_infill', 'R3_infill', 'Trackpad_infill'].forEach(id => {
['Controller_infills', 'Button_infills', 'L3_infill', 'R3_infill', 'Trackpad_infill'].forEach(id => {
const group = document.getElementById(id);
set_svg_group_color(group, 'white');
});